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

Message argument for SetAccumulatedValueBoundaries message. More...

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

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

Public Member Functions

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

Static Public Attributes

static PropertyType< int > MaximumAccumulatedValueProperty
 Specifies minimum allowed value of the target property. More...
 
static PropertyType< int > MinimumAccumulatedValueProperty
 Specifies minimum allowed value of target property. More...
 

Detailed Description

Message argument for SetAccumulatedValueBoundaries message.

Since
Kanzi 3.9.2

Member Function Documentation

◆ 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
minimumValueThe 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
maximumValueThe maximum allowed value.

Member Data Documentation

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