#include <Label.h>
Public Member Functions | |
| Label (Shell *const shell) | |
| virtual | ~Label (void) |
| const cl7::string_type & | GetText () const |
| Face * | GetTarget () const |
| void | SetText (const cl7::string_type &text) |
| void | SetTarget (Face *target) |
The class for labels with static text.
| fl7::faces::Label::Label | ( | Shell *const | shell | ) |
Explicit constructor.
| fl7::faces::Label::~Label | ( | void | ) | [virtual] |
Destructor.
| Face* fl7::faces::Label::GetTarget | ( | ) | const [inline] |
Returns the target face control supported by this label.
| const cl7::string_type& fl7::faces::Label::GetText | ( | ) | const [inline] |
Returns the text of this label.
| void fl7::faces::Label::SetTarget | ( | Face * | target | ) | [inline] |
Sets the target face control supported by this label.
| void fl7::faces::Label::SetText | ( | const cl7::string_type & | text | ) | [inline] |
Sets the text of this label.
1.7.1