#include <glui.h>
GLUI_Master_Object::GLUI_Master_Object | ( | ) |
GLUI_Master_Object::~GLUI_Master_Object | ( | ) |
void GLUI_Master_Object::add_cb_to_glut_window | ( | int | window, | |
int | cb_type, | |||
void * | cb | |||
) | [private] |
void GLUI_Master_Object::auto_set_viewport | ( | ) |
void GLUI_Master_Object::close_all | ( | ) |
GLUI* GLUI_Master_Object::create_glui | ( | const char * | name, | |
long | flags = 0 , |
|||
int | x = -1 , |
|||
int | y = -1 | |||
) |
GLUI* GLUI_Master_Object::create_glui_subwindow | ( | int | parent_window, | |
long | flags = 0 | |||
) |
GLUI* GLUI_Master_Object::find_glui_by_window_id | ( | int | window_id | ) |
GLUI_Glut_Window* GLUI_Master_Object::find_glut_window | ( | int | window_id | ) |
float GLUI_Master_Object::get_version | ( | ) | [inline] |
void GLUI_Master_Object::get_viewport_area | ( | int * | x, | |
int * | y, | |||
int * | w, | |||
int * | h | |||
) |
void GLUI_Master_Object::glui_setIdleFuncIfNecessary | ( | void | ) |
void GLUI_Master_Object::reshape | ( | ) |
void GLUI_Master_Object::set_glutButtonBoxFunc | ( | Int2_CB | f | ) | [inline] |
void GLUI_Master_Object::set_glutDialsFunc | ( | Int2_CB | f | ) | [inline] |
void GLUI_Master_Object::set_glutDisplayFunc | ( | void(*)(void) | f | ) | [inline] |
void GLUI_Master_Object::set_glutIdleFunc | ( | void(*)(void) | f | ) |
void GLUI_Master_Object::set_glutMenuStateFunc | ( | Int1_CB | f | ) | [inline] |
void GLUI_Master_Object::set_glutMenuStatusFunc | ( | Int3_CB | f | ) | [inline] |
void GLUI_Master_Object::set_glutMouseFunc | ( | void(*)(int, int, int, int) | f | ) |
void GLUI_Master_Object::set_glutOverlayDisplayFunc | ( | void(*)(void) | f | ) | [inline] |
void GLUI_Master_Object::set_glutSpaceballButtonFunc | ( | Int2_CB | f | ) | [inline] |
void GLUI_Master_Object::set_glutSpaceballMotionFunc | ( | Int3_CB | f | ) | [inline] |
void GLUI_Master_Object::set_glutSpaceballRotateFunc | ( | Int3_CB | f | ) | [inline] |
void GLUI_Master_Object::set_glutTabletButtonFunc | ( | Int4_CB | f | ) | [inline] |
void GLUI_Master_Object::set_glutTabletMotionFunc | ( | Int2_CB | f | ) | [inline] |
void GLUI_Master_Object::set_glutTimerFunc | ( | unsigned int | millis, | |
void(*)(int value) | f, | |||
int | value | |||
) | [inline] |
void GLUI_Master_Object::set_left_button_glut_menu_control | ( | GLUI_Control * | control | ) |
void GLUI_Master_Object::sync_live_all | ( | ) |
void glui_idle_func | ( | ) | [friend] |
void(* GLUI_Master_Object::glut_idle_CB)(void) [private] |
GLUI_Node GLUI_Master_Object::glut_windows [private] |