#include <wx/panel.h>#include <wx/textctrl.h>#include <vector>#include "chatlog.h"#include "Helper/TextCompletionDatabase.hpp"#include <wx/hashmap.h>#include <wx/string.h>#include "utils/mixins.hh"#include "utils/isink.h"

Go to the source code of this file.
Data Structures | |
| struct | ChatLine |
| class | ChatPanel |
| wxPanel that contains a chat. More... | |
Enumerations | |
| enum | ChatPanelType { CPT_Channel, CPT_Server, CPT_User, CPT_Battle } |
| enum | HighlightType { highlight_say, highlight_join_leave, highlight_important } |
| enum | { CHAT_SEND = wxID_HIGHEST, CHAT_TEXT, CHAT_LOG, CHAT_CHAN_OPTS } |
| anonymous enum |
Definition at line 213 of file chatpanel.h.
| enum ChatPanelType |
Definition at line 38 of file chatpanel.h.
| enum HighlightType |
Definition at line 45 of file chatpanel.h.
1.6.3