diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-04-13 16:29:56 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-04-13 16:29:56 -0400 |
commit | c084230767053e942b29941a8728f421e256cf1d (patch) | |
tree | ae58dc5d3978930ec5ed1fb0e65d108b56369d42 /src/components/chatmessage.hpp | |
parent | 7b5dc8a86532cf00ab49a1922dbd4ce21cdaf01f (diff) | |
parent | 44ab35dfd591c4c357673cc2ce3cb3a6964a1fff (diff) | |
download | abaddon-portaudio-c084230767053e942b29941a8728f421e256cf1d.tar.gz abaddon-portaudio-c084230767053e942b29941a8728f421e256cf1d.zip |
Merge branch 'master' of https://github.com/uowuo/abaddon into voice
Diffstat (limited to 'src/components/chatmessage.hpp')
-rw-r--r-- | src/components/chatmessage.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/chatmessage.hpp b/src/components/chatmessage.hpp index c854272..390e503 100644 --- a/src/components/chatmessage.hpp +++ b/src/components/chatmessage.hpp @@ -29,17 +29,8 @@ protected: Gtk::Widget *CreateReactionsComponent(const Message &data); Gtk::Widget *CreateReplyComponent(const Message &data); - static Glib::ustring GetText(const Glib::RefPtr<Gtk::TextBuffer> &buf); - static bool IsEmbedImageOnly(const EmbedData &data); - static void HandleRoleMentions(const Glib::RefPtr<Gtk::TextBuffer> &buf); - void HandleUserMentions(const Glib::RefPtr<Gtk::TextBuffer> &buf) const; - static void HandleStockEmojis(Gtk::TextView &tv); - static void HandleCustomEmojis(Gtk::TextView &tv); - static void HandleEmojis(Gtk::TextView &tv); - static void CleanupEmojis(const Glib::RefPtr<Gtk::TextBuffer> &buf); - void HandleChannelMentions(const Glib::RefPtr<Gtk::TextBuffer> &buf); void HandleChannelMentions(Gtk::TextView *tv); bool OnClickChannel(GdkEventButton *ev); |