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