Go to the documentation of this file.
18 Base::deserialization(_node, _version);
22 while (info.
next(
"Property"))
29 else if (key ==
"Texture") mTexture = value;
static TCoord< int > parse(const std::string &_value)
ImageBox properties. Skin childs. ImageBox widget description should be here.
void deleteAllItems()
Delete all items.
bool findAttribute(const std::string &_name, std::string &_value)
static TPoint< int > parse(const std::string &_value)
void setPosition(ImageBox *_image, const IntPoint &_point) override
static TSize< int > parse(const std::string &_value)
void setImageInfo(const std::string &_texture, const IntCoord &_coord, const IntSize &_tile)
void setImage(ImageBox *_image) override
ElementEnumerator getElementEnumerator()
void deserialization(xml::ElementPtr _node, Version _version) override