Class to manage storing and switching of Activity nodes. More...
#include <kanzi/ui/node/concept/activity/activity_host_concept.hpp>
Public Member Functions | |
DeactivatingActivity (NodeWeakPtr deactivatingActivityNode, string_view prefabPath) | |
Constructor. More... | |
Public Attributes | |
NodeWeakPtr | activity |
The deactivating Activity node. More... | |
string | prefabPath |
The path to the prefab for the deactivating Activity node. More... | |
DeactivationStatus | status |
The current status of the deactivating Activity node. More... | |
Class to manage storing and switching of Activity nodes.
Holds the record of a deactivating Activity node.
|
inlineexplicit |
Constructor.
deactivatingActivityNode | The deactivating Activity node. |
prefabPath | The path to the prefab of a deactivating Activity node. |
DeactivationStatus kanzi::ActivityHostConcept::DeactivatingActivity::status |
The current status of the deactivating Activity node.
NodeWeakPtr kanzi::ActivityHostConcept::DeactivatingActivity::activity |
The deactivating Activity node.
string kanzi::ActivityHostConcept::DeactivatingActivity::prefabPath |
The path to the prefab for the deactivating Activity node.