#include <RightSubWindow.hpp>
List of all members.
Static Public Member Functions |
static void | rightDisplay (void) |
| displays the bottom-right GUI.
|
static void | rightIdle (void) |
| Updates the bottom-right GUI.
|
static void | rightInit (void) |
| Initializes the bottom-right GUI.
|
static void | control_cb (int) |
| Sets variable for lighting, rotation and GUI buttons.
|
static void | rightKeyboard (unsigned char key, int x, int y) |
| Processes keyboard input for the bottom-right GUI.
|
static void | rightMotion (int x, int y) |
| Processes mouse movement for the bottom-right GUI..
|
static void | rightMouse (int button, int state, int x, int y) |
| Processes mouse clicks for the bottom-right GUI.
|
static void | rightReshape (int x, int y) |
| Processes resizing for the bottom-right GUI.
|
Static Public Attributes |
static GLUI * | right_glui = NULL |
static int | windowID_main = 0 |
static int | action = 0 |
static GLUI_Rotation * | gui_rot = NULL |
Member Function Documentation
void RightSubWindow::control_cb |
( |
int |
control ) |
[static] |
Sets variable for lighting, rotation and GUI buttons.
- Parameters:
-
control | The input control. |
void RightSubWindow::rightDisplay |
( |
void |
) |
[static] |
displays the bottom-right GUI.
void RightSubWindow::rightIdle |
( |
void |
) |
[static] |
Updates the bottom-right GUI.
void RightSubWindow::rightInit |
( |
void |
) |
[static] |
Initializes the bottom-right GUI.
void RightSubWindow::rightKeyboard |
( |
unsigned char |
key, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| [static] |
Processes keyboard input for the bottom-right GUI.
- Parameters:
-
key | The key. |
x | The x coordinate. |
y | The y coordinate. |
void RightSubWindow::rightMotion |
( |
int |
x, |
|
|
int |
y |
|
) |
| [static] |
Processes mouse movement for the bottom-right GUI..
- Parameters:
-
x | The x coordinate. |
y | The y coordinate. |
void RightSubWindow::rightMouse |
( |
int |
button, |
|
|
int |
state, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| [static] |
Processes mouse clicks for the bottom-right GUI.
- Parameters:
-
button | The clicked button. |
state | The click state. |
x | The x coordinate. |
y | The y coordinate. |
void RightSubWindow::rightReshape |
( |
int |
x, |
|
|
int |
y |
|
) |
| [static] |
Processes resizing for the bottom-right GUI.
- Parameters:
-
x | The x coordinate. |
y | The y coordinate. |
Member Data Documentation
The documentation for this class was generated from the following files: