BaseProperty typedef | cohtml::ConcreteProperty< Getter, Setter > | |
Bind(Binder *binder, void *object) const | cohtml::ConcreteProperty< Getter, Setter > | inlinevirtual |
BindValue(Binder *binder, void *object) const | cohtml::ConcreteProperty< Getter, Setter > | inlinevirtual |
Clone() const | cohtml::ConcreteProperty< Getter, Setter > | inlinevirtual |
ConcreteProperty(const char *name, Getter getter, Setter setter) | cohtml::ConcreteProperty< Getter, Setter > | inline |
ConcreteProperty(const ConcreteProperty &o) | cohtml::ConcreteProperty< Getter, Setter > | inline |
GetName() const | cohtml::Property | inline |
GetValue(void *object) const | cohtml::ConcreteProperty< Getter, Setter > | inlinevirtual |
IsByRef() const | cohtml::Property | inline |
m_IsByRef | cohtml::Property | protected |
m_Name | cohtml::Property | protected |
NoConstValuePassType typedef | cohtml::TypedProperty< ReturnsByRef< Getter >::ValuePassType > | |
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 | cohtml::ConcreteProperty< Getter, Setter > | inlinevirtual |
ReadValue(Binder *binder, void *object) const | cohtml::ConcreteProperty< Getter, Setter > | inlinevirtual |
ToArray(Binder *binder, void *object, ArrayInfo *arrayInfo) const override | cohtml::TypedProperty< ReturnsByRef< Getter >::ValuePassType > | inlinevirtual |
ToBoolean(void *object, bool *boolean) const override | cohtml::TypedProperty< ReturnsByRef< Getter >::ValuePassType > | inlinevirtual |
ToColor(void *object, renoir::Color *color) const override | cohtml::TypedProperty< ReturnsByRef< Getter >::ValuePassType > | inlinevirtual |
ToMap(Binder *binder, void *object, MapInfo *mapInfo) const override | cohtml::TypedProperty< ReturnsByRef< Getter >::ValuePassType > | inlinevirtual |
ToNumber(void *object, float *number) const override | cohtml::TypedProperty< ReturnsByRef< Getter >::ValuePassType > | inlinevirtual |
ToObject(Binder *binder, void *object, ObjectInfo *objInfo) const override | cohtml::TypedProperty< ReturnsByRef< Getter >::ValuePassType > | inlinevirtual |
ToPair(Binder *binder, void *object, PairInfo *pairInfo) const override | cohtml::TypedProperty< ReturnsByRef< Getter >::ValuePassType > | inlinevirtual |
ToString(void *object, char *buffer, size_t *length) const override | cohtml::TypedProperty< ReturnsByRef< Getter >::ValuePassType > | inlinevirtual |
ToTransformMatrix2D(void *object, float matrix[6]) const override | cohtml::TypedProperty< ReturnsByRef< Getter >::ValuePassType > | inlinevirtual |
TypedProperty(const char *name, bool isByRef=true) | cohtml::TypedProperty< ReturnsByRef< Getter >::ValuePassType > | inline |
ValuePassType typedef | cohtml::TypedProperty< ReturnsByRef< Getter >::ValuePassType > | |
~Property() | cohtml::Property | inlinevirtual |