#include <YQRadioButton.h>
Inheritance diagram for YQRadioButton:

Public Member Functions | |
| YQRadioButton (QWidget *parent, const YWidgetOpt &opt, YRadioButtonGroup *rbg, const YCPString &label, bool checked) | |
| void | setEnabling (bool enabled) |
| long | nicesize (YUIDimension dim) |
| void | setSize (long newWidth, long newHeight) |
| void | setValue (const YCPBoolean &checked) |
| YCPBoolean | getValue () |
| void | setLabel (const YCPString &label) |
| virtual bool | setKeyboardFocus () |
| QRadioButton * | getQtButton () |
Protected Slots | |
| void | changed (bool newState) |
Protected Attributes | |
| QRadioButton * | _qt_radiobutton |
|
||||||||||||||||||||||||
|
Constructor. |
|
|
Triggered when the RadioButton is toggled. This _may_ be of interest to the module. |
|
|
Returns the actual qt button. Used by YQButtonGroup |
|
|
Returns, whether the RadioButton is checked. Implements YRadioButton. |
|
|
Minimum size the widget should have to make it look and feel nice. Dimension, either YD_HORIZ or YD_VERT Implements YWidget. |
|
|
Inherited from YWidget: Sets the enabled state of the widget. All new widgets are enabled per definition. Only enabled widgets can take user input. Reimplemented from YWidget. |
|
|
Accept the keyboard focus. Reimplemented from YWidget. |
|
|
Changes the label of the text entry. Reimplemented from YRadioButton. |
|
||||||||||||
|
Sets the new size of the widget. Reimplemented from YWidget. |
|
|
Sets the checked-state of the RadioButton Implements YRadioButton. |
|
|
|
1.4.4