struct EE::UI::GridAreaTemplate¶
#include <gridlayouter.hpp> struct GridAreaTemplate { // structs struct Area; // fields UnorderedMap<std::string, Area> areas; bool valid { true }; bool none { false }; };
#include <gridlayouter.hpp> struct GridAreaTemplate { // structs struct Area; // fields UnorderedMap<std::string, Area> areas; bool valid { true }; bool none { false }; };