Functions | |
void | SmartWin::AspectScrollable::onScrollHorz (typename MessageMapType::itsVoidFunctionTakingVoid eventHandler) |
Setting the event handler for the "scrolling horizontally" event. | |
void | SmartWin::AspectScrollable::onScrollVert (typename MessageMapType::itsVoidFunctionTakingVoid eventHandler) |
Setting the event handler for the "scrolling vertically" event. |
void onScrollHorz | ( | typename MessageMapType::itsVoidFunctionTakingVoid | eventHandler | ) | [inherited] |
Setting the event handler for the "scrolling horizontally" event.
A scrolling event occurs when for instance a WidgetSliders value is being manipulated through user interaction. Such an action would raise this event.
No parameters are passed.
void onScrollVert | ( | typename MessageMapType::itsVoidFunctionTakingVoid | eventHandler | ) | [inherited] |
Setting the event handler for the "scrolling vertically" event.
A scrolling event occurs when for instance a WidgetSliders value is being manipulated through user interaction. Such an action would raise this event.
No parameters are passed.