#include <StatusBar.H>
Inherits DrawObj.
Public Methods | |
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 |
|
|
|
|
|
|
|
Implements DrawObj. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from DrawObj. |
|
|