|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <OGLFont.h>


Public Member Functions | |
| OGLFont () | |
| virtual | ~OGLFont () |
| bool | load (const char *filename) |
| void | drawText (const std::string &msg, const OColor &color, double x, double y) const |
Public Member Functions inherited from OGLTexture | |
| OGLTexture () | |
| virtual | ~OGLTexture () |
| virtual void | bind () |
| virtual void | free () |
Public Member Functions inherited from IRefCount | |
| IRefCount () | |
| virtual | ~IRefCount () |
| virtual int | incRef () |
| virtual int | decRef () |
| int | getRefCount () const |
Private Attributes | |
| OImageFont * | _image |
Additional Inherited Members | |
Protected Member Functions inherited from OGLTexture | |
| void | genTexture () |
Protected Attributes inherited from OGLTexture | |
| GLuint | id |
Protected Attributes inherited from IRefCount | |
| int | m_refCount |
| The reference counter. More... | |
| OGLFont::OGLFont | ( | ) |
Definition at line 26 of file OGLFont.cpp.
|
virtual |
Definition at line 28 of file OGLFont.cpp.
| void OGLFont::drawText | ( | const std::string & | msg, |
| const OColor & | color, | ||
| double | x, | ||
| double | y | ||
| ) | const |
Affiche un texte
Definition at line 68 of file OGLFont.cpp.


|
virtual |
Implements OGLTexture.
Definition at line 30 of file OGLFont.cpp.


|
private |