|
libyui-qt
2.46.21
|


Public Member Functions | |
| YQLayoutBox (YWidget *parent, YUIDimension dim) | |
| Constructor. More... | |
| virtual | ~YQLayoutBox () |
| 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 34 of file YQLayoutBox.h.
| YQLayoutBox::YQLayoutBox | ( | YWidget * | parent, |
| YUIDimension | dim | ||
| ) |
Constructor.
Creates a VBox for dim == YD_VERT or a HBox for YD_HORIZ.
Definition at line 31 of file YQLayoutBox.cc.
|
virtual |
Move a child widget to a new position.
Reimplemented from YLayoutBox.
Definition at line 61 of file YQLayoutBox.cc.
|
virtual |
Set enabled/disabled state.
Reimplemented from YWidget.
Definition at line 46 of file YQLayoutBox.cc.
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 53 of file YQLayoutBox.cc.