libyui-qt
2.43.5
|
Public Member Functions | |
YQReplacePoint (YWidget *parent) | |
virtual void | showChild () |
virtual void | setEnabled (bool enabled) |
virtual void | setSize (int newWidth, int newHeight) |
Definition at line 35 of file YQReplacePoint.h.
YQReplacePoint::YQReplacePoint | ( | YWidget * | parent | ) |
Constructor.
Definition at line 33 of file YQReplacePoint.cc.
void YQReplacePoint::setEnabled | ( | bool | enabled | ) | [virtual] |
Set enabled/disabled state.
Reimplemented from YWidget.
Definition at line 53 of file YQReplacePoint.cc.
void YQReplacePoint::setSize | ( | int | newWidth, |
int | newHeight | ||
) | [virtual] |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 60 of file YQReplacePoint.cc.
void YQReplacePoint::showChild | ( | ) | [virtual] |
Show a newly added child.
Reimplemented from YReplacePoint.
Definition at line 41 of file YQReplacePoint.cc.