Kanzi  3.9.6
Kanzi Engine API
Action

Actions are small operations that Kanzi executes when the trigger event that contains that action occurs and the trigger conditions are met. More...

Collaboration diagram for Action:

Classes

class  kanzi::Action
 Actions are small operations that Kanzi executes when the trigger event that contains that action occurs and the trigger conditions are met. More...
 
class  kanzi::ActionBase
 Base abstraction class for Action classes. More...
 
class  kanzi::ApplyAction
 Base abstraction for Actions for DataTrigger, such as ForwardingApplyAction and ApplyActivationAction. More...
 
class  kanzi::ApplyActivationAction
 An ApplyActivationAction keeps an Activity node activated for as long as the condition is met in a DataTrigger that contains this action. More...
 
class  kanzi::ApplyPropertyAction
 An ApplyPropertyAction sets a property to the requested value for as long as the condition is met in the DataTrigger that sets off this action. More...
 
class  kanzi::Command
 Command class defines property and message types used in implementation of commands. More...
 
class  kanzi::DispatchMessageAction
 DispatchMessageAction dispatches a message of specified type to a specified target. More...
 
class  kanzi::ForwardingAction
 ForwardingAction is the base class for the action classes that read and send arguments, such as SetPropertyAction or DispatchMessageAction. More...
 
class  kanzi::ForwardingApplyAction
 ForwardingApplyAction is the base class for the ApplyAction classes that read and send an argument, such as ApplyPropertyAction. More...
 
class  kanzi::MoveFocusAction
 Use the MoveFocusAction action to transfer focus from the currently focused item to another focusable item in the focus navigation chain. More...
 
class  kanzi::TrySetFocusAction
 Use the TrySetFocusAction action to transfer focus to any focusable item in a node tree. More...
 

Detailed Description

Actions are small operations that Kanzi executes when the trigger event that contains that action occurs and the trigger conditions are met.