libyui-qt
2.42.4
|
Public Member Functions | |
YQFrame (YWidget *parent, const std::string &label) | |
virtual | ~YQFrame () |
virtual void | setLabel (const std::string &newLabel) |
virtual void | setEnabled (bool enabled) |
virtual int | preferredWidth () |
virtual int | preferredHeight () |
virtual void | setSize (int newWidth, int newHeight) |
YQFrame::YQFrame | ( | YWidget * | parent, |
const std::string & | label | ||
) |
Constructor.
Definition at line 37 of file YQFrame.cc.
|
virtual |
Destructor.
Definition at line 47 of file YQFrame.cc.
|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
Definition at line 103 of file YQFrame.cc.
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
Definition at line 88 of file YQFrame.cc.
|
virtual |
|
virtual |
Change the frame label.
Definition at line 81 of file YQFrame.cc.
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 61 of file YQFrame.cc.