![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
Used by classes definitions to list available properties. More...
#include <CzXoml.h>
Public Member Functions | |
| eCzXomlPropertyType | getType () const |
| void | setType (eCzXomlPropertyType type) |
| void | setName (const char *name) |
| CzString & | getName () |
| unsigned int | getNameHash () const |
| CzXomPropertySetter | getSetter () |
| CzXomPropertyGetter | getGetter () |
| CzXomlClassProperty (const char *name, eCzXomlPropertyType type, CzXomPropertySetter setter, CzXomPropertyGetter getter) | |
Protected Attributes | |
| eCzXomlPropertyType | Type |
| Type of property. | |
| CzString | Name |
| Name of property (only available in debug builds) | |
| CzXomPropertySetter | Setter |
| Method that is used to set the property. | |
| CzXomPropertyGetter | Getter |
| Method that is used to get the property. | |
Used by classes definitions to list available properties.
| CzXomlClassProperty::CzXomlClassProperty | ( | const char * | name, |
| eCzXomlPropertyType | type, | ||
| CzXomPropertySetter | setter, | ||
| CzXomPropertyGetter | getter | ||
| ) | [inline] |
| CzXomPropertyGetter CzXomlClassProperty::getGetter | ( | ) | [inline] |
| CzString& CzXomlClassProperty::getName | ( | ) | [inline] |
| unsigned int CzXomlClassProperty::getNameHash | ( | ) | const [inline] |
| CzXomPropertySetter CzXomlClassProperty::getSetter | ( | ) | [inline] |
| eCzXomlPropertyType CzXomlClassProperty::getType | ( | ) | const [inline] |
| void CzXomlClassProperty::setName | ( | const char * | name | ) | [inline] |
| void CzXomlClassProperty::setType | ( | eCzXomlPropertyType | type | ) | [inline] |
CzXomPropertyGetter CzXomlClassProperty::Getter [protected] |
Method that is used to get the property.
CzString CzXomlClassProperty::Name [protected] |
Name of property (only available in debug builds)
CzXomPropertySetter CzXomlClassProperty::Setter [protected] |
Method that is used to set the property.
eCzXomlPropertyType CzXomlClassProperty::Type [protected] |
Type of property.