#include <TdkInteractController.h>
Inheritance diagram for TdkInteractController:

Public Member Functions | |
| virtual void | mouseClick (int x, int y, TdkButton button, TdkButtonState buttonState, TdkKeyboardState keyboardState) |
| virtual void | mouseMove (int x, int y, TdkButton button, TdkButtonState buttonState, TdkKeyboardState keyboardState) |
| virtual void | enterWindow () |
| Method called whenever the mouse leaves the map display area. | |
| virtual void | leaveWindow () |
| Method called whenever the mouse leaves the map display area. | |
| virtual void | resize (int width, int height) |
| virtual void | scroll (float x, float y, double dx, double dy, TdkScrollBar scrollBar) |
| virtual void | redraw () |
| virtual void | refresh () |
| void TdkInteractController::mouseClick | ( | int | x, | |
| int | y, | |||
| TdkButton | button, | |||
| TdkButtonState | buttonState, | |||
| TdkKeyboardState | keyboardState | |||
| ) | [inline, virtual] |
| void TdkInteractController::mouseMove | ( | int | x, | |
| int | y, | |||
| TdkButton | button, | |||
| TdkButtonState | buttonState, | |||
| TdkKeyboardState | keyboardState | |||
| ) | [inline, virtual] |
| void TdkInteractController::enterWindow | ( | ) | [inline, virtual] |
Method called whenever the mouse leaves the map display area.
Reimplemented in TdkSwingInteractController.
| void TdkInteractController::leaveWindow | ( | ) | [inline, virtual] |
Method called whenever the mouse leaves the map display area.
Reimplemented in TdkSwingInteractController.
| void TdkInteractController::resize | ( | int | width, | |
| int | height | |||
| ) | [inline, virtual] |
| void TdkInteractController::scroll | ( | float | x, | |
| float | y, | |||
| double | dx, | |||
| double | dy, | |||
| TdkScrollBar | scrollBar | |||
| ) | [inline, virtual] |
| void TdkInteractController::redraw | ( | ) | [inline, virtual] |
| void TdkInteractController::refresh | ( | ) | [inline, virtual] |
1.5.2