AspectRightClickable Class Template Reference
[Aspect Classes]

Aspect class used by Widgets that have the possibility of being "Right Clicked". More...

Inherited by WidgetDataGrid, WidgetStatusBar, and WidgetTreeView.

List of all members.

Public Member Functions

void onRightClicked (typename MessageMapType::itsVoidFunctionTakingVoid eventHandler)
 Setting the event handler for the "Right Clicked" event.


Detailed Description

template<class EventHandlerClass, class WidgetType, class MessageMapType>
class SmartWin::AspectRightClickable< EventHandlerClass, WidgetType, MessageMapType >

Aspect class used by Widgets that have the possibility of being "Right Clicked".

E.g. the WidgetStatic have a "Right Clicked" Aspect therefore it realizes the AspectRightClickable through inheritance.

Back to SmartWin website
SourceForge.net Logo