Inherited by NoSection, WidgetButton, WidgetCheckBox, WidgetGroupBox, WidgetRadioButton, WidgetStatic, WidgetTabSheet, WidgetTextBox, WidgetTextBox< EventHandlerClass, MessageMapPolicy >, WidgetTextBox< EventHandlerClass, MessageMapPolicy, SmartWin::RichTextBox< EventHandlerClass, MessageMapPolicy > >, WidgetTextBox< Parent, MessageMapPolicy >, WidgetWindowBase, WidgetWindowBase< EventHandlerClass, SmartWin::MessageMapPolicyDialogWidget >, WidgetWindowBase< EventHandlerClass, SmartWin::MessageMapPolicyModalDialogWidget >, and WidgetWindowBase< EventHandlerClass, unUsed >.
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.   | |
E.g. the AspectTextBox have a "text" Aspect therefore they realize the AspectText through inheritance.
| SmartUtil::tstring getText | ( | ) | const | 
Gets the text of the AspectText realizing class.
The Return value is the text of the realizing class.
| void setText | ( | const SmartUtil::tstring & | txt | ) | 
Sets the text of the AspectText realizing class.
The txt parameter is the new text to put into the realizing object.