libyui-qt
2.46.13
|
Public Member Functions | |
YQCheckBoxFrame (YWidget *parent, const std::string &label, bool checked) | |
Constructor. | |
virtual void | setLabel (const std::string &label) |
Change the label text on the CheckBoxFrame. More... | |
virtual void | setValue (bool isChecked) |
Check or uncheck the CheckBoxFrame's check box. More... | |
virtual bool | value () |
Get the status of the CheckBoxFrame's check box. More... | |
virtual void | setEnabled (bool enabled) |
Set enabled / disabled state. More... | |
virtual int | preferredWidth () |
Preferred width of the widget. More... | |
virtual int | preferredHeight () |
Preferred height of the widget. More... | |
virtual void | setSize (int newWidth, int newHeight) |
Set the new size of the widget. More... | |
virtual bool | setKeyboardFocus () |
Accept the keyboard focus. More... | |
Protected Member Functions | |
virtual void | childEvent (QChildEvent *) |
Reimplemented from QGroupBox to prevent QGroupBox from disabling children according to the check box status as the children are inserted. | |
virtual bool | event (QEvent *e) |
Definition at line 36 of file YQCheckBoxFrame.h.
|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
Definition at line 177 of file YQCheckBoxFrame.cc.
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
Definition at line 167 of file YQCheckBoxFrame.cc.
|
virtual |
Set enabled / disabled state.
Reimplemented from YWidget.
Definition at line 79 of file YQCheckBoxFrame.cc.
|
virtual |
Accept the keyboard focus.
Reimplemented from YWidget.
Definition at line 187 of file YQCheckBoxFrame.cc.
|
virtual |
Change the label text on the CheckBoxFrame.
Reimplemented from YCheckBoxFrame.
Definition at line 59 of file YQCheckBoxFrame.cc.
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 148 of file YQCheckBoxFrame.cc.
|
virtual |
Check or uncheck the CheckBoxFrame's check box.
Reimplemented from YCheckBoxFrame.
Definition at line 72 of file YQCheckBoxFrame.cc.
|
virtual |
Get the status of the CheckBoxFrame's check box.
Reimplemented from YCheckBoxFrame.
Definition at line 66 of file YQCheckBoxFrame.cc.