#include <glui.h>
Public Member Functions | |
| GLUI_CB () | |
| GLUI_CB (GLUI_Update_CB cb) | |
| GLUI_CB (GLUI_Control_CB cb) | |
| void | operator() (GLUI_Control *ctrl) const |
| bool | operator! () const |
| operator bool () const | |
Definition at line 294 of file glui.h.
| GLUI_CB::GLUI_CB | ( | GLUI_Update_CB | cb | ) | [inline] |
| GLUI_CB::GLUI_CB | ( | GLUI_Control_CB | cb | ) | [inline] |
| void GLUI_CB::operator() | ( | GLUI_Control * | ctrl | ) | const |
This control just activated. Fire our callback.
1.5.3