kanzi::BindingAnimationOpCode::Settings Struct Reference

Settings contain information about animation binding operation, i.e. More...

#include <kanzi/core.ui/binding/animation_binding_processor.hpp>

Public Member Functions

 Settings ()
 

Public Attributes

ResourceID animationId
 Animation which should be applied by the operation. More...
 
KzuExpressionValidatorArgumentType argument
 Output where result of the operation should be written. More...
 
unsigned int output
 Field of output where result of the operation should be written. More...
 

Detailed Description

Settings contain information about animation binding operation, i.e.

which animation should be applied, where result is written, etc.

Settings are used by operation after is it added to a binding.

Constructor & Destructor Documentation

kanzi::BindingAnimationOpCode::Settings::Settings ( )
explicit

Member Data Documentation

ResourceID kanzi::BindingAnimationOpCode::Settings::animationId

Animation which should be applied by the operation.

KzuExpressionValidatorArgumentType kanzi::BindingAnimationOpCode::Settings::argument

Output where result of the operation should be written.

unsigned int kanzi::BindingAnimationOpCode::Settings::output

Field of output where result of the operation should be written.


The documentation for this struct was generated from the following file: