|
Kanzi Graphics Engine
|
Set property action. More...
#include "kzu_action_common.h"#include <user/properties/kzu_property_base.h>#include <system/kzs_types.h>#include <system/debug/kzs_error.h>#include <system/kzs_header.h>Functions | |
| kzsError | kzuSetPropertyActionCreate (const struct KzcMemoryManager *memoryManager, struct KzuUIDomain *uiDomain, struct KzuAction **out_action) |
| Create a set property action. More... | |
| kzsError | kzuSetPropertyActionSetSourceValue (struct KzuAction *action, const struct KzuVariant *sourceValue) |
| Set a value as source. More... | |
| kzsError | kzuSetPropertyActionSetSourceArgument (const struct KzuAction *action, const struct KzuPropertyType *sourceArgument, enum KzuPropertyField sourceField) |
| Set a message argument as patch message action. More... | |
| kzsError | kzuSetPropertyActionSetSourceProperty (const struct KzuAction *action, kzString sourceObjectPath, const struct KzuPropertyType *sourcePropertyType, enum KzuPropertyField sourceField) |
| Set an object node property as source. More... | |
| kzsError | kzuSetPropertyActionSetTarget (const struct KzuAction *action, kzString targetObjectPath, const struct KzuPropertyType *targetPropertyType, enum KzuPropertyField targetField) |
| Set target. More... | |
| void | kzuSetPropertyActionSetUIDomain (struct KzuAction *action, struct KzuUIDomain *uiDomain) |
| Set ui domain to set property action. More... | |
Variables | |
| const KzuActionType | KZU_ACTION_TYPE_SET_PROPERTY_ACTION |
| Action type identifier for set property action. More... | |
Set property action.
Copyright 2008-2019 by Rightware. All rights reserved.
| kzsError kzuSetPropertyActionCreate | ( | const struct KzcMemoryManager * | memoryManager, |
| struct KzuUIDomain * | uiDomain, | ||
| struct KzuAction ** | out_action | ||
| ) |
Create a set property action.
| kzsError kzuSetPropertyActionSetSourceValue | ( | struct KzuAction * | action, |
| const struct KzuVariant * | sourceValue | ||
| ) |
Set a value as source.
| kzsError kzuSetPropertyActionSetSourceArgument | ( | const struct KzuAction * | action, |
| const struct KzuPropertyType * | sourceArgument, | ||
| enum KzuPropertyField | sourceField | ||
| ) |
Set a message argument as patch message action.
| kzsError kzuSetPropertyActionSetSourceProperty | ( | const struct KzuAction * | action, |
| kzString | sourceObjectPath, | ||
| const struct KzuPropertyType * | sourcePropertyType, | ||
| enum KzuPropertyField | sourceField | ||
| ) |
Set an object node property as source.
| kzsError kzuSetPropertyActionSetTarget | ( | const struct KzuAction * | action, |
| kzString | targetObjectPath, | ||
| const struct KzuPropertyType * | targetPropertyType, | ||
| enum KzuPropertyField | targetField | ||
| ) |
Set target.
| void kzuSetPropertyActionSetUIDomain | ( | struct KzuAction * | action, |
| struct KzuUIDomain * | uiDomain | ||
| ) |
Set ui domain to set property action.
| const KzuActionType KZU_ACTION_TYPE_SET_PROPERTY_ACTION |
Action type identifier for set property action.