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 |
| Property(const char *name, bool isByRef=true) | cohtml::Property | inline |
| Read(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 |
| ToNumber(void *object, float *number) const =0 | cohtml::Property | pure virtual |
| ToObject(Binder *binder, void *object, ObjectInfo *typeInfo) 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 |