Kanzi  3.9.6
Kanzi Engine API
kanzi::FloatValueAccumulator::SetAccumulatedValueBoundariesMessageArguments Class Reference

Message arguments for the SetAccumulateValueBoundaries message. More...

#include <kanzi/ui/node_component/animation/float_value_accumulator.hpp>

Inheritance diagram for kanzi::FloatValueAccumulator::SetAccumulatedValueBoundariesMessageArguments:
[legend]

Public Member Functions

float getMaximumAccumulatedValue () const
 Gets the minimum possible value of the target field of the target property. More...
 
float getMinimumAccumulatedValue () const
 Gets minimum allowed value of target property. More...
 
void setMaximumAccumulatedValue (float maximumValue)
 Sets maximum allowed value of target property. More...
 
void setMinimumAccumulatedValue (float minimumValue)
 Sets minimum allowed value of target property. More...
 

Static Public Attributes

static PropertyType< float > MaximumAccumulatedValueProperty
 Property for the upper bound of the target property. More...
 
static PropertyType< float > MinimumAccumulatedValueProperty
 Property for the lower bound of the target property. More...
 

Detailed Description

Message arguments for the SetAccumulateValueBoundaries message.

Since
Kanzi 3.9.2

Member Function Documentation

◆ 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
minimumValueMinimum 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
maximumValueMaximum allowed value of target property.

Member Data Documentation

◆ 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: