Static Public Member Functions | Static Public Attributes

RightSubWindow Class Reference

#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:
controlThe 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:
keyThe key.
xThe x coordinate.
yThe y coordinate.
void RightSubWindow::rightMotion ( int  x,
int  y 
) [static]

Processes mouse movement for the bottom-right GUI..

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

Processes mouse clicks for the bottom-right GUI.

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

Processes resizing for the bottom-right GUI.

Parameters:
xThe x coordinate.
yThe y coordinate.

Member Data Documentation

int RightSubWindow::action = 0 [static]
GLUI_Rotation * RightSubWindow::gui_rot = NULL [static]
GLUI * RightSubWindow::right_glui = NULL [static]

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