7#ifndef MYGUI_COMMON_STATE_INFO_H_
8#define MYGUI_COMMON_STATE_INFO_H_
98 while (prop.next(
"Property"))
101 const std::string& value = prop->findAttribute(
"value");
145 while (prop.
next(
"Property"))
156 if (_version >= Version(1, 1))
#define MYGUI_RTTI_DERIVED(DerivedType)
static FloatRect convertTextureCoord(const IntCoord &_coord, const IntSize &_textureSize)
const Colour & getColour() const
static LanguageManager & getInstance()
UString replaceTags(const UString &_line)
const IntPoint & getCenter() const
const FloatRect & getRect() const
const FloatRect & getRect() const
const FloatRect & getRect() const
const IntSize & getTileSize() const
ElementEnumerator getElementEnumerator()
ElementPtr getParent() const
bool findAttribute(const std::string &_name, std::string &_value)
const IntSize & getTextureSize(const std::string &_texture, bool _cache=true)
bool parseBool(const std::string &_value)
float parseFloat(const std::string &_value)
types::TCoord< int > IntCoord
types::TSize< int > IntSize
types::TRect< float > FloatRect
types::TPoint< int > IntPoint
static Colour parse(const std::string &_value)
static TCoord< int > parse(const std::string &_value)
static TPoint< int > parse(const std::string &_value)
static TSize< int > parse(const std::string &_value)