#include <DrawText.h>
Collaboration diagram for CTextDrawer:

Public Methods | |
| bool | PrintText (bool bold, int maxLength, const char *aFmt,...) |
| void | SetFontTextureId (GLuint aFontTextureId) |
| void | SetColor (float aR, float aG, float aB, float aA) |
| bool | PrintText (bool bold, int maxLength, const char *aFmt,...) |
| void | SetFontTextureId (GLuint aFontTextureId) |
| void | SetColor (float aR, float aG, float aB, float aA) |
Static Public Methods | |
| CTextDrawer & | GetSingleton () |
| void | Destroy () |
| CTextDrawer & | GetSingleton () |
| void | Destroy () |
Private Methods | |
| CTextDrawer () | |
| CTextDrawer () | |
Static Private Methods | |
| void | Initialise () |
| void | Initialise () |
Private Attributes | |
| GLuint | mBaseListId |
| unsigned int | mFontTexId |
| float | mR |
| float | mG |
| float | mB |
| float | mA |
Static Private Attributes | |
| CTextDrawer * | mSingleton = NULL |
| CTextDrawer * | mSingleton |
|
|
Definition at line 75 of file DrawText.cpp. References mA, mB, mBaseListId, mG, and mR. |
|
|
|
|
|
|
|
|
Definition at line 61 of file DrawText.cpp. References mBaseListId, mFontTexId, and mSingleton. |
|
|
|
|
|
Definition at line 48 of file DrawText.cpp. References Initialise(), and mSingleton. |
|
|
|
|
|
Definition at line 90 of file DrawText.cpp. References createTexture(), mBaseListId, mFontTexId, and mSingleton. Referenced by GetSingleton(). |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Definition at line 147 of file DrawText.cpp. References mBaseListId, and mFontTexId. |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Definition at line 127 of file DrawText.cpp. |
|
|
|
|
|
Definition at line 84 of file DrawText.cpp. References mFontTexId, and mSingleton. |
|
|
Definition at line 71 of file DrawText.h. Referenced by CTextDrawer(), and SetColor(). |
|
|
Definition at line 71 of file DrawText.h. Referenced by CTextDrawer(), and SetColor(). |
|
|
Definition at line 69 of file DrawText.h. Referenced by CTextDrawer(), Destroy(), Initialise(), and PrintText(). |
|
|
Definition at line 70 of file DrawText.h. Referenced by Destroy(), Initialise(), PrintText(), and SetFontTextureId(). |
|
|
Definition at line 71 of file DrawText.h. Referenced by CTextDrawer(), and SetColor(). |
|
|
Definition at line 71 of file DrawText.h. Referenced by CTextDrawer(), and SetColor(). |
|
|
Definition at line 67 of file DrawText.h. |
|
|
Definition at line 44 of file DrawText.cpp. Referenced by Destroy(), GetSingleton(), Initialise(), and SetFontTextureId(). |
1.2.18