26#ifndef TGUI_WIDGET_FACTORY_HPP
27#define TGUI_WIDGET_FACTORY_HPP
30#include <TGUI/Widget.hpp>
31#include <TGUI/Loading/DataIO.hpp>
66 static std::map<std::string, std::function<
Widget::Ptr()>> m_constructFunctions;
Namespace that contains all TGUI functions and classes.
Definition: AbsoluteOrRelativeValue.hpp:37