![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <ChatDisplayer.hpp>
Public Member Functions | |
| ChatDisplayer () | |
| ChatDisplayer (String name, UInt32 c) | |
| ChatDisplayer (String name, bool *chanbooltab) | |
| ~ChatDisplayer () | |
| UInt32 | GetChanNb () |
| void | AddToChan (Int32 c, BufferType b) |
| String | GetLastStrChan () |
| void | AddChan (UInt32 c) |
| void | RmChan (UInt32 c) |
| void | DisplayChanOn () |
| ResponseType | DisplayTab () |
| ResponseType | Display () |
| String | GetName () |
| ChanBufType | GetBuff () |
Private Member Functions | |
| DISALLOW_COPY (ChatDisplayer) | |
| void | MyDisplay (size_t index, size_t last) |
| void | MyDisplayAdder (size_t index, size_t last, ResponseType *rt) |
Private Attributes | |
| String | name_ |
| size_t | offset_ |
| ChanBufType | buff_ |
| ChansType | chans_ |
| ChanOutputType | output_ |
| bool * | chanbooltab_ |
Definition at line 21 of file ChatDisplayer.hpp.
| yap::ChatDisplayer::ChatDisplayer | ( | ) |
| yap::ChatDisplayer::ChatDisplayer | ( | String | name, |
| bool * | chanbooltab | ||
| ) |
| yap::ChatDisplayer::~ChatDisplayer | ( | ) |
| void yap::ChatDisplayer::AddChan | ( | UInt32 | c | ) |
| void yap::ChatDisplayer::AddToChan | ( | Int32 | c, |
| BufferType | b | ||
| ) |
|
private |
| ResponseType yap::ChatDisplayer::Display | ( | ) |
| void yap::ChatDisplayer::DisplayChanOn | ( | ) |
| ResponseType yap::ChatDisplayer::DisplayTab | ( | ) |
| ChanBufType yap::ChatDisplayer::GetBuff | ( | ) |
Definition at line 219 of file ChatDisplayer.cpp.
| UInt32 yap::ChatDisplayer::GetChanNb | ( | ) |
| String yap::ChatDisplayer::GetLastStrChan | ( | ) |
| String yap::ChatDisplayer::GetName | ( | ) |
Definition at line 214 of file ChatDisplayer.cpp.
|
private |
|
private |
Definition at line 163 of file ChatDisplayer.cpp.
| void yap::ChatDisplayer::RmChan | ( | UInt32 | c | ) |
|
private |
Definition at line 50 of file ChatDisplayer.hpp.
|
private |
Definition at line 53 of file ChatDisplayer.hpp.
|
private |
Definition at line 51 of file ChatDisplayer.hpp.
|
private |
Definition at line 48 of file ChatDisplayer.hpp.
|
private |
Definition at line 49 of file ChatDisplayer.hpp.
|
private |
Definition at line 52 of file ChatDisplayer.hpp.