Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
kzu_action.h File Reference

Action. More...

Functions

struct KzuUIDomainkzuActionGetUIDomain (const struct KzuAction *action)
 Get the property manager of an action. More...
 
struct KzuTriggerkzuActionGetTrigger (const struct KzuAction *action)
 Get the trigger an action is attached to. More...
 
kzsError kzuActionAttach (struct KzuAction *action, struct KzuTrigger *trigger)
 Attach an action. More...
 
kzsError kzuActionDetach (struct KzuAction *action)
 Detach an action. More...
 
kzsError kzuActionInvoke (struct KzuAction *action)
 Invoke an action. More...
 
kzsError kzuActionCopy (const struct KzcMemoryManager *memoryManager, const struct KzuAction *sourceAction, struct KzuAction **out_action)
 Copy an action. More...
 
kzsError kzuActionDelete (struct KzuAction *action)
 Delete an action. More...
 
KzuActionType kzuActionGetType (const struct KzuAction *action)
 Get the type of an action. More...
 

Detailed Description

Action.

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

struct KzuUIDomain* kzuActionGetUIDomain ( const struct KzuAction action)

Get the property manager of an action.

struct KzuTrigger* kzuActionGetTrigger ( const struct KzuAction action)

Get the trigger an action is attached to.

kzsError kzuActionAttach ( struct KzuAction action,
struct KzuTrigger trigger 
)

Attach an action.

kzsError kzuActionDetach ( struct KzuAction action)

Detach an action.

kzsError kzuActionInvoke ( struct KzuAction action)

Invoke an action.

kzsError kzuActionCopy ( const struct KzcMemoryManager memoryManager,
const struct KzuAction sourceAction,
struct KzuAction **  out_action 
)

Copy an action.

kzsError kzuActionDelete ( struct KzuAction action)

Delete an action.

KzuActionType kzuActionGetType ( const struct KzuAction action)

Get the type of an action.