#include <ViewRotateControl.h>
Inheritance diagram for OglGui::ViewRotateControl:
Public Types | |
enum | { VIEWROTATE_FW, VIEWROTATE_BW, VIEWROTATE_LEFT, VIEWROTATE_RIGHT, VIEWROTATE_UP, VIEWROTATE_DOWN } |
Public Member Functions | |
ViewRotateControl (int x, int y, int w, int h, Window *targetWnd=0) | |
ViewRotateControl (Window *parent, int w, int h, Window *targetWnd=0) | |
ViewRotateControl (Window *parent, int x, int y, int w, int h, Window *targetWnd=0) | |
virtual void | ButtonSelectionEvent (Button *src, void *userData) |
virtual void | SetTargetWindow (Window *targetWnd) |
Private Member Functions | |
void | Init (int w, int h, Window *targetWnd) |
Private Attributes | |
void(* | mKeyFunc )(OGLWND *, int, int) |
Definition at line 11 of file ViewRotateControl.h.