|
|
bool | _needToEnsureChildrenVisible |
| |
◆ YQLayoutBox()
| YQLayoutBox::YQLayoutBox |
( |
YWidget * |
parent, |
|
|
YUIDimension |
dim |
|
) |
| |
Constructor.
Creates a VBox for dim == YD_VERT or a HBox for YD_HORIZ.
◆ ~YQLayoutBox()
| YQLayoutBox::~YQLayoutBox |
( |
| ) |
|
|
virtual |
◆ ensureChildrenVisible()
| void YQLayoutBox::ensureChildrenVisible |
( |
| ) |
|
|
protected |
Go through the (direct) YWidget children list and make sure the corresponding QWidget is visible.
◆ moveChild()
| void YQLayoutBox::moveChild |
( |
YWidget * |
child, |
|
|
int |
newX, |
|
|
int |
newY |
|
) |
| |
|
virtual |
Move a child widget to a new position.
Reimplemented from YLayoutBox.
◆ setEnabled()
| void YQLayoutBox::setEnabled |
( |
bool |
enabled | ) |
|
|
virtual |
Set enabled/disabled state.
Reimplemented from YWidget.
◆ setSize()
| void YQLayoutBox::setSize |
( |
int |
newWidth, |
|
|
int |
newHeight |
|
) |
| |
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/libyui-qt-4.0.0/src/YQLayoutBox.h
- /home/abuild/rpmbuild/BUILD/libyui-qt-4.0.0/src/YQLayoutBox.cc