| 
    Tizen Native API
    5.5
    
   
   | 
  
  
  
 
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.   | |
| ChildPropertyRegistration (const std::string ®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 | 
| Dali::ChildPropertyRegistration::ChildPropertyRegistration | ( | const std::string & | 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 name of the registered type | 
| [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 |