#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 35 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_.
Referenced by time().
|
virtual |
Definition at line 179 of file replay.cpp.
Referenced by time().
|
inline |
Definition at line 39 of file replay.hpp.
References color_.
|
inline |
Definition at line 38 of file replay.hpp.
References nick_.
|
inline |
Definition at line 37 of file replay.hpp.
References text_.
|
inline |
Definition at line 40 of file replay.hpp.
References chat_msg(), time_, and ~chat_msg().
|
private |
Definition at line 44 of file replay.hpp.
Referenced by chat_msg(), and color().
|
private |
Definition at line 45 of file replay.hpp.
Referenced by chat_msg(), and nick().
|
private |
Definition at line 46 of file replay.hpp.
Referenced by text().
|
private |
Definition at line 47 of file replay.hpp.
Referenced by chat_msg(), and time().