Stores information that identifies an Activity node under a ParallelActivityHost.
More...
#include <kanzi/ui/node/concept/activity/parallel_activity_host_concept.hpp>
|
| | ActivityInParallelHostInfo (string_view name, string_view prefabPath) |
| | Constructor.
|
| |
| | ActivityInParallelHostInfo (string_view name, string_view prefabPath, bool isInitiallyActive, uint32_t priorityLevel) |
| | Constructor.
|
| |
| | ActivityInParallelHostInfo (string_view name, string_view prefabPath, bool optimizeMemory, bool isInitiallyActive, uint32_t priorityLevel) |
| | Constructor.
|
| |
| | ActivityInfo (string_view activityName, string_view activityPrefabPath) |
| | Constructor.
|
| |
| | ActivityInfo (string_view activityName, string_view activityPrefabPath, bool activityOptimizeMemory) |
| | Constructor.
|
| |
Stores information that identifies an Activity node under a ParallelActivityHost.
- Since
- Kanzi 3.9.0
◆ ActivityInParallelHostInfo() [1/3]
| kanzi::ParallelActivityHostConcept::ActivityInParallelHostInfo::ActivityInParallelHostInfo |
( |
string_view | name, |
|
|
string_view | prefabPath ) |
|
inlineexplicit |
Constructor.
- Parameters
-
| name | The name of the Activity node. |
| prefabPath | The path to the prefab of the Activity node. |
◆ ActivityInParallelHostInfo() [2/3]
| kanzi::ParallelActivityHostConcept::ActivityInParallelHostInfo::ActivityInParallelHostInfo |
( |
string_view | name, |
|
|
string_view | prefabPath, |
|
|
bool | isInitiallyActive, |
|
|
uint32_t | priorityLevel ) |
|
inlineexplicit |
Constructor.
- Parameters
-
| name | The name of the Activity node. |
| prefabPath | The path to the prefab of the Activity node. |
| isInitiallyActive | Flag that indicates whether the Activity node is active when the ParallelActivityHost is activated:
- When set to true, the Activity node is activated when the ParallelActivityHost is activated.
- When set to false, the Activity node is not activated when the ParallelActivityHost is activated.
|
| priorityLevel | The priority layer value of the Activity node. |
- See also
- ParallelActivityHostContentProperty for more information regarding priority layer value.
◆ ActivityInParallelHostInfo() [3/3]
| kanzi::ParallelActivityHostConcept::ActivityInParallelHostInfo::ActivityInParallelHostInfo |
( |
string_view | name, |
|
|
string_view | prefabPath, |
|
|
bool | optimizeMemory, |
|
|
bool | isInitiallyActive, |
|
|
uint32_t | priorityLevel ) |
|
inlineexplicit |
Constructor.
- Parameters
-
| name | The name of the Activity node. |
| prefabPath | The path to the prefab of the Activity node. |
| optimizeMemory | Whether the Activity releases acquired resources when deactivated. |
| isInitiallyActive | Flag that indicates whether the Activity node is active when the ParallelActivityHost is activated:
- When set to true, the Activity node is activated when the ParallelActivityHost is activated.
- When set to false, the Activity node is not activated when the ParallelActivityHost is activated.
|
| priorityLevel | The priority layer value of the Activity node. |
- See also
- ParallelActivityHostContentProperty for more information regarding priority layer value.
- Since
- Kanzi 3.9.14
◆ isInitiallyActive
| bool kanzi::ParallelActivityHostConcept::ActivityInParallelHostInfo::isInitiallyActive |
Tracks whether an Activity node is active when a ParallelActivityHost is activated:
- When set to true, the Activity node is activated when the ParallelActivityHost is activated.
- When set to false, the Activity node is not activated when the ParallelActivityHost is activated.
◆ priorityLayer
| uint32_t kanzi::ParallelActivityHostConcept::ActivityInParallelHostInfo::priorityLayer |
The documentation for this struct was generated from the following file: