#include <Chat.h>
Inherits Singleton< T >< Chat >.
Inheritance diagram for Chat:

Definition at line 7 of file Chat.h.
Public Member Functions | |
| Chat () | |
| void | draw () |
| void | inputMessage (std::string text) |
| void | sendMessage (std::string text) |
| ~Chat () | |
Private Attributes | |
| std::string | _input |
| std::string | _message |
Friends | |
| class | Singleton< Chat > |
| void Chat::draw | ( | ) |
Definition at line 14 of file Chat.cpp.
References _input, _message, and Singleton< T >::instance().
Here is the call graph for this function:

| void Chat::inputMessage | ( | std::string | text | ) |
| void Chat::sendMessage | ( | std::string | text | ) |
std::string Chat::_input [private] |
std::string Chat::_message [private] |
1.4.7