#include <replay.hpp>
Public Member Functions | |
const std::string & | text () const |
const std::string & | nick () const |
const std::string & | color () const |
const std::time_t & | time () const |
chat_msg (const config &cfg) | |
virtual | ~chat_msg () |
Private Attributes | |
std::string | color_ |
std::string | nick_ |
std::string | text_ |
std::time_t | time_ |
Definition at line 31 of file replay.hpp.
chat_msg::chat_msg | ( | const config & | cfg | ) |
Definition at line 148 of file replay.cpp.
References color_, team::get_side_highlight_pango(), get_time(), LOG_REPLAY, nick_, and time_.
|
virtual |
Definition at line 179 of file replay.cpp.
|
inline |
Definition at line 35 of file replay.hpp.
References color_.
|
inline |
Definition at line 34 of file replay.hpp.
References nick_.
|
inline |
Definition at line 33 of file replay.hpp.
References text_.
|
inline |
Definition at line 36 of file replay.hpp.
References time_.
|
private |
Definition at line 40 of file replay.hpp.
Referenced by chat_msg(), and color().
|
private |
Definition at line 41 of file replay.hpp.
Referenced by chat_msg(), and nick().
|
private |
Definition at line 42 of file replay.hpp.
Referenced by text().
|
private |
Definition at line 43 of file replay.hpp.
Referenced by chat_msg(), and time().