OpenGL-based drawer for the dialog library. More...
Classes | |
struct | dialog::ogl_dialog_draw_t |
input data and state for the dialog drawer More... | |
Functions | |
void | dialog::ogl_dialog_draw_t::clear (void) throw () |
bool | dialog::ogl_dialog_draw_t::isValid (void) const throw () |
smart_ptr< Drawer > | dialog::createOpenGLDrawer (IN ogl_dialog_draw_t &odd) |
create an OpenGL-based dialog drawer (see dialog::Drawer) | |
Variables | |
smart_ptr< glut::Font > | dialog::ogl_dialog_draw_t::font |
OpenGL-based drawer for the dialog library.
void dialog::ogl_dialog_draw_t::clear | ( | void | ) | throw () [inline, inherited] |
Definition at line 57 of file dialog-draw.h.
bool dialog::ogl_dialog_draw_t::isValid | ( | void | ) | const throw () [inline, inherited] |
Definition at line 60 of file dialog-draw.h.
smart_ptr< Drawer > dialog::createOpenGLDrawer | ( | IN ogl_dialog_draw_t & | odd | ) |
create an OpenGL-based dialog drawer (see dialog::Drawer)
smart_ptr<glut::Font> dialog::ogl_dialog_draw_t::font [inherited] |
Definition at line 65 of file dialog-draw.h.