#include <PageVector.h>
Public Methods | |
| SI32 | Add (HelpRequest *toAdd) |
| bool | Remove (void) |
| HelpRequest * | First (void) |
| HelpRequest * | Next (void) |
| HelpRequest * | Current (void) |
| bool | AtEnd (void) const |
| UI32 | NumEntries (void) const |
| PageVector () | |
| PageVector (char *newTitle) | |
| virtual | ~PageVector () |
| void | SendAsGump (cSocket *toSendTo) |
| void | SetTitle (char *newTitle) |
| bool | GotoPos (SI32 pos) |
| SI32 | CurrentPos (void) const |
| SI32 | GetCallNum (void) const |
| SI32 | FindCallNum (SI32 callNum) |
Private Methods | |
| void | KillQueue (void) |
Private Attributes | |
| vector< HelpRequest * > | Queue |
| SI32 | currentPos |
| char | title [25] |
| R32 | avgEntryTime |
| R32 | maxEntryTime |
| R32 | minEntryTime |
| SERIAL | maxID |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.10 written by Dimitri van Heesch,
© 1997-2001