#include <glui.h>
Inherits GLUI_Control.
Public Member Functions | |
void | draw (int x, int y) |
void | set_name (const char *text) |
void | set_int_val (int int_val) |
void | set_selected (int int_val) |
void | draw_group (int translate) |
GLUI_RadioGroup (GLUI_Node *parent, int *live_var=NULL, int user_id=-1, GLUI_CB callback=GLUI_CB()) | |
GLUI_RadioGroup (void) | |
Public Attributes | |
int | num_buttons |
Protected Member Functions | |
void | common_init (void) |
GLUI_RadioGroup::GLUI_RadioGroup | ( | GLUI_Node * | parent, | |
int * | live_var = NULL , |
|||
int | user_id = -1 , |
|||
GLUI_CB | callback = GLUI_CB() | |||
) |
GLUI_RadioGroup::GLUI_RadioGroup | ( | void | ) | [inline] |
void GLUI_RadioGroup::common_init | ( | void | ) | [inline, protected] |
void GLUI_RadioGroup::draw | ( | int | x, | |
int | y | |||
) | [virtual] |
Implements GLUI_Control.
void GLUI_RadioGroup::draw_group | ( | int | translate | ) |
void GLUI_RadioGroup::set_int_val | ( | int | int_val | ) | [virtual] |
Reimplemented from GLUI_Control.
void GLUI_RadioGroup::set_name | ( | const char * | text | ) | [virtual] |
Reimplemented from GLUI_Control.
void GLUI_RadioGroup::set_selected | ( | int | int_val | ) |