|
| std::string | getMapStringKey () |
| |
| void | setMapStringKey (std::string val) |
| |
| std::string | getMapImageFile () |
| |
| void | setMapImageFile (std::string val) |
| |
| std::string | getPlayerGlyphFile () |
| |
| void | setPlayerGlyphFile (std::string val) |
| |
| std::string | getMapIconsFile () |
| |
| void | setMapIconsFile (std::string val) |
| |
| std::string | getNamePlateFile () |
| |
| void | setNamePlateFile (std::string val) |
| |
| Point< float > | getTopLeft () |
| |
| void | setTopLeft (Point< float > val) |
| |
| Point< float > | getTopRight () |
| |
| void | setTopRight (Point< float > val) |
| |
| Point< float > | getBottomRight () |
| |
| void | setBottomRight (Point< float > val) |
| |
| Point< float > | getBottomLeft () |
| |
| void | setBottomLeft (Point< float > val) |
| |
| std::basic_string< char, struct std::char_traits< char >, std::allocator< char > > | GetMapStringKey () |
| |
| std::basic_string< char, struct std::char_traits< char >, std::allocator< char > > | GetMapImageFile () |
| |
| std::basic_string< char, struct std::char_traits< char >, std::allocator< char > > | GetPlayerGlyphFile () |
| |
| std::basic_string< char, struct std::char_traits< char >, std::allocator< char > > | GetMapIconsFile () |
| |
| std::basic_string< char, struct std::char_traits< char >, std::allocator< char > > | GetNamePlateFile () |
| |
| Point< float > | GetTopLeft () |
| |
| Point< float > | GetTopRight () |
| |
| Point< float > | GetBottomRight () |
| |
| Point< float > | GetBottomLeft () |
| |
| void | SetMapStringKey (std::string a0) |
| |
| void | SetMapImageFile (std::string a0) |
| |
| void | SetPlayerGlyphFile (std::string a0) |
| |
| void | SetMapIconsFile (std::string a0) |
| |
| void | SetNamePlateFile (std::string a0) |
| |
| void | SetTopLeft (Point< float > a0) |
| |
| void | SetTopRight (Point< float > a0) |
| |
| void | SetBottomRight (Point< float > a0) |
| |
| void | SetBottomLeft (Point< float > a0) |
| |
| void | SaveToXML (std::string a0, std::string a1) |
| |
| virtual char * | getClassName ()=0 |
| | Gets the class name of the derived class in the format class T[*].
|
| |
| virtual void * | getPropertyList ()=0 |
| | Constructs and caches the PropertyList for the derived class, adding all reflected members and member functions.
|
| |
| virtual bool | copy (uint32_t a1)=0 |
| | Copies the property class data.
|
| |
| virtual void * | serialize (void *a2, uint32_t a3)=0 |
| | Serializes the derived class's PropertyList as XML.
|
| |
| virtual bool | onCreated ()=0 |
| | Called when the PropertyClass is created.
|
| |
| template<typename T > |
| CYRUS T * | as () |
| | Casts this to a pointer of type T.
|
| |
| virtual void | onPostLoad ()=0 |
| | Called when the PropertyClass is loaded, i.e., initialize is called and onCreated has finished.
|
| |
| virtual void | onFinalizeLoad ()=0 |
| |
| virtual bool | shouldNotSerialize ()=0 |
| | Determines if the PropertyClass should not be serialized.
|
| |