Message arguments for the SetAccumulateValueBoundaries message.
More...
#include <kanzi/ui/node_component/animation/float_value_accumulator.hpp>
Message arguments for the SetAccumulateValueBoundaries message.
- Since
- Kanzi 3.9.2
◆ getMinimumAccumulatedValue()
float kanzi::FloatValueAccumulator::SetAccumulatedValueBoundariesMessageArguments::getMinimumAccumulatedValue |
( |
| ) |
const |
Gets minimum allowed value of target property.
- Returns
- Minimum allowed value of target property.
◆ setMinimumAccumulatedValue()
void kanzi::FloatValueAccumulator::SetAccumulatedValueBoundariesMessageArguments::setMinimumAccumulatedValue |
( |
float |
minimumValue | ) |
|
Sets minimum allowed value of target property.
- Parameters
-
minimumValue | Minimum allowed value of target property. |
◆ getMaximumAccumulatedValue()
float kanzi::FloatValueAccumulator::SetAccumulatedValueBoundariesMessageArguments::getMaximumAccumulatedValue |
( |
| ) |
const |
Gets the minimum possible value of the target field of the target property.
- Returns
- Maximum allowed value of target property.
◆ setMaximumAccumulatedValue()
void kanzi::FloatValueAccumulator::SetAccumulatedValueBoundariesMessageArguments::setMaximumAccumulatedValue |
( |
float |
maximumValue | ) |
|
Sets maximum allowed value of target property.
- Parameters
-
maximumValue | Maximum allowed value of target property. |
◆ MinimumAccumulatedValueProperty
PropertyType<float> kanzi::FloatValueAccumulator::SetAccumulatedValueBoundariesMessageArguments::MinimumAccumulatedValueProperty |
|
static |
Property for the lower bound of the target property.
◆ MaximumAccumulatedValueProperty
PropertyType<float> kanzi::FloatValueAccumulator::SetAccumulatedValueBoundariesMessageArguments::MaximumAccumulatedValueProperty |
|
static |
Property for the upper bound of the target property.
The documentation for this class was generated from the following file: