Tizen Native API  6.5
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]objectThe object providing the property
[in]indexThe index of a property provided by object