Static Public Member Functions | Static Public Attributes

BottomSubWindow Class Reference

#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]

Displays bottom GUI.

void BottomSubWindow::bottomIdle ( void   ) [static]

Updates logic for bottom GUI.

void BottomSubWindow::bottomInit ( void   ) [static]

Initializes bottom GUI.

void BottomSubWindow::bottomKeyboard ( unsigned char  key,
int  x,
int  y 
) [static]

Processes keyboard input for bottom GUI.

Parameters:
keyThe pressed key.
xThe x coordinate.
yThe y coordinate.
void BottomSubWindow::bottomMotion ( int  x,
int  y 
) [static]

Processes mouse movement for bottom GUI.

Parameters:
xThe x coordinate.
yThe y coordinate.
void BottomSubWindow::bottomMouse ( int  button,
int  state,
int  x,
int  y 
) [static]

Processes mouse clicks for bottom GUI.

Parameters:
buttonThe clicked button.
stateThe click state.
xThe x coordinate.
yThe y coordinate.
void BottomSubWindow::bottomReshape ( int  x,
int  y 
) [static]

Processes window resizing for bottom GUI.

Parameters:
xThe x coordinate.
yThe y coordinate.

Member Data Documentation

GLUI * BottomSubWindow::bottom_glui = NULL [static]

The documentation for this class was generated from the following files: