| Tizen Native API
    4.0
    | 
Dali::ConstraintSource Struct Reference
  The source of an input property for a constraint. More...
| Public Member Functions | |
| ConstraintSource (Source source) | |
| Creates a constraint source. | |
| ConstraintSource (LocalSource local) | |
| Creates a constraint source. | |
| ConstraintSource (ParentSource parent) | |
| Creates a constraint source. | |
| Public Attributes | |
| SourceType | sourceType | 
| The source type. | |
| Property::Index | propertyIndex | 
| The index of the source property. | |
| Handle | object | 
| The target object; only valid if sourceType == OBJECT_PROPERTY. | |
Detailed Description
The source of an input property for a constraint.
- Since:
- 3.0, DALi version 1.0.0
Constructor & Destructor Documentation
Creates a constraint source.
- Since:
- 3.0, DALi version 1.0.0
- Parameters:
- 
  [in] source A constraint source from an arbitrary object 
Creates a constraint source.
- Since:
- 3.0, DALi version 1.0.0
- Parameters:
- 
  [in] local A local constraint source 
Creates a constraint source.
- Since:
- 3.0, DALi version 1.0.0
- Parameters:
- 
  [in] parent A parent constraint source