#include <generals.h>
Inherits MatcherClass.
Public Member Functions | |
| GeneralsMatcher () | |
| virtual | ~GeneralsMatcher () |
| 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 92 of file generals.h.
| GeneralsMatcher::GeneralsMatcher | ( | ) |
Definition at line 173 of file generals.cpp.
|
inlinevirtual |
Definition at line 96 of file generals.h.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 434 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1184 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1258 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1265 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1245 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1251 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1203 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 1191 of file generals.cpp.
|
virtual |
Reimplemented from MatcherClass.
Definition at line 200 of file generals.cpp.