#include <glui.h>
Inheritance diagram for GLUI_Checkbox:

Public Member Functions | |
| int | mouse_down_handler (int local_x, int local_y) |
| int | mouse_up_handler (int local_x, int local_y, bool inside) |
| int | mouse_held_down_handler (int local_x, int local_y, bool inside) |
| int | key_handler (unsigned char key, int modifiers) |
| void | update_size (void) |
| void | draw (int x, int y) |
| void | draw_active_area (void) |
| void | draw_empty_box (void) |
| void | set_int_val (int new_val) |
| GLUI_Checkbox (GLUI_Node *parent, const char *name, int *value_ptr=NULL, int id=-1, GLUI_CB callback=GLUI_CB()) | |
| GLUI_Checkbox (void) | |
Public Attributes | |
| int | orig_value |
| bool | currently_inside |
| int | text_x_offset |
Protected Member Functions | |
| void | common_init (void) |
|
||||||||||||||||||||||||
|
Create a new checkbox object.
|
|
|
|
|
|
|
|
||||||||||||
|
Implements GLUI_Control. |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from GLUI_Control. |
|
||||||||||||
|
Reimplemented from GLUI_Control. |
|
||||||||||||||||
|
Reimplemented from GLUI_Control. |
|
||||||||||||||||
|
Reimplemented from GLUI_Control. |
|
|
Reimplemented from GLUI_Control. |
|
|
Reimplemented from GLUI_Control. |
|
|
|
|
|
|
|
|
|
1.3.6