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