#include <chatbox.hpp>
Public Member Functions | |
| lobby_chat_window (const std::string &name, bool whisper) | |
Public Attributes | |
| std::string | name |
| bool | whisper |
| int | pending_messages |
Definition at line 41 of file chatbox.hpp.
|
inline |
Definition at line 43 of file chatbox.hpp.
| std::string gui2::lobby_chat_window::name |
Definition at line 48 of file chatbox.hpp.
Referenced by gui2::chatbox::close_window_button_callback().
| int gui2::lobby_chat_window::pending_messages |
Definition at line 50 of file chatbox.hpp.
| bool gui2::lobby_chat_window::whisper |
Definition at line 49 of file chatbox.hpp.