#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 | |
Private Attributes | |
GLUI_Update_CB | idCB |
GLUI_Control_CB | objCB |
GLUI_CB::GLUI_CB | ( | ) | [inline] |
GLUI_CB::GLUI_CB | ( | GLUI_Update_CB | cb | ) | [inline] |
GLUI_CB::GLUI_CB | ( | GLUI_Control_CB | cb | ) | [inline] |
GLUI_CB::operator bool | ( | ) | const [inline] |
bool GLUI_CB::operator! | ( | ) | const [inline] |
void GLUI_CB::operator() | ( | GLUI_Control * | ctrl | ) | const |
This control just activated. Fire our callback.
GLUI_Update_CB GLUI_CB::idCB [private] |
GLUI_Control_CB GLUI_CB::objCB [private] |