|
libyui-qt
2.53.0
|


Public Member Functions | |
| YQLabel (YWidget *parent, const std::string &text, bool isHeading=false, bool isOutputField=false) | |
| Constructor. | |
| virtual | ~YQLabel () |
| Destructor. | |
| virtual void | setText (const std::string &newText) |
| Set the text the widget displays. More... | |
| virtual void | setUseBoldFont (bool bold) |
| Switch bold font on or off. More... | |
| virtual void | setAutoWrap (bool autoWrap=true) |
| virtual void | setEnabled (bool enabled) |
| Set enabled / disabled state. More... | |
| virtual int | preferredWidth () |
| Preferred width of the widget. More... | |
| virtual int | preferredHeight () |
| Preferred height of the widget. More... | |
| virtual void | setSize (int newWidth, int newHeight) |
| Set the new size of the widget. More... | |
Protected Attributes | |
| int | _layoutPass1Width |
|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
Definition at line 154 of file YQLabel.cc.
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
Definition at line 111 of file YQLabel.cc.
|
virtual |
Set enabled / disabled state.
Reimplemented from YWidget.
Definition at line 104 of file YQLabel.cc.
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
Definition at line 187 of file YQLabel.cc.
|
virtual |
Set the text the widget displays.
Reimplemented from YLabel.
Definition at line 80 of file YQLabel.cc.
|
virtual |
Switch bold font on or off.
Reimplemented from YLabel.
Definition at line 87 of file YQLabel.cc.
