Functions | |
void | SmartWin::AspectMouseClicks::onLeftMouseDown (typename MessageMapType::itsVoidFunctionTakingMouseEventResult eventHandler) |
Left mouse button pressed event handler setter. | |
void | SmartWin::AspectMouseClicks::onLeftMouseUp (typename MessageMapType::itsVoidFunctionTakingMouseEventResult eventHandler) |
Left mouse button pressed and released event handler setter. | |
void | SmartWin::AspectMouseClicks::onMiddleMouseUp (typename MessageMapType::itsVoidFunctionTakingMouseEventResult eventHandler) |
Middle mouse button pressed and released event handler setter. | |
void | SmartWin::AspectMouseClicks::onMouseMove (typename MessageMapType::itsVoidFunctionTakingMouseEventResult eventHandler) |
Mouse moved event handler setter. | |
void | SmartWin::AspectMouseClicks::onRightMouseDown (typename MessageMapType::itsVoidFunctionTakingMouseEventResult eventHandler) |
Right mouse button pressed event handler setter. | |
void | SmartWin::AspectMouseClicks::onRightMouseUp (typename MessageMapType::itsVoidFunctionTakingMouseEventResult eventHandler) |
Right mouse button pressed and released event handler setter. |
void onLeftMouseDown | ( | typename MessageMapType::itsVoidFunctionTakingMouseEventResult | eventHandler | ) | [inherited] |
Left mouse button pressed event handler setter.
If supplied, function will be called when user press the Left Mouse button in the client area of the widget.
The parameter passed is const MouseEventResult & which contains the state of the mouse.
void onLeftMouseUp | ( | typename MessageMapType::itsVoidFunctionTakingMouseEventResult | eventHandler | ) | [inherited] |
Left mouse button pressed and released event handler setter.
If supplied, function will be called when user releases the Left Mouse button after clicking onto the client area of the Widget.
The parameter passed is const MouseEventResult & which contains the state of the mouse.
void onMiddleMouseUp | ( | typename MessageMapType::itsVoidFunctionTakingMouseEventResult | eventHandler | ) | [inherited] |
Middle mouse button pressed and released event handler setter.
If supplied, function will be called when user releases the middle Mouse button after clicking onto the client area of the Widget.
The parameter passed is const MouseEventResult & which contains the state of the mouse.
void onMouseMove | ( | typename MessageMapType::itsVoidFunctionTakingMouseEventResult | eventHandler | ) | [inherited] |
Mouse moved event handler setter.
If supplied, function will be called when user moves the mouse.
The parameter passed is const MouseEventResult & which contains the state of the mouse.
void onRightMouseDown | ( | typename MessageMapType::itsVoidFunctionTakingMouseEventResult | eventHandler | ) | [inherited] |
Right mouse button pressed event handler setter.
If supplied, function will be called when user press the Right Mouse button in the client area of the widget.
The parameter passed is const MouseEventResult & which contains the state of the mouse.
void onRightMouseUp | ( | typename MessageMapType::itsVoidFunctionTakingMouseEventResult | eventHandler | ) | [inherited] |
Right mouse button pressed and released event handler setter.
If supplied, function will be called when user releases the Right Mouse button after clicking onto the client area of the Widget.
The parameter passed is const MouseEventResult & which contains the state of the mouse.