![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <ChatCommand.hpp>
Classes | |
| struct | MyCmd |
Public Types | |
| typedef struct yap::ChatCommand::MyCmd | MyCmdType |
Public Member Functions | |
| ChatCommand () | |
| ~ChatCommand () | |
| DisplayType | Trade (BufferType b) |
| DisplayType | Echo (BufferType b) |
| DisplayType | Help (BufferType b) |
| DisplayType | SwitchTab (BufferType b) |
| DisplayType | SwitchChan (BufferType b) |
| DisplayType | AddChan (BufferType b) |
| DisplayType | RmChan (BufferType b) |
| DisplayType | Unknown (BufferType b) |
| void | SetCommand (func cmd) |
| func | GetCmd (const char *pString) |
| ResponseType | ExecCmd (ChatManagerType *cm) |
Private Member Functions | |
| DISALLOW_COPY (ChatCommand) | |
| BufferType | SwitchTab (UInt32 *channb, BufferType *b, ChatManagerType *cm, ChatDisplayer *cd) |
| BufferType | SwitchChan (UInt32 *channb, BufferType *b, ChatManagerType *cm, ChatDisplayer *cd) |
| BufferType | AddChan (UInt32 *channb, BufferType *b, ChatManagerType *cm, ChatDisplayer *cd) |
| BufferType | RmChan (UInt32 *channb, BufferType *b, ChatManagerType *cm, ChatDisplayer *cd) |
Private Attributes | |
| MyCmdType * | tab_ |
| func | command_ |
Definition at line 26 of file ChatCommand.hpp.
| typedef struct yap::ChatCommand::MyCmd yap::ChatCommand::MyCmdType |
| yap::ChatCommand::ChatCommand | ( | ) |
| yap::ChatCommand::~ChatCommand | ( | ) |
Definition at line 31 of file ChatCommand.cpp.
| DisplayType yap::ChatCommand::AddChan | ( | BufferType | b | ) |
Definition at line 167 of file ChatCommand.cpp.
|
private |
|
private |
| DisplayType yap::ChatCommand::Echo | ( | BufferType | b | ) |
Definition at line 93 of file ChatCommand.cpp.
| ResponseType yap::ChatCommand::ExecCmd | ( | ChatManagerType * | cm | ) |
Definition at line 345 of file ChatCommand.cpp.
| func yap::ChatCommand::GetCmd | ( | const char * | pString | ) |
Definition at line 200 of file ChatCommand.cpp.
| DisplayType yap::ChatCommand::Help | ( | BufferType | b | ) |
Definition at line 79 of file ChatCommand.cpp.
| DisplayType yap::ChatCommand::RmChan | ( | BufferType | b | ) |
Definition at line 181 of file ChatCommand.cpp.
|
private |
| void yap::ChatCommand::SetCommand | ( | func | cmd | ) |
| DisplayType yap::ChatCommand::SwitchChan | ( | BufferType | b | ) |
Definition at line 154 of file ChatCommand.cpp.
|
private |
| DisplayType yap::ChatCommand::SwitchTab | ( | BufferType | b | ) |
Definition at line 141 of file ChatCommand.cpp.
|
private |
| DisplayType yap::ChatCommand::Trade | ( | BufferType | b | ) |
Definition at line 128 of file ChatCommand.cpp.
| DisplayType yap::ChatCommand::Unknown | ( | BufferType | b | ) |
Definition at line 119 of file ChatCommand.cpp.
|
private |
Definition at line 84 of file ChatCommand.hpp.
|
private |
Definition at line 83 of file ChatCommand.hpp.