This is the complete list of members for cohtml::Property, including all inherited members.
Bind(Binder *binder, void *object) const =0 | cohtml::Property | pure virtual |
BindValue(Binder *binder, void *object) const =0 | cohtml::Property | pure virtual |
Clone() const =0 | cohtml::Property | pure virtual |
GetName() const | cohtml::Property | inline |
IsByRef() const | cohtml::Property | inline |
m_IsByRef | cohtml::Property | protected |
m_Name | cohtml::Property | protected |
operator delete(void *memory) | cohtml::Property | static |
operator delete[](void *memory) | cohtml::Property | static |
operator new(size_t bytes) | cohtml::Property | static |
operator new[](size_t bytes) | cohtml::Property | static |
Property(const char *name, bool isByRef=true) | cohtml::Property | inline |
Read(Binder *binder, void *object) const =0 | cohtml::Property | pure virtual |
ReadValue(Binder *binder, void *object) const =0 | cohtml::Property | pure virtual |
ToArray(Binder *binder, void *object, ArrayInfo *arrayInfo) const =0 | cohtml::Property | pure virtual |
ToBoolean(void *object, bool *boolean) const =0 | cohtml::Property | pure virtual |
ToColor(void *object, renoir::Color *color) const =0 | cohtml::Property | pure virtual |
ToMap(Binder *binder, void *object, MapInfo *mapInfo) const =0 | cohtml::Property | pure virtual |
ToNumber(void *object, float *number) const =0 | cohtml::Property | pure virtual |
ToObject(Binder *binder, void *object, ObjectInfo *typeInfo) const =0 | cohtml::Property | pure virtual |
ToPair(Binder *binder, void *object, PairInfo *pairInfo) const =0 | cohtml::Property | pure virtual |
ToString(void *object, char *buffer, size_t *length) const =0 | cohtml::Property | pure virtual |
ToTransformMatrix2D(void *object, float matrix[6]) const =0 | cohtml::Property | pure virtual |
~Property() | cohtml::Property | inlinevirtual |