Tizen Native API
|
Dali::Source Struct Reference
Identifies a property from any object. More...
Public Member Functions | |
Source (Handle &object, Property::Index index) | |
Create 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
Constructor & Destructor Documentation
Dali::Source::Source | ( | Handle & | object, |
Property::Index | index | ||
) |
Create a constraint source.
- Since :
- 2.4
- Parameters:
-
[in] object The object providing the property. [in] index The index of a property provided by object.