|
libyui-qt
2.43.5
|
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.
| YQFrame::~YQFrame | ( | ) | [virtual] |
Destructor.
Definition at line 47 of file YQFrame.cc.
| int YQFrame::preferredHeight | ( | ) | [virtual] |
Preferred height of the widget.
Reimplemented from YWidget.
Definition at line 103 of file YQFrame.cc.
| int YQFrame::preferredWidth | ( | ) | [virtual] |
Preferred width of the widget.
Reimplemented from YWidget.
Definition at line 88 of file YQFrame.cc.
| void YQFrame::setEnabled | ( | bool | enabled | ) | [virtual] |
| void YQFrame::setLabel | ( | const std::string & | newLabel | ) | [virtual] |
Change the frame label.
Definition at line 81 of file YQFrame.cc.
| void YQFrame::setSize | ( | int | newWidth, |
| int | newHeight | ||
| ) | [virtual] |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 61 of file YQFrame.cc.