Tizen Native API
5.5
|
This represents a condition that can be evaluated on a Property::Value. More...
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. |
This represents a condition that can be evaluated on a Property::Value.
Constructor for condition clause.
Destructor.
Dali::PropertyCondition::PropertyCondition | ( | const PropertyCondition & | handle | ) |
This copy constructor is required for (smart) pointer semantics.
[in] | handle | A reference to the copied handle |
float Dali::PropertyCondition::GetArgument | ( | std::size_t | index | ) | const |
Retrieves the arguments that this condition uses.
[in] | index | The condition index to get the argument |
std::size_t Dali::PropertyCondition::GetArgumentCount | ( | ) | const |
Retrieves the arguments that this condition uses.
PropertyCondition& Dali::PropertyCondition::operator= | ( | const PropertyCondition & | rhs | ) |
This assignment operator is required for (smart) pointer semantics.
[in] | rhs | A reference to the copied handle |