#include <messageq.h>
Public Member Functions | |
| MESSAGEQ () | |
| ~MESSAGEQ () | |
| void | Clear () |
| void | SetDepth (int newqdepth) |
| void | SetPersist (float newqpersist) |
| void | SetTimePrint (bool newprinttime) |
| void | SetBuildUp (bool newbuildup) |
| void | SetPos (float newx, float newy, int newsize, int newfset) |
| void | AddMessage (string newq) |
| void | Draw (float timefactor, float fps, FONT &font) |
Private Attributes | |
| int | qdepth |
| float | qpersist |
| string | q [MAX_Q_DEPTH] |
| bool | valid [MAX_Q_DEPTH] |
| float | qlen [MAX_Q_DEPTH] |
| float | posx |
| float | posy |
| int | size |
| int | fset |
| bool | printtime |
| bool | buildup |
Definition at line 19 of file messageq.h.
|
|
Definition at line 3 of file messageq.cpp. References buildup, Clear(), fset, posx, posy, printtime, qpersist, and size. |
|
|
Definition at line 16 of file messageq.cpp. References Clear(), and verbose_output. |
|
|
Definition at line 57 of file messageq.cpp. References MAX_Q_DEPTH, and valid. Referenced by MULTIPLAY::Connect(), and LoadWorld(). |
|
|
Definition at line 24 of file messageq.cpp. References MAX_Q_DEPTH, qlen, and valid. Referenced by MULTIPLAY::Connect(), MESSAGEQ(), SetDepth(), and ~MESSAGEQ(). |
|
||||||||||||||||
|
Definition at line 97 of file messageq.cpp. References MAX_Q_DEPTH, qlen, and valid. |
|
|
Definition at line 44 of file messageq.cpp. References buildup. Referenced by InitGameData(). |
|
|
Definition at line 33 of file messageq.cpp. References Clear(), and qdepth. Referenced by InitGameData(). |
|
|
Definition at line 39 of file messageq.cpp. References qpersist. Referenced by InitGameData(). |
|
||||||||||||||||||||
|
Definition at line 49 of file messageq.cpp. References fset, posx, posy, and size. Referenced by InitGameData(). |
|
|
Definition at line 232 of file messageq.cpp. References printtime. |
|
|
Definition at line 33 of file messageq.h. Referenced by MESSAGEQ(), and SetBuildUp(). |
|
|
Definition at line 31 of file messageq.h. Referenced by MESSAGEQ(), and SetPos(). |
|
|
Definition at line 28 of file messageq.h. Referenced by MESSAGEQ(), and SetPos(). |
|
|
Definition at line 29 of file messageq.h. Referenced by MESSAGEQ(), and SetPos(). |
|
|
Definition at line 32 of file messageq.h. Referenced by MESSAGEQ(), and SetTimePrint(). |
|
|
Definition at line 25 of file messageq.h. |
|
|
Definition at line 23 of file messageq.h. Referenced by SetDepth(). |
|
|
Definition at line 27 of file messageq.h. |
|
|
Definition at line 24 of file messageq.h. Referenced by MESSAGEQ(), and SetPersist(). |
|
|
Definition at line 30 of file messageq.h. Referenced by MESSAGEQ(), and SetPos(). |
|
|
Definition at line 26 of file messageq.h. Referenced by AddMessage(), Clear(), and Draw(). |
1.4.6