#include <utils.hpp>
#include "gui_anchor.hpp"
#include "gui_manager.hpp"
#include <luapp_state.hpp>
#include "gui_vector2.hpp"
#include <xml.hpp>
#include <array>
Go to the source code of this file.
Classes | |
class | gui::uiobject |
The base of the GUI. More... | |
Namespaces | |
namespace | gui |
Enumerations | |
enum | gui::border_type { gui::BORDER_LEFT = 0, gui::BORDER_RIGHT = 1, gui::BORDER_TOP = 2, gui::BORDER_BOTTOM = 3 } |
enum | gui::layer_type { gui::LAYER_BACKGROUND, gui::LAYER_BORDER, gui::LAYER_ARTWORK, gui::LAYER_OVERLAY, gui::LAYER_HIGHLIGHT, gui::LAYER_SPECIALHIGH } |