Tizen Native API
4.0
|
Registers a child property for the given type. More...
Public Member Functions | |
ChildPropertyRegistration (TypeRegistration ®istered, const std::string &name, Property::Index index, Property::Type type) | |
This constructor registers an event-thread only child property (i.e. a property that the parent supports in its children) with the registered type. |
Registers a child property for the given type.
Dali::ChildPropertyRegistration::ChildPropertyRegistration | ( | TypeRegistration & | registered, |
const std::string & | name, | ||
Property::Index | index, | ||
Property::Type | type | ||
) |
This constructor registers an event-thread only child property (i.e. a property that the parent supports in its children) with the registered type.
[in] | registered | The TypeRegistration object |
[in] | name | The name of the property |
[in] | index | The property index. Must be a value between CHILD_PROPERTY_REGISTRATION_START_INDEX and CHILD_PROPERTY_REGISTRATION_MAX_INDEX inclusive |
[in] | type | The property value type |