#include <glui.h>
Inheritance diagram for GLUI_RadioButton:
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) |
void | draw (int x, int y) |
void | update_size (void) |
void | draw_active_area (void) |
void | draw_checked (void) |
void | draw_unchecked (void) |
void | draw_O (void) |
GLUI_RadioButton (GLUI_RadioGroup *group, const char *name) | |
Public Attributes | |
int | orig_value |
bool | currently_inside |
int | text_x_offset |
GLUI_RadioGroup * | group |
Protected Member Functions | |
void | common_init () |
|
|
|
|
|
Implements GLUI_Control. |
|
|
|
|
|
|
|
|
|
Reimplemented from GLUI_Control. |
|
Reimplemented from GLUI_Control. |
|
Reimplemented from GLUI_Control. |
|
Reimplemented from GLUI_Control. |
|
|
|
|
|
|
|
|