31 #include <yui/YLayoutBox.h> 64 virtual void setSize(
int newWidth,
int newHeight );
71 virtual void moveChild( YWidget * child,
int newX,
int newY );
82 bool _needToEnsureChildrenVisible;
90 #endif // YQLayoutBox_h YQLayoutBox(YWidget *parent, YUIDimension dim)
Constructor.
virtual ~YQLayoutBox()
Destructor.
virtual void setEnabled(bool enabled)
Set enabled/disabled state.
void ensureChildrenVisible()
Go through the (direct) YWidget children list and make sure the corresponding QWidget is visible...
virtual void moveChild(YWidget *child, int newX, int newY)
Move a child widget to a new position.
virtual void setSize(int newWidth, int newHeight)
Set the new size of the widget.