|
Kanzi Graphics Engine
|
Condition. More...
Functions | |
| struct KzuUIDomain * | kzuConditionGetUIDomain (const struct KzuCondition *condition) |
| Get the ui domain of a condition. More... | |
| struct KzuTrigger * | kzuConditionGetTrigger (const struct KzuCondition *condition) |
| Get the trigger an condition is attached to. More... | |
| kzsError | kzuConditionAttach (struct KzuCondition *condition, struct KzuTrigger *trigger) |
| Attach a condition. More... | |
| kzsError | kzuConditionDetach (struct KzuCondition *condition) |
| Detach a condition. More... | |
| kzsError | kzuConditionCheck (struct KzuCondition *condition, kzBool *out_conditionValue) |
| Evaluate a condition value. More... | |
| kzsError | kzuConditionCopy (const struct KzcMemoryManager *memoryManager, const struct KzuCondition *sourceAction, struct KzuCondition **out_condition) |
| Copy a condition. More... | |
| kzsError | kzuConditionDelete (struct KzuCondition *condition) |
| Delete a condition. More... | |
Condition.
Copyright 2008-2019 by Rightware. All rights reserved.
| struct KzuUIDomain* kzuConditionGetUIDomain | ( | const struct KzuCondition * | condition) |
Get the ui domain of a condition.
| struct KzuTrigger* kzuConditionGetTrigger | ( | const struct KzuCondition * | condition) |
Get the trigger an condition is attached to.
| kzsError kzuConditionAttach | ( | struct KzuCondition * | condition, |
| struct KzuTrigger * | trigger | ||
| ) |
Attach a condition.
| kzsError kzuConditionDetach | ( | struct KzuCondition * | condition) |
Detach a condition.
| kzsError kzuConditionCheck | ( | struct KzuCondition * | condition, |
| kzBool * | out_conditionValue | ||
| ) |
Evaluate a condition value.
| kzsError kzuConditionCopy | ( | const struct KzcMemoryManager * | memoryManager, |
| const struct KzuCondition * | sourceAction, | ||
| struct KzuCondition ** | out_condition | ||
| ) |
Copy a condition.
| kzsError kzuConditionDelete | ( | struct KzuCondition * | condition) |
Delete a condition.