.. index:: pair: class; EE::UI::UIIconTheme .. _doxid-class_e_e_1_1_u_i_1_1_u_i_icon_theme: class EE::UI::UIIconTheme ========================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class UIIconTheme { public: // construction :target:`~UIIconTheme`(); // methods static UIIconTheme* :target:`New`(const std::string& name); UIIconTheme* :target:`add`(:ref:`UIIcon`* icon); UIIconTheme* :target:`add`(const std::unordered_map`*>& icons); const std::string& :target:`getName`() const; :ref:`UIIcon`* :target:`getIcon`(const std::string& name) const; };