#include <BottomSubWindow.hpp>
List of all members.
Static Public Member Functions |
static void | bottomDisplay (void) |
| Displays bottom GUI.
|
static void | bottomIdle (void) |
| Updates logic for bottom GUI.
|
static void | bottomInit (void) |
| Initializes bottom GUI.
|
static void | bottomKeyboard (unsigned char key, int x, int y) |
| Processes keyboard input for bottom GUI.
|
static void | bottomMotion (int x, int y) |
| Processes mouse movement for bottom GUI.
|
static void | bottomMouse (int button, int state, int x, int y) |
| Processes mouse clicks for bottom GUI.
|
static void | bottomReshape (int x, int y) |
| Processes window resizing for bottom GUI.
|
Static Public Attributes |
static GLUI * | bottom_glui = NULL |
static int | gl_transferFunction = -1 |
static int | windowID_main = 0 |
Member Function Documentation
void BottomSubWindow::bottomDisplay |
( |
void |
) |
[static] |
void BottomSubWindow::bottomIdle |
( |
void |
) |
[static] |
Updates logic for bottom GUI.
void BottomSubWindow::bottomInit |
( |
void |
) |
[static] |
void BottomSubWindow::bottomKeyboard |
( |
unsigned char |
key, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| [static] |
Processes keyboard input for bottom GUI.
- Parameters:
-
key | The pressed key. |
x | The x coordinate. |
y | The y coordinate. |
void BottomSubWindow::bottomMotion |
( |
int |
x, |
|
|
int |
y |
|
) |
| [static] |
Processes mouse movement for bottom GUI.
- Parameters:
-
x | The x coordinate. |
y | The y coordinate. |
void BottomSubWindow::bottomMouse |
( |
int |
button, |
|
|
int |
state, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| [static] |
Processes mouse clicks for bottom GUI.
- Parameters:
-
button | The clicked button. |
state | The click state. |
x | The x coordinate. |
y | The y coordinate. |
void BottomSubWindow::bottomReshape |
( |
int |
x, |
|
|
int |
y |
|
) |
| [static] |
Processes window resizing for bottom GUI.
- Parameters:
-
x | The x coordinate. |
y | The y coordinate. |
Member Data Documentation
The documentation for this class was generated from the following files: