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/widgets/colorpage.h | 54 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/gui/widgets/colorpage.h (limited to 'src/gui/widgets/colorpage.h') diff --git a/src/gui/widgets/colorpage.h b/src/gui/widgets/colorpage.h new file mode 100644 index 000000000..c86ee5a07 --- /dev/null +++ b/src/gui/widgets/colorpage.h @@ -0,0 +1,54 @@ +/* + * The ManaPlus Client + * Copyright (C) 2013 The ManaPlus Developers + * + * This file is part of The ManaPlus Client. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef GUI_WIDGETS_COLORPAGE_H +#define GUI_WIDGETS_COLORPAGE_H + +#include "gui/widgets/widget2.h" + +#include "gui/widgets/listbox.h" + +#include + +#include "localconsts.h" + +class ColorPage final : public ListBox +{ + public: + ColorPage(const Widget2 *const widget, + gcn::ListModel *const listModel, + const std::string &skin); + + A_DELETE_COPY(ColorPage) + + ~ColorPage(); + + void draw(gcn::Graphics *graphics) override; + + void resetAction(); + + void adjustSize() override; + + private: + int mItemPadding; + unsigned int mRowHeight; +}; + +#endif // GUI_WIDGETS_COLORPAGE_H -- cgit v1.2.3-60-g2f50