From b3ad7da111d1a21f14de39d84be97104a9666017 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 9 Jan 2014 13:12:18 +0300 Subject: add mods tab in settings. --- src/gui/widgets/tabs/setup_mods.h | 48 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 src/gui/widgets/tabs/setup_mods.h (limited to 'src/gui/widgets/tabs/setup_mods.h') diff --git a/src/gui/widgets/tabs/setup_mods.h b/src/gui/widgets/tabs/setup_mods.h new file mode 100644 index 000000000..5c837811a --- /dev/null +++ b/src/gui/widgets/tabs/setup_mods.h @@ -0,0 +1,48 @@ +/* + * The ManaPlus Client + * Copyright (C) 2009 The Mana World Development Team + * Copyright (C) 2009-2010 Andrei Karas + * Copyright (C) 2011-2014 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_TABS_SETUP_MODS_H +#define GUI_WIDGETS_TABS_SETUP_MODS_H + +#include "gui/widgets/tabs/setuptabscroll.h" + +class Setup_Mods final : public SetupTabScroll +{ + public: + explicit Setup_Mods(const Widget2 *const widget); + + A_DELETE_COPY(Setup_Mods) + + ~Setup_Mods(); + + void apply() override final; + + void externalUpdated() override final; + + void loadMods(); + + void saveMods(); + + protected: +}; + +#endif // GUI_WIDGETS_TABS_SETUP_MODS_H -- cgit v1.2.3-60-g2f50