AspectScrollable Class Template Reference
[Aspect Classes]

Aspect class used by Widgets that have the possibility of scrolling. More...

Inherited by WidgetDataGrid, WidgetSlider, and WidgetSpinner.

List of all members.

Public Member Functions

void onScrollHorz (typename MessageMapType::itsVoidFunctionTakingVoid eventHandler)
 Setting the event handler for the "scrolling horizontally" event.
void onScrollVert (typename MessageMapType::itsVoidFunctionTakingVoid eventHandler)
 Setting the event handler for the "scrolling vertically" event.


Detailed Description

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

Aspect class used by Widgets that have the possibility of scrolling.

E.g. the WidgetSlider have a scroll Aspect to it therefore WidgetSlider realize the AspectScrollable through inheritance.

Back to SmartWin website
SourceForge.net Logo