Tizen Native API
5.0
|
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:
- 3.0, DALi version 1.0.0
Constructor & Destructor Documentation
Dali::Source::Source | ( | Handle & | object, |
Property::Index | index | ||
) |
Creates a constraint source.
- Since:
- 3.0, DALi version 1.0.0
- Parameters:
-
[in] object The object providing the property [in] index The index of a property provided by object