This widget displays a static piece of text on the screen. The label can be modified with the appropriate functions.
Method Summary: | ||
Label::Label | (); | |
void | Label::setLabel | (const String& pLabel); |
String | Label::getLabel | (); |
Label::Label |
Label::Label(); Constructs a new label widget. |
void Label::setLabel | ||||||
void Label::setLabel(const String& pLabel); Sets the text displayed. | ||||||
|
String Label::getLabel |
String Label::getLabel(); Returns the currently displayed text. |