Go to the documentation of this file.
23 #ifndef __MYGUI_RESOURCE_SKIN_H__
24 #define __MYGUI_RESOURCE_SKIN_H__
47 const
IntSize& getSize()
const {
return mSize; }
57 void setInfo(
const IntSize& _size,
const std::string &_texture);
59 void addProperty(
const std::string &_key,
const std::string &_value);
61 bool loadMask(
const std::string& _file);
65 void checkState(
const std::string& _name);
67 void fillState(
const MapStateInfo& _states,
size_t _index);
80 std::string mSkinName;
86 #endif // __MYGUI_RESOURCE_SKIN_H__