ManaPlus
windows.h
Go to the documentation of this file.
1 /*
2  * The ManaPlus Client
3  * Copyright (C) 2011-2019 The ManaPlus Developers
4  * Copyright (C) 2019-2021 Andrei Karas
5  *
6  * This file is part of The ManaPlus Client.
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2 of the License, or
11  * any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20  */
21 
22 #ifndef ACTIONS_WINDOWS_H
23 #define ACTIONS_WINDOWS_H
24 
25 #define decHandler(name) bool name(InputEvent &event)
26 
27 struct InputEvent;
28 
29 namespace Actions
30 {
61 } // namespace Actions
62 
63 #undef decHandler
64 
65 #endif // ACTIONS_WINDOWS_H
#define decHandler(name)
Definition: windows.h:25
bool updaterWindowShow(InputEvent &event)
Definition: windows.cpp:55
bool setupWindowShow(InputEvent &event)
Definition: windows.cpp:31
bool serverInfoWindowShow(InputEvent &event)
Definition: windows.cpp:58
bool shortcutWindowShow(InputEvent &event)
Definition: windows.cpp:41
bool debugWindowShow(InputEvent &event)
Definition: windows.cpp:42
bool didYouKnowWindowShow(InputEvent &event)
Definition: windows.cpp:51
bool hideWindows(InputEvent &event)
Definition: windows.cpp:32
bool quickWindowShow(InputEvent &event)
Definition: windows.cpp:56
bool whoIsOnlineWindowShow(InputEvent &event)
Definition: windows.cpp:50
bool cartWindowShow(InputEvent &event)
Definition: windows.cpp:54
bool socialWindowShow(InputEvent &event)
Definition: windows.cpp:43
bool clanWindowShow(InputEvent &event)
Definition: windows.cpp:59
bool inventoryWindowShow(InputEvent &event)
Definition: windows.cpp:36
bool equipmentWindowShow(InputEvent &event)
Definition: windows.cpp:37
bool statusWindowShow(InputEvent &event)
Definition: windows.cpp:35
bool aboutWindowShow(InputEvent &event)
Definition: windows.cpp:34
bool showItems(InputEvent &event)
Definition: windows.cpp:60
bool shopWindowShow(InputEvent &event)
Definition: windows.cpp:46
bool dropShortcutWindowShow(InputEvent &event)
Definition: windows.cpp:47
bool mailWindowShow(InputEvent &event)
Definition: windows.cpp:57
bool helpWindowShow(InputEvent &event)
Definition: windows.cpp:33
bool outfitWindowShow(InputEvent &event)
Definition: windows.cpp:45
bool killStatsWindowShow(InputEvent &event)
Definition: windows.cpp:48
bool skillDialogShow(InputEvent &event)
Definition: windows.cpp:38
bool questsWindowShow(InputEvent &event)
Definition: windows.cpp:52
bool spellShortcutWindowShow(InputEvent &event)
Definition: windows.cpp:49
bool emoteShortcutWindowShow(InputEvent &event)
Definition: windows.cpp:44
bool chatWindowShow(InputEvent &event)
Definition: windows.cpp:40
bool bankWindowShow(InputEvent &event)
Definition: windows.cpp:53
bool minimapWindowShow(InputEvent &event)
Definition: windows.cpp:39