class EE::UI::CSS::DrawableImageParser¶
#include <drawableimageparser.hpp> class DrawableImageParser { public: // methods bool exists(const std::string& name) const; Drawable* createDrawable(const std::string& value, const Sizef& size, bool& ownIt, UINode* node); void addParser(const std::string& name, const DrawableImageParserFunc& func); };