AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzXomlClassProperty Class Reference

Used by classes definitions to list available properties. More...

#include <CzXoml.h>

List of all members.

Public Member Functions

eCzXomlPropertyType getType () const
void setType (eCzXomlPropertyType type)
void setName (const char *name)
CzStringgetName ()
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.

Detailed Description

Used by classes definitions to list available properties.


Constructor & Destructor Documentation

CzXomlClassProperty::CzXomlClassProperty ( const char *  name,
eCzXomlPropertyType  type,
CzXomPropertySetter  setter,
CzXomPropertyGetter  getter 
) [inline]

Member Function Documentation

unsigned int CzXomlClassProperty::getNameHash ( ) const [inline]
void CzXomlClassProperty::setName ( const char *  name) [inline]

Member Data Documentation

Method that is used to get the property.

Name of property (only available in debug builds)

Method that is used to set the property.

Type of property.


The documentation for this class was generated from the following file: