libyui-qt
2.46.13
|
Public Member Functions | |
YQButtonBox (YWidget *parent) | |
Constructor. | |
virtual | ~YQButtonBox () |
Destructor. | |
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... | |
virtual void | moveChild (YWidget *child, int newX, int newY) |
Move a child widget to a new position. More... | |
Definition at line 33 of file YQButtonBox.h.
|
virtual |
Move a child widget to a new position.
Reimplemented from YButtonBox.
Definition at line 59 of file YQButtonBox.cc.
|
virtual |
Set enabled/disabled state.
Reimplemented from YWidget.
Definition at line 45 of file YQButtonBox.cc.
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 52 of file YQButtonBox.cc.