#include <glui.h>
Inherits GLUI_Control.
Public Member Functions | |
void | set_text (const char *text) |
void | draw (int x, int y) |
void | draw_text (void) |
void | update_size (void) |
void | erase_text (void) |
GLUI_StaticText (GLUI_Node *parent, const char *name) | |
GLUI_StaticText (void) | |
Protected Member Functions | |
void | common_init () |
GLUI_StaticText::GLUI_StaticText | ( | GLUI_Node * | parent, | |
const char * | name | |||
) |
GLUI_StaticText::GLUI_StaticText | ( | void | ) | [inline] |
void GLUI_StaticText::common_init | ( | void | ) | [inline, protected] |
void GLUI_StaticText::draw | ( | int | x, | |
int | y | |||
) | [virtual] |
Implements GLUI_Control.
void GLUI_StaticText::draw_text | ( | void | ) |
void GLUI_StaticText::erase_text | ( | void | ) |
void GLUI_StaticText::set_text | ( | const char * | t | ) | [virtual] |
Writes live variable
Reimplemented from GLUI_Control.
void GLUI_StaticText::update_size | ( | void | ) | [virtual] |
Reimplemented from GLUI_Control.