#include <StatusBar.H>
Inherits InSpace::DrawObj.
Public Member Functions | |
StatusBar (cXYpt screenLoc, const bool showFPS, const Color col=Color(1, 1, 0), const int font=0, float fontScaleFactor=0.025) | |
virtual | ~StatusBar () |
void | setMessage (str_ptr s) |
void | clearMessage () |
void | draw () |
Protected Attributes | |
str_ptr | _msg |
XYpt | _loc |
bool | _showfps |
Color | _col |
int | _font |
float | _scale |
|
|
|
|
|
|
|
This is the most important function to implement in your subclass. Use GL calls inside this to draw something. This object's xform() has already been pushed onto the MODELVIEW stack when this gets called. If using inspace with G3D, use drawG3D() as a replacement for this function. Reimplemented from InSpace::DrawObj. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from InSpace::DrawObj. |
|
|