From 73e7be1617217396c5f1eead52af87bc7fef2357 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Aug 2013 14:02:19 +0300 Subject: add colors tab into chat emotes window. --- src/gui/emotewindow.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/gui/emotewindow.h') diff --git a/src/gui/emotewindow.h b/src/gui/emotewindow.h index 69a646bd8..140ed4c36 100644 --- a/src/gui/emotewindow.h +++ b/src/gui/emotewindow.h @@ -25,6 +25,8 @@ #include +class ColorModel; +class ColorPage; class EmotePage; class ScrollArea; class TabbedArea; @@ -46,12 +48,18 @@ class EmoteWindow final : public Window void clearEmote(); + std::string getSelectedColor() const; + + void clearColor(); + void addListeners(gcn::ActionListener *const listener); private: TabbedArea *mTabs; EmotePage *mEmotePage; - ScrollArea *mScrollEmotePage; + ColorModel *mColorModel; + ColorPage *mColorPage; + ScrollArea *mScrollColorPage; }; extern EmoteWindow *emoteWindow; -- cgit v1.2.3-70-g09d2