|
Blender
V2.59
|
#include <GlutMouseManager.h>

Public Member Functions | |
| void | InstallHandler (GlutMouseHandler *) |
| void | ReleaseHandler () |
| ~GlutMouseManager () | |
| void | InstallHandler (GlutMouseHandler *) |
| void | ReleaseHandler () |
| ~GlutMouseManager () | |
Static Public Member Functions | |
| static GlutMouseManager * | Instance () |
| static void | ButtonUp (GHOST_IWindow *window, GHOST_TButtonMask button_mask, int x, int y) |
| static void | ButtonDown (GHOST_IWindow *window, GHOST_TButtonMask button_mask, int x, int y) |
| static void | Motion (GHOST_IWindow *window, int x, int y) |
| static GlutMouseManager * | Instance () |
| static void | Mouse (int button, int state, int x, int y) |
| static void | Motion (int x, int y) |
Definition at line 73 of file decimation/test/decimate_glut_test/intern/common/GlutMouseManager.h.
| GlutMouseManager::~GlutMouseManager | ( | ) |
Definition at line 112 of file decimation/test/decimate_glut_test/intern/common/GlutMouseManager.cpp.
| GlutMouseManager::~GlutMouseManager | ( | ) |
| void GlutMouseManager::ButtonDown | ( | GHOST_IWindow * | window, |
| GHOST_TButtonMask | button_mask, | ||
| int | x, | ||
| int | y | ||
| ) | [static] |
Definition at line 65 of file decimation/test/decimate_glut_test/intern/common/GlutMouseManager.cpp.
References GlutMouseHandler::ButtonDown(), Instance(), and NULL.
| void GlutMouseManager::ButtonUp | ( | GHOST_IWindow * | window, |
| GHOST_TButtonMask | button_mask, | ||
| int | x, | ||
| int | y | ||
| ) | [static] |
Definition at line 50 of file decimation/test/decimate_glut_test/intern/common/GlutMouseManager.cpp.
References GlutMouseHandler::ButtonUp(), Instance(), and NULL.
| void GlutMouseManager::InstallHandler | ( | GlutMouseHandler * | ) |
| void GlutMouseManager::InstallHandler | ( | GlutMouseHandler * | handler | ) |
Definition at line 96 of file decimation/test/decimate_glut_test/intern/common/GlutMouseManager.cpp.
References MT_assert, and NULL.
Referenced by main().
| static GlutMouseManager* GlutMouseManager::Instance | ( | ) | [static] |
| GlutMouseManager * GlutMouseManager::Instance | ( | ) | [static] |
Definition at line 37 of file decimation/test/decimate_glut_test/intern/common/GlutMouseManager.cpp.
References NULL.
Referenced by ButtonDown(), ButtonUp(), main(), Motion(), and Mouse().
| void GlutMouseManager::Motion | ( | int | x, |
| int | y | ||
| ) | [static] |
Definition at line 65 of file iksolver/test/ik_glut_test/common/GlutMouseManager.cpp.
References Instance(), GlutMouseHandler::Motion(), and NULL.
| void GlutMouseManager::Motion | ( | GHOST_IWindow * | window, |
| int | x, | ||
| int | y | ||
| ) | [static] |
Definition at line 82 of file decimation/test/decimate_glut_test/intern/common/GlutMouseManager.cpp.
References Instance(), GlutMouseHandler::Motion(), and NULL.
Referenced by main().
| void GlutMouseManager::Mouse | ( | int | button, |
| int | state, | ||
| int | x, | ||
| int | y | ||
| ) | [static] |
Definition at line 50 of file iksolver/test/ik_glut_test/common/GlutMouseManager.cpp.
References Instance(), GlutMouseHandler::Mouse(), and NULL.
Referenced by main().
| void GlutMouseManager::ReleaseHandler | ( | ) |
| void GlutMouseManager::ReleaseHandler | ( | ) |
Definition at line 106 of file decimation/test/decimate_glut_test/intern/common/GlutMouseManager.cpp.
References NULL.