|
libyui-qt
2.43.5
|
Public Member Functions | |
| YQButtonBox (YWidget *parent) | |
| virtual | ~YQButtonBox () |
| virtual void | setEnabled (bool enabled) |
| virtual void | setSize (int newWidth, int newHeight) |
| virtual void | moveChild (YWidget *child, int newX, int newY) |
Definition at line 33 of file YQButtonBox.h.
| YQButtonBox::YQButtonBox | ( | YWidget * | parent | ) |
Constructor.
Definition at line 31 of file YQButtonBox.cc.
| YQButtonBox::~YQButtonBox | ( | ) | [virtual] |
Destructor.
Definition at line 39 of file YQButtonBox.cc.
| void YQButtonBox::moveChild | ( | YWidget * | child, |
| int | newX, | ||
| int | newY | ||
| ) | [virtual] |
Move a child widget to a new position.
Reimplemented from YButtonBox.
Definition at line 59 of file YQButtonBox.cc.
| void YQButtonBox::setEnabled | ( | bool | enabled | ) | [virtual] |
Set enabled/disabled state.
Reimplemented from YWidget.
Definition at line 45 of file YQButtonBox.cc.
| void YQButtonBox::setSize | ( | int | newWidth, |
| int | newHeight | ||
| ) | [virtual] |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 52 of file YQButtonBox.cc.