summaryrefslogtreecommitdiff
path: root/components/chatwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/chatwindow.hpp')
-rw-r--r--components/chatwindow.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/chatwindow.hpp b/components/chatwindow.hpp
index d8de505..a758de9 100644
--- a/components/chatwindow.hpp
+++ b/components/chatwindow.hpp
@@ -22,8 +22,11 @@ protected:
void ScrollToBottom();
void SetMessagesInternal();
void AddNewMessageInternal();
+ ChatDisplayType GetMessageDisplayType(const MessageData *data);
ChatMessageItem *CreateChatEntryComponentText(const MessageData *data);
ChatMessageItem *CreateChatEntryComponent(const MessageData *data);
+ void ProcessMessage(const MessageData *data);
+ int m_num_rows = 0; // youd think thered be a Gtk::ListBox::get_row_count or something but nope
bool on_key_press_event(GdkEventKey *e);