Public Member Functions | |
SmartUtil::tstring | getText () const |
Gets the text of the AspectText realizing class. | |
void | onTextChanging (typename MessageMapType::itsVoidFunctionTakingConstString eventHandler) |
Setting the event handler for the "setText" event. | |
void | setText (const SmartUtil::tstring &txt) |
Sets the text of the AspectText realizing class. |
Policy class for a WidgetStatusBar with no sections or rather with _one big_ section which will hold all the text of the Status Bar Control within the same area!
Use the setText member ( which is included by inheritance to AspectText ) to set the text of the Status Bar Control!
SmartUtil::tstring getText | ( | ) | const [inherited] |
Gets the text of the AspectText realizing class.
The Return value is the text of the realizing class.
void setText | ( | const SmartUtil::tstring & | txt | ) | [inherited] |
Sets the text of the AspectText realizing class.
The txt parameter is the new text to put into the realizing object.