Smolgui
Immediate gui library based on SFML
Loading...
Searching...
No Matches
Layout.h File Reference
#include <string>
#include <vector>
#include <utility>
#include <unordered_map>
#include "sgui/Widgets/Style.h"
#include "sgui/Widgets/Panel.h"
#include "sgui/Resources/Layout.tpp"
Include dependency graph for Layout.h:
This graph shows which files directly or indirectly include this file:

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