#include "gui_eventreceiver.hpp"#include "gui_anchor.hpp"#include <utils_exception.hpp>#include <utils_refptr.hpp>#include <utils_wptr.hpp>#include <string>#include <vector>#include <map>#include <array>#include <functional>Go to the source code of this file.
Classes | |
| class | gui::exception |
| Exception to be thrown by GUI code. More... | |
| struct | gui::addon |
| A piece of the user interface. More... | |
| struct | gui::level |
| Contains frame. More... | |
| struct | gui::strata |
| Contains level. More... | |
| class | gui::manager |
| Manages the user interface. More... | |
| class | gui::manager_impl |
| Abstract type for implementation specific management. More... | |
Namespaces | |
| namespace | lua |
| namespace | input |
| namespace | gui |
Enumerations | |
| enum | gui::frame_strata { gui::STRATA_PARENT, gui::STRATA_BACKGROUND, gui::STRATA_LOW, gui::STRATA_MEDIUM, gui::STRATA_HIGH, gui::STRATA_DIALOG, gui::STRATA_FULLSCREEN, gui::STRATA_FULLSCREEN_DIALOG, gui::STRATA_TOOLTIP } |
1.6.1