|
|
| CTextureArraySerializable (CObjectSerializable *parent) |
| virtual CValueProperty * | createElement () |
|
| CFileArraySerializable (CObjectSerializable *parent) |
|
std::vector< std::string > | getListFiles () |
|
| CArrayTypeSerializable (const char *name) |
| virtual bool | haveCreateElementFunction () |
|
| CArraySerializable (const char *name) |
|
| CArraySerializable (const char *name, CObjectSerializable *parent) |
|
template<class T> |
| T | getElementValue (int i, T defaultValue) |
|
int | getElementCount () |
|
CValueProperty * | getElement (int i) |
|
void | removeByIndex (int index) |
|
void | clear () |
|
bool | resize (int count) |
|
void | addProperty (CValueProperty *p) |
|
void | autoRelease (CValueProperty *p) |
|
| CObjectSerializable (const char *name) |
|
| CObjectSerializable (const char *name, CObjectSerializable *parent) |
|
void | remove (CValueProperty *value) |
|
u32 | getNumProperty () |
|
CValueProperty * | getPropertyID (int i) |
|
CValueProperty * | getProperty (const char *name) |
|
template<class T> |
| T * | getProperty (const char *name) |
|
template<class T> |
| T | get (const char *name, T defaultValue) |
|
template<class T> |
| T | get (CValueProperty *p, T defaultValue) |
| virtual void | serialize (io::IAttributes *io) |
| virtual void | deserialize (io::IAttributes *io) |
|
virtual bool | save (const char *file) |
|
virtual bool | saveToFile () |
|
virtual bool | load (const char *file) |
|
virtual void | save (io::IXMLWriter *writer) |
|
virtual void | load (io::IXMLReader *reader) |
|
virtual void | parseSerializable (io::IXMLReader *reader) |
| virtual CObjectSerializable * | clone () |
|
virtual void | copyTo (CObjectSerializable *object) |
|
void | setSavePath (const char *path) |
|
| CValueProperty (CObjectSerializable *owner, EPropertyDataType dataType, const char *name) |
|
void | setOwner (CObjectSerializable *owner) |
|
EPropertyDataType | getType () |
|
EPropertyObjectType | getObjectType () |
|
void | setUIHeader (const char *header) |
|
const std::string & | getUIHeader () |
|
void | setUISpace (float space) |
|
float | getUISpace () |
|
void | setHidden (bool b) |
|
bool | isHidden () |