represents a single (small) status line to overlay in the demo More...
#include <glut-demo.h>
Public Types | |
enum | ePosition { eTopLeft = 1, eTopRight = 2, eBottomLeft = 3, eBottomRight = 4, eInvalid = 0 } |
Public Member Functions | |
virtual | ~DisplayLine (void) throw () |
virtual ePosition | getPosition (void)=0 |
virtual const char * | getText (void)=0 |
represents a single (small) status line to overlay in the demo
Definition at line 54 of file glut-demo.h.
Definition at line 57 of file glut-demo.h.