Container for the content information for an ExclusiveActivityHost.
More...
#include <kanzi/ui/node/concept/activity/exclusive_activity_host_concept.hpp>
Container for the content information for an ExclusiveActivityHost.
This contains the name of the Activity node that is initially active, along with the following information for each child Activity node:
- The Activity node name.
- The value of its ControllerProperty.
- Path to its prefab.
- See also
- ExclusiveActivityHostContentProperty.
- Since
- Kanzi 3.9.0
kanzi::ExclusiveActivityHostConcept::ExclusiveActivityHostContent::ExclusiveActivityHostContent |
( |
string_view |
initiallyActiveActivityName, |
|
|
const vector< ActivityInExclusiveHostInfo > & |
childrenInfo |
|
) |
| |
|
inlineexplicit |
Constructor.
- Parameters
-
initiallyActiveActivityName | The name of the Activity node that is initially active. |
childrenInfo | Container of child Activity node name, its path, and the value of its ControllerProperty. |
kanzi::ExclusiveActivityHostConcept::ExclusiveActivityHostContent::ExclusiveActivityHostContent |
( |
| ) |
|
|
explicitdefault |
string kanzi::ExclusiveActivityHostConcept::ExclusiveActivityHostContent::initiallyActiveActivityName |
The name of the Activity node that is initially active.
Container of child Activity node name, its path, and the value of its ControllerProperty.
The documentation for this struct was generated from the following file: