Message argument for SetAccumulatedValueBoundaries message.
More...
#include <kanzi/ui/node_component/animation/int_value_accumulator.hpp>
Message argument for SetAccumulatedValueBoundaries message.
- Since
- Kanzi 3.9.2
◆ getMinimumAccumulatedValue()
int kanzi::IntValueAccumulator::SetAccumulatedValueBoundariesMessageArguments::getMinimumAccumulatedValue |
( |
| ) |
const |
Gets minimum allowed value of the target property.
- Returns
- The minimum allowed value of the target property.
◆ setMinimumAccumulatedValue()
void kanzi::IntValueAccumulator::SetAccumulatedValueBoundariesMessageArguments::setMinimumAccumulatedValue |
( |
int |
minimumValue | ) |
|
Sets minimum allowed value of the target property.
- Parameters
-
minimumValue | The minimum allowed value. |
◆ getMaximumAccumulatedValue()
int kanzi::IntValueAccumulator::SetAccumulatedValueBoundariesMessageArguments::getMaximumAccumulatedValue |
( |
| ) |
const |
Gets maximum allowed value of the target property.
- Returns
- The maximum allowed value of the target property.
◆ setMaximumAccumulatedValue()
void kanzi::IntValueAccumulator::SetAccumulatedValueBoundariesMessageArguments::setMaximumAccumulatedValue |
( |
int |
maximumValue | ) |
|
Sets maximum allowed value of target property.
- Parameters
-
maximumValue | The maximum allowed value. |
◆ MinimumAccumulatedValueProperty
PropertyType<int> kanzi::IntValueAccumulator::SetAccumulatedValueBoundariesMessageArguments::MinimumAccumulatedValueProperty |
|
static |
Specifies minimum allowed value of target property.
◆ MaximumAccumulatedValueProperty
PropertyType<int> kanzi::IntValueAccumulator::SetAccumulatedValueBoundariesMessageArguments::MaximumAccumulatedValueProperty |
|
static |
Specifies minimum allowed value of the target property.
The documentation for this class was generated from the following file: