|
Public Member Functions |
| int | iaction_mouse_down_handler (int local_x, int local_y) |
| int | iaction_mouse_up_handler (int local_x, int local_y, bool inside) |
| int | iaction_mouse_held_down_handler (int local_x, int local_y, bool inside) |
| int | iaction_special_handler (int key, int modifiers) |
| void | iaction_init (void) |
| void | iaction_draw_active_area_persp (void) |
| void | iaction_draw_active_area_ortho (void) |
| void | iaction_dump (FILE *output) |
| void | set_speed (float s) |
| void | setup_texture (void) |
| void | setup_lights (void) |
| void | draw_2d_arrow (int radius, int filled, int orientation) |
| void | draw_2d_x_arrows (int radius) |
| void | draw_2d_y_arrows (int radius) |
| void | draw_2d_z_arrows (int radius) |
| void | draw_2d_xy_arrows (int radius) |
| int | get_mouse_code (int x, int y) |
| float | get_z (void) |
| float | get_x (void) |
| float | get_y (void) |
| void | set_z (float val) |
| void | set_x (float val) |
| void | set_y (float val) |
| void | set_one_val (float val, int index) |
| | GLUI_Translation (GLUI_Node *parent, const char *name, int trans_type, float *live_var=NULL, int id=-1, GLUI_CB callback=GLUI_CB()) |
| | GLUI_Translation (void) |
Public Attributes |
| int | trans_type |
| int | down_x |
| int | down_y |
| float | scale_factor |
| GLUquadricObj * | quadObj |
| int | trans_mouse_code |
| float | orig_x |
| float | orig_y |
| float | orig_z |
| int | locked |
Protected Member Functions |
| void | common_init () |