|
Smolgui
Immediate gui library based on SFML
|
#include <string>#include <vector>#include <utility>#include <unordered_map>#include "sgui/Widgets/Style.h"#include "sgui/Widgets/Panel.h"#include "sgui/Resources/Layout.tpp"Go to the source code of this file.
Classes | |
| struct | sgui::LayoutEntry |
| Data structure stored in Layout. Its a dumb std::variant basically... More... | |
| class | sgui::Layout |
| allow to store and load Gui layou More... | |
Namespaces | |
| namespace | sgui |
Functions | |
| template<typename LayoutData> | |
| constexpr std::string | sgui::layoutTypeName () |
| return special prefix to avoid name collision and to infer type from file | |