.. index:: pair: class; EE::UI::UIIcon .. _doxid-class_e_e_1_1_u_i_1_1_u_i_icon: class EE::UI::UIIcon ==================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class UIIcon { public: // construction virtual :target:`~UIIcon`(); // methods static UIIcon* :target:`New`(const std::string& name); const std::string& :target:`getName`() const; virtual :ref:`Drawable`* :target:`getSize`(const int& size) const; virtual void :target:`setSize`(const int& size, :ref:`Drawable`* drawable); };