libyui-qt
2.43.5
|
Public Member Functions | |
YQSquash (YWidget *parent, bool horSquash, bool vertSquash) | |
virtual | ~YQSquash () |
virtual void | setEnabled (bool enabled) |
virtual void | setSize (int newWidth, int newHeight) |
Definition at line 35 of file YQSquash.h.
YQSquash::YQSquash | ( | YWidget * | parent, |
bool | horSquash, | ||
bool | vertSquash | ||
) |
Constructor.
Definition at line 29 of file YQSquash.cc.
YQSquash::~YQSquash | ( | ) | [virtual] |
Destructor.
Definition at line 39 of file YQSquash.cc.
void YQSquash::setEnabled | ( | bool | enabled | ) | [virtual] |
void YQSquash::setSize | ( | int | newWidth, |
int | newHeight | ||
) | [virtual] |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 52 of file YQSquash.cc.