#include <generals.h>
Inherits MatcherClass.
Public Member Functions | |
| GeneralsClientMatcher () | |
| virtual | ~GeneralsClientMatcher () |
| virtual void | init (void) |
| virtual void | checkMatches (void) |
| virtual void | handleDisconnect (const char *reason) |
| virtual void | handleRoomMessage (const char *nick, const char *message, MessageType messageType) |
| virtual void | handlePlayerMessage (const char *nick, const char *message, MessageType messageType) |
| virtual void | handlePlayerJoined (const char *nick) |
| virtual void | handlePlayerLeft (const char *nick) |
| virtual void | handlePlayerChangedNick (const char *oldNick, const char *newNick) |
| virtual void | handlePlayerEnum (bool success, int gameSpyIndex, const char *nick, int flags) |
Public Member Functions inherited from MatcherClass | |
| MatcherClass () | |
| virtual | ~MatcherClass () |
| void | handleConnect (bool success) |
| void | handleGroupRoomList (bool success, int groupID, const char *name) |
| void | handleJoin (bool success) |
| void | handleNickError (const char *badNick) |
| void | connectAndLoop (void) |
Additional Inherited Members | |
Protected Member Functions inherited from MatcherClass | |
| Wstring | getString (const Wstring &key) |
| void | readLoop (void) |
Protected Attributes inherited from MatcherClass | |
| Wstring | m_baseNick |
| std::string | m_nick |
| int | m_profileID |
| PEER | m_peer |
| bool | m_connectSuccess |
| bool | m_joinSuccess |
| int | done |
| bool | quiet |
| int | m_groupID |
| bool | m_rotateLogs |
| time_t | m_lastRotation |
Definition at line 170 of file generals.h.
| GeneralsClientMatcher::GeneralsClientMatcher | ( | ) |
Definition at line 1282 of file generals.cpp.
|
inlinevirtual |
Definition at line 174 of file generals.h.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1299 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1302 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1312 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1314 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1308 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1310 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1306 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1304 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1293 of file generals.cpp.