TGUI
0.7.8
|
This is the complete list of members for tgui::Theme, including all inherited members.
clone() const | tgui::Theme | |
create(const std::string &filename="") | tgui::Theme | static |
getProperty(std::string className, std::string property) const | tgui::Theme | |
getPropertyValuePairs(std::string className) const | tgui::Theme | |
initWidget(Widget *widget, std::string filename, std::string className) override | tgui::Theme | virtual |
internalLoad(const std::string &filename, const std::string &className) override | tgui::Theme | virtual |
load(std::string className) | tgui::Theme | |
m_constructors | tgui::BaseTheme | protectedstatic |
m_themeLoader | tgui::BaseTheme | protectedstatic |
Ptr typedef | tgui::Theme | |
reload(const std::string &filename) | tgui::Theme | |
reload(std::string oldClassName, std::string newClassName) | tgui::Theme | |
reload(Widget::Ptr widget, std::string className) | tgui::Theme | |
setConstructFunction(const std::string &type, const std::function< Widget::Ptr()> &constructor) | tgui::BaseTheme | static |
setProperty(std::string className, const std::string &property, const std::string &value) | tgui::Theme | |
setProperty(std::string className, const std::string &property, ObjectConverter &&value) | tgui::Theme | |
setThemeLoader(const std::shared_ptr< BaseThemeLoader > &themeLoader) | tgui::BaseTheme | static |
Theme(const std::string &filename="") | tgui::Theme | |
widgetAttached(Widget *widget) | tgui::BaseTheme | virtual |
widgetDetached(Widget *widget) override | tgui::Theme | virtual |
~BaseTheme()=default | tgui::BaseTheme | virtual |