#include <CameraRotateControl.h>
Inheritance diagram for OglGui::CameraRotateControl:
Public Types | |
enum | { CAMROT_FW, CAMROT_BW, CAMROT_LEFT, CAMROT_RIGHT, CAMROT_UP, CAMROT_DOWN } |
Public Member Functions | |
CameraRotateControl (int x, int y, int w, int h, Window *targetWnd=0) | |
CameraRotateControl (Window *parent, int w, int h, Window *targetWnd=0) | |
CameraRotateControl (Window *parent, int x, int y, int w, int h, Window *targetWnd=0) | |
virtual void | ButtonSelectionEvent (Button *src, void *userData) |
virtual void | WindowMouseEvent (Window *src, int msg, int but, int state, int x, int y, void *listenerData) |
virtual void | SetTargetWindow (Window *targetWnd) |
virtual void | DisplayFunc () |
Private Member Functions | |
void | Init (int w, int h, Window *targetWnd) |
Private Attributes | |
bool | mCamModelInitialized |
bool | mCamRotate |
Definition at line 10 of file CameraRotateControl.h.