GLUI_Glut_Window Class Reference

#include <glui.h>

Inherits GLUI_Node.

List of all members.

Public Member Functions

 GLUI_Glut_Window ()

Public Attributes

int glut_window_id
void(* glut_keyboard_CB )(unsigned char, int, int)
void(* glut_special_CB )(int, int, int)
void(* glut_reshape_CB )(int, int)
void(* glut_passive_motion_CB )(int, int)
void(* glut_mouse_CB )(int, int, int, int)
void(* glut_visibility_CB )(int)
void(* glut_motion_CB )(int, int)
void(* glut_display_CB )(void)
void(* glut_entry_CB )(int)


Detailed Description

A top-level window. The GLUI_Master GLUT callback can route events to the callbacks in this class, for arbitrary use by external users. (see GLUI_Master_Object::set_glutKeyboardFunc).

This entire approach seems to be superceded by the "subwindow" flavor of GLUI.


Constructor & Destructor Documentation

GLUI_Glut_Window::GLUI_Glut_Window (  ) 


Member Data Documentation

void(* GLUI_Glut_Window::glut_keyboard_CB)(unsigned char, int, int)

void(* GLUI_Glut_Window::glut_mouse_CB)(int, int, int, int)

void(* GLUI_Glut_Window::glut_special_CB)(int, int, int)


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

Generated on Tue Jan 20 23:44:13 2009 for FlowVis by  doxygen 1.5.7.1