#include <HudChat.h>
Inheritance diagram for HudChat:
Public Methods | |
| HudChat () | |
| virtual | ~HudChat () |
| virtual void | draw () |
| void | addMessage (string message) |
| void | addChat (unsigned char c) |
| void | clearChat () |
| void | popChat () |
| string | getChat () |
| void | finishChat () |
Protected Attributes | |
| vector< GLfloat * > | _coordinatesVec |
| vector< int > | _widthVec |
| vector< int > | _heightVec |
| int | _messageTopPosition |
| int | _messageLeftPosition |
| string | _chatLine |
| GLuint | _chatTexture [1] |
| bool | _hasChat |
|
|
|
|
|
|
|
|
add a single character to the typing line at the bottom of the screen |
|
|
add a message |
|
|
clear the chat currently being typed |
|
|
draw Implements HudBase. |
|
|
push the chat line to the message box |
|
|
return the whole chat string |
|
|
remove the last letter typed in the chat line |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18