#include <cascade/widgets/CascadeLabelWidget.h>
Inheritance diagram for CascadeLabelWidget:
Public Member Functions | |
CascadeLabelWidget () | |
virtual | ~CascadeLabelWidget () |
virtual void | SetText (const CascadeString &text) |
virtual void | GetText (CascadeString &textToSet) |
virtual void | OnPaint (CascadeBitmap &bitmap) |
virtual bool | WillAcceptFocus () |
Protected Attributes | |
CascadeString | m_text |
CascadeLabelWidget is a widget that holds a text label.
|
The CascadeLabelWidget constructor - lightweight. This constructor is lightweight. |
|
Destructor. The destructor. |
|
gets the text of the label widget GetText() sets the textToSet with the text of the label widget.
|
|
paints the label widget OnPaint() provides painting for the label widget Reimplemented from CascadeWindow. |
|
sets the text for the label widget SetText() sets the text for the label widget.
|
|
overridden to refuse focus WillAcceptFocus() is overridden so the label widget will not accept (refuse) focus. Reimplemented from CascadeWidget. |
|
the text of the widget m_text holds the text of the label widget |