Return to Index

Label

Parent class: Widget

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.
Parameters:
const String& pLabelThe new label.

String Label::getLabel
String Label::getLabel();

Returns the currently displayed text.


Generated automatically by docgen 0.0.1
© 2003 Aron Dobos