|
libyui-qt
2.44.0
|


Public Member Functions | |
| YQRadioButton (YWidget *parent, const std::string &label, bool checked) | |
| virtual bool | value () |
| virtual void | setValue (bool checked) |
| virtual void | setLabel (const std::string &label) |
| virtual void | setUseBoldFont (bool bold=true) |
| virtual void | setEnabled (bool enabled) |
| virtual int | preferredWidth () |
| virtual int | preferredHeight () |
| virtual void | setSize (int newWidth, int newHeight) |
| virtual bool | setKeyboardFocus () |
Protected Slots | |
| void | changed (bool newState) |
| bool | eventFilter (QObject *obj, QEvent *event) |
Definition at line 35 of file YQRadioButton.h.
| YQRadioButton::YQRadioButton | ( | YWidget * | parent, |
| const std::string & | label, | ||
| bool | checked | ||
| ) |
Constructor.
Definition at line 51 of file YQRadioButton.cc.

|
protectedslot |
Triggered when the RadioButton is toggled.
Definition at line 148 of file YQRadioButton.cc.

|
protectedslot |
Redirect events to this object.
Definition at line 169 of file YQRadioButton.cc.

|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
Definition at line 91 of file YQRadioButton.cc.
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
Definition at line 85 of file YQRadioButton.cc.
|
virtual |
Set enabled / disabled state.
Reimplemented from YWidget.
Definition at line 133 of file YQRadioButton.cc.
|
virtual |
Accept the keyboard focus.
Reimplemented from YWidget.
Definition at line 140 of file YQRadioButton.cc.
|
virtual |
Change the label (the text) on the RadioButton.
Reimplemented from YRadioButton.
Definition at line 126 of file YQRadioButton.cc.
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 97 of file YQRadioButton.cc.
|
virtual |
Use a bold font.
Reimplemented from YRadioButton.
Definition at line 75 of file YQRadioButton.cc.

|
virtual |
Set the "checked" state of the RadioButton.
Reimplemented from YRadioButton.
Definition at line 109 of file YQRadioButton.cc.
|
virtual |
Return the "checked" state of the RadioButton.
Reimplemented from YRadioButton.
Definition at line 103 of file YQRadioButton.cc.