#include <YQReplacePoint.h>
Inheritance diagram for YQReplacePoint:
Public Member Functions | |
YQReplacePoint (QWidget *parent, const YWidgetOpt &opt) | |
void | childAdded (YWidget *child) |
void | setEnabling (bool enabled) |
void | setSize (long newWidth, long newHeight) |
|
Constructor. |
|
Inherited from YContainerWidget. Called when a child has been added. We call show() for the new widget. Reimplemented from YContainerWidget. |
|
Inherited from YWidget: Sets the enabled state of the widget. All new widgets are enabled per definition. Only enabled widgets can take user input. Reimplemented from YWidget. |
|
Sets the size Reimplemented from YContainerWidget. |