List of all members.
Public Member Functions |
| GHud (void) |
| ~GHud (void) |
int | AddElement (std::string name, float _x, float _y, float _width, float _height, std::string filename, std::string alpha="") |
int | Draw (double time, double dtime, GMatrix16 *viewmatrix, GMatrix16 *worldmatrix, int FLAGS) |
int | DrawSprites (double time, double dtime, GMatrix16 *viewmatrix, GMatrix16 *worldmatrix, int FLAGS) |
vector< GHudElement * > | GetElements (void) |
GHudElement * | GetElementForName (char *) |
int | Update (double time, double dtime) |
| set the objects active state
|
Protected Attributes |
vector< GHudElement * > | Elements |
Constructor & Destructor Documentation
Member Function Documentation
int GHud::AddElement |
( |
std::string |
name, |
|
|
float |
_x, |
|
|
float |
_y, |
|
|
float |
_width, |
|
|
float |
_height, |
|
|
std::string |
filename, |
|
|
std::string |
alpha = "" | |
|
) |
| | |
int GHud::Draw |
( |
double |
time, |
|
|
double |
dtime, |
|
|
GMatrix16 * |
viewmatrix, |
|
|
GMatrix16 * |
worldmatrix, |
|
|
int |
FLAGS | |
|
) |
| | [virtual] |
int GHud::DrawSprites |
( |
double |
time, |
|
|
double |
dtime, |
|
|
GMatrix16 * |
viewmatrix, |
|
|
GMatrix16 * |
worldmatrix, |
|
|
int |
FLAGS | |
|
) |
| | [virtual] |
int GHud::Update |
( |
double |
time, |
|
|
double |
dtime | |
|
) |
| | [virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: