#include <TdkSwingInteractController.h>
Inheritance diagram for TdkSwingInteractController:
Public Member Functions | |
void | setZoom () |
void | enterWindow () |
Method called whenever the mouse leaves the map display area. | |
void | leaveWindow () |
Method called whenever the mouse leaves the map display area. | |
Static Public Member Functions | |
static TdkSwingInteractController * | getInstance () |
static void | swgRedraw () |
static void | swgRefresh () |
static int | MouseMove (int button, int clickCount, int x, int y) |
static int | MouseClick (int button, int press, int x, int y) |
static int | Resize (int w, int h) |
static void | mouseOn (bool on) |
Private Member Functions | |
TdkSwingInteractController () | |
~TdkSwingInteractController () | |
Private Attributes | |
bool | zoom_ |
Static Private Attributes | |
static TdkSwingInteractController * | instance_ = 0 |
static bool | on_ = true |
TdkSwingInteractController::TdkSwingInteractController | ( | ) | [private] |
TdkSwingInteractController::~TdkSwingInteractController | ( | ) | [private] |
TdkSwingInteractController * TdkSwingInteractController::getInstance | ( | ) | [static] |
void TdkSwingInteractController::setZoom | ( | ) |
void TdkSwingInteractController::swgRedraw | ( | ) | [static] |
void TdkSwingInteractController::swgRefresh | ( | ) | [static] |
int TdkSwingInteractController::MouseMove | ( | int | button, | |
int | clickCount, | |||
int | x, | |||
int | y | |||
) | [static] |
int TdkSwingInteractController::MouseClick | ( | int | button, | |
int | press, | |||
int | x, | |||
int | y | |||
) | [static] |
int TdkSwingInteractController::Resize | ( | int | w, | |
int | h | |||
) | [static] |
void TdkSwingInteractController::mouseOn | ( | bool | on | ) | [static] |
void TdkSwingInteractController::enterWindow | ( | ) | [virtual] |
Method called whenever the mouse leaves the map display area.
Reimplemented from TdkInteractController.
void TdkSwingInteractController::leaveWindow | ( | ) | [virtual] |
Method called whenever the mouse leaves the map display area.
Reimplemented from TdkInteractController.
TdkSwingInteractController * TdkSwingInteractController::instance_ = 0 [static, private] |
bool TdkSwingInteractController::zoom_ [private] |
bool TdkSwingInteractController::on_ = true [static, private] |