.. index:: pair: class; EE::UI::CSS::DrawableImageParser .. _doxid-class_e_e_1_1_u_i_1_1_c_s_s_1_1_drawable_image_parser: class EE::UI::CSS::DrawableImageParser ====================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class DrawableImageParser { public: // methods bool :target:`exists`(const std::string& name) const; :ref:`Drawable`* :target:`createDrawable`(const std::string& value, const :ref:`Sizef`& size, bool& ownIt, :ref:`UINode`* node); void :target:`addParser`(const std::string& name, const :ref:`DrawableImageParserFunc`& func); };