Covers the management of the StatusProperty in the State Manager that the prefab of an Activity node uses for transition animations. More...
#include <kanzi/ui/node/concept/activity/activity_status_manager.hpp>
Public Member Functions | |
ActivityStatusManager (ActivityElement &activityElement) | |
Constructor. More... | |
~ActivityStatusManager () | |
Destructor. More... | |
Static Public Member Functions | |
static bool | hasStateForStatus (StateManager::StateGroup &stateGroup, ActivityConcept::Status status) |
Returns whether a State Group in a State Manager contains a specific state for transition animation. More... | |
Covers the management of the StatusProperty in the State Manager that the prefab of an Activity node uses for transition animations.
This is a helper class for Activity classes.
|
explicit |
Constructor.
activityElement | The activity this status manager handles. |
kanzi::ActivityStatusManager::~ActivityStatusManager | ( | ) |
Destructor.
|
static |
Returns whether a State Group in a State Manager contains a specific state for transition animation.
stateGroup | State Group for which you want to check whether it contains a specific state. |
status | Value for which to check whether a state exists. |