|
Kanzi Graphics Engine
|
Action base class. More...
Data Structures | |
| struct | KzuActionClass |
| Action class. More... | |
| struct | KzuAction |
| Action. More... | |
Functions | |
| kzsError | kzuActionCreate_protected (struct KzuAction *action, const struct KzuActionClass *actionClass, struct KzuUIDomain *uiDomain) |
| Create base action. More... | |
| kzsError | kzuActionAttach_protected (struct KzuAction *action) |
| Base attach implementation. More... | |
| kzsError | kzuActionDetach_protected (struct KzuAction *action) |
| Base detach implementation. More... | |
| kzsError | kzuActionInvoke_protected (struct KzuAction *action) |
| Base invoke implementation. More... | |
| kzsError | kzuActionDelete_protected (struct KzuAction *action) |
| Base delete implementation. More... | |
| kzsError | kzuActionPrepareDelayedInvoke_protected (struct KzuAction *action) |
| Base prepare delayed invoke implementation. More... | |
| kzsError | kzuActionDelayedInvoke_protected (struct KzuAction *action) |
| Base delete implementation. More... | |
| kzsError | kzuActionUnprepareDelayedInvoke_protected (struct KzuAction *action) |
| Base unprepare delayed invoke implementation. More... | |
| kzsError | kzuActionClassCopy_protected (struct KzuAction *targetAction, const struct KzuAction *sourceAction) |
| Class copy function. More... | |
| kzUint | kzuActionGetDelayTime_protected (const struct KzuAction *action) |
| Gets the delay of the action in milliseconds. More... | |
| void | kzuActionSetUIDomain_protected (struct KzuAction *action, struct KzuUIDomain *uiDomain) |
| Sets ui domain to action. More... | |
Action base class.
Copyright 2008-2019 by Rightware. All rights reserved.
| kzsError kzuActionCreate_protected | ( | struct KzuAction * | action, |
| const struct KzuActionClass * | actionClass, | ||
| struct KzuUIDomain * | uiDomain | ||
| ) |
Create base action.
Base prepare delayed invoke implementation.
Base unprepare delayed invoke implementation.
| kzsError kzuActionClassCopy_protected | ( | struct KzuAction * | targetAction, |
| const struct KzuAction * | sourceAction | ||
| ) |
Class copy function.
Gets the delay of the action in milliseconds.
| void kzuActionSetUIDomain_protected | ( | struct KzuAction * | action, |
| struct KzuUIDomain * | uiDomain | ||
| ) |
Sets ui domain to action.