#include "loki/Functor.h"#include "loki/Typelist.h"#include "graphics/surface.h"#include "paradialog.h"#include "typen.h"#include "containerbase.h"#include "dashboard.h"#include "actions/command.h"Include dependency graph for guiiconhandler.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| class | GuiFunction |
| class | GuiButton |
| class | SmallGuiButton |
| class | GuiIconHandler |
| class | NewGuiHost |
Functions | |
| void | resetActiveGuiAction (GameMap *map) |
Variables | |
| const int | smallGuiIconSizeX |
| const int | smallGuiIconSizeY |
| void resetActiveGuiAction | ( | GameMap * | map | ) |
Definition at line 703 of file guiiconhandler.cpp.
References GameMap::cleartemps(), NewGuiHost::pendingCommand, and repaintMap.
| const int smallGuiIconSizeX |
Definition at line 45 of file guiiconhandler.cpp.
Referenced by NewGuiHost::getSmallButton(), NewGuiHost::mapIconProcessing(), and NewGuiHost::showSmallIcons().
| const int smallGuiIconSizeY |
Definition at line 46 of file guiiconhandler.cpp.
Referenced by NewGuiHost::getSmallButton(), NewGuiHost::mapIconProcessing(), and NewGuiHost::showSmallIcons().
1.5.1