| Tizen Native API
    4.0
    | 
Dali::PropertyCondition Class Reference
  This represents a condition that can be evaluated on a Property::Value. More...
Inheritance diagram for Dali::PropertyCondition:
 
  
 | Public Member Functions | |
| PropertyCondition () | |
| Constructor for condition clause. | |
| ~PropertyCondition () | |
| Destructor. | |
| PropertyCondition (const PropertyCondition &handle) | |
| This copy constructor is required for (smart) pointer semantics. | |
| PropertyCondition & | operator= (const PropertyCondition &rhs) | 
| This assignment operator is required for (smart) pointer semantics. | |
| std::size_t | GetArgumentCount () const | 
| Retrieves the arguments that this condition uses. | |
| float | GetArgument (std::size_t index) const | 
| Retrieves the arguments that this condition uses. | |
Detailed Description
This represents a condition that can be evaluated on a Property::Value.
- Since:
- 2.4, DALi version 1.0.0
Constructor & Destructor Documentation
Constructor for condition clause.
- Since:
- 2.4, DALi version 1.0.0
Destructor.
- Since:
- 2.4, DALi version 1.0.0
| Dali::PropertyCondition::PropertyCondition | ( | const PropertyCondition & | handle | ) | 
This copy constructor is required for (smart) pointer semantics.
- Since:
- 2.4, DALi version 1.0.0
- Parameters:
- 
  [in] handle A reference to the copied handle 
Member Function Documentation
| float Dali::PropertyCondition::GetArgument | ( | std::size_t | index | ) | const | 
Retrieves the arguments that this condition uses.
- Since:
- 2.4, DALi version 1.0.0
- Parameters:
- 
  [in] index The condition index to get the argument 
- Returns:
- The arguments used for this condition
- Note:
- The container will only be valid as long PropertyCondition is valid.
| std::size_t Dali::PropertyCondition::GetArgumentCount | ( | ) | const | 
Retrieves the arguments that this condition uses.
- Since:
- 2.4, DALi version 1.0.0
- Returns:
- The arguments used for this condition
| PropertyCondition& Dali::PropertyCondition::operator= | ( | const PropertyCondition & | rhs | ) | 
This assignment operator is required for (smart) pointer semantics.
- Since:
- 2.4, DALi version 1.0.0
- Parameters:
- 
  [in] rhs A reference to the copied handle 
- Returns:
- A reference to this