class EE::UI::UIIconTheme¶
#include <uiicontheme.hpp> class UIIconTheme { public: // construction ~UIIconTheme(); // methods static UIIconThemePtr New(const std::string& name); UIIconTheme* add(UIIconPtr icon); UIIconTheme* add(const std::unordered_map<std::string, UIIconPtr>& icons); const std::string& getName() const; UIIcon* getIcon(const std::string& name) const; };