libyui-qt
2.43.5
|
Public Member Functions | |
YQRadioButtonGroup (YWidget *parent) | |
virtual | ~YQRadioButtonGroup () |
virtual void | addRadioButton (YRadioButton *button) |
virtual void | setEnabled (bool enabled) |
virtual void | setSize (int newWidth, int newHeight) |
Definition at line 32 of file YQRadioButtonGroup.h.
YQRadioButtonGroup::YQRadioButtonGroup | ( | YWidget * | parent | ) |
Constructor.
Definition at line 35 of file YQRadioButtonGroup.cc.
YQRadioButtonGroup::~YQRadioButtonGroup | ( | ) | [virtual] |
Destructor.
Definition at line 43 of file YQRadioButtonGroup.cc.
void YQRadioButtonGroup::addRadioButton | ( | YRadioButton * | button | ) | [virtual] |
Add a RadioButton.
Reimplemented from YRadioButtonGroup.
Definition at line 50 of file YQRadioButtonGroup.cc.
void YQRadioButtonGroup::setEnabled | ( | bool | enabled | ) | [virtual] |
Set enabled/disabled state.
Reimplemented from YWidget.
Definition at line 62 of file YQRadioButtonGroup.cc.
void YQRadioButtonGroup::setSize | ( | int | newWidth, |
int | newHeight | ||
) | [virtual] |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 70 of file YQRadioButtonGroup.cc.