libyui-qt
2.43.5
|
Public Member Functions | |
YQEmpty (YWidget *parent) | |
virtual | ~YQEmpty () |
virtual void | setSize (int newWidth, int newHeight) |
YQEmpty::YQEmpty | ( | YWidget * | parent | ) |
Constructor.
Definition at line 29 of file YQEmpty.cc.
YQEmpty::~YQEmpty | ( | ) | [virtual] |
Destructor.
Definition at line 37 of file YQEmpty.cc.
void YQEmpty::setSize | ( | int | newWidth, |
int | newHeight | ||
) | [virtual] |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 43 of file YQEmpty.cc.