Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzuAction Struct Reference

Action. More...

#include <kzu_action.h>

Data Fields

struct KzuActionClassactionClass
 Class of the action. More...
 
struct KzuUIDomainuiDomain
 UIDomain of the action. More...
 
struct KzuTriggertrigger
 Trigger an action is attached to. More...
 
kzBool isInvokingDelayed
 Is a delayed action being invoked. More...
 

Detailed Description

Action.

Trigger action.

Field Documentation

struct KzuActionClass* KzuAction::actionClass

Class of the action.

struct KzuUIDomain* KzuAction::uiDomain

UIDomain of the action.

struct KzuTrigger* KzuAction::trigger

Trigger an action is attached to.

kzBool KzuAction::isInvokingDelayed

Is a delayed action being invoked.


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