| Tizen Native API
    4.0
    | 
Dali::Source Struct Reference
  Identifies a property from any object. More...
| Public Member Functions | |
| Source (Handle &object, Property::Index index) | |
| Creates a constraint source. | |
| Public Attributes | |
| Property::Index | propertyIndex | 
| The index of a property provided by object. | |
| Handle | object | 
| The target object. | |
Detailed Description
Identifies a property from any object.
- Since:
- 2.4, DALi version 1.0.0
Constructor & Destructor Documentation
| Dali::Source::Source | ( | Handle & | object, | 
| Property::Index | index | ||
| ) | 
Creates a constraint source.
- Since:
- 2.4, DALi version 1.0.0
- Parameters:
- 
  [in] object The object providing the property [in] index The index of a property provided by object