NoSection Class Template Reference

Policy class for a WidgetStatusBar with no sections. More...

Inherits AspectText< EventHandlerClass, SmartWin::WidgetStatusBar< EventHandlerClass, MessageMapPolicy, SmartWin::NoSection< EventHandlerClass, MessageMapPolicy > >, SmartWin::MessageMapControl< EventHandlerClass, SmartWin::WidgetStatusBar< EventHandlerClass, MessageMapPolicy, SmartWin::NoSection< EventHandlerClass, MessageMapPolicy > >, MessageMapPolicy > >.

List of all members.

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.


Detailed Description

template<class EventHandlerClass, class MessageMapPolicy>
class SmartWin::NoSection< EventHandlerClass, MessageMapPolicy >

Policy class for a WidgetStatusBar with no sections.

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!


Member Function Documentation

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.

Back to SmartWin website
SourceForge.net Logo