Module activity_concept

Structs§

ACTIVATED_BY_ACTIVATION_MODIFIER_PROPERTY
ACTIVITY_ACTIVATED_MESSAGE
An Activity sends this message when it is activated.
ACTIVITY_ACTIVATING_MESSAGE
An Activity sends this message when it is in the activating state.
ACTIVITY_DEACTIVATED_MESSAGE
An Activity sends this message when it is deactivated.
ACTIVITY_DEACTIVATING_MESSAGE
An Activity sends this message when it is in the deactivating state.
ActivityConcept
ActivityInternalMessageArguments
ActivityMessageArguments
ActivityPrefabMessageArguments
DUMMY_STATE_MANAGER_PROPERTY
FINISHED_EXCLUSIVE_DEACTIVATING_ANIMATION_INTERNAL_MESSAGE
FINISHED_PARALLEL_ACTIVATING_ANIMATION_INTERNAL_MESSAGE
FINISHED_PARALLEL_DEACTIVATING_ANIMATION_INTERNAL_MESSAGE
KEEP_ACTIVITY_ALIVE_PROPERTY
Sets how to handle the Activity node when you deactivate it:
READY_FOR_ACTIVATION_ANIMATION_INTERNAL_MESSAGE
SAVE_LAST_FOCUSED_NODE_PROPERTY
When this property is enabled, Kanzi remembers the last-focused node in this Activity and sets the key focus to that node when you activate this Activity again. This is the default. When you do not want Kanzi to remember the last-focused node in this Activity, disable this property.
START_ACTIVATION_INTERNAL_MESSAGE
START_DEACTIVATION_INTERNAL_MESSAGE
START_EXCLUSIVE_ACTIVATING_ANIMATION_INTERNAL_MESSAGE
START_EXCLUSIVE_DEACTIVATING_ANIMATION_INTERNAL_MESSAGE
START_PARALLEL_ACTIVATING_ANIMATION_INTERNAL_MESSAGE
START_PARALLEL_DEACTIVATING_ANIMATION_INTERNAL_MESSAGE
STATUS_CHANGED_MESSAGE
An Activity sends this message when the value of its Activity Status property changes.
STATUS_PROPERTY
Sets the possible states of the Activity when its Activity Host activates or deactivates that Activity.
StartActivationInternalMessageArguments
StatusChangedInternalMessageArguments
StatusChangedMessageArguments

Enums§

ActivityStatus
Legacy version of enum “kanzi.ActivityConcept.Status”. Defines possible states of an Activity. Activity Host nodes can activate and deactivate their child Activities. This enumeration defines the possible states of an Activity during the the process of activation and deactivation. You can use this functionality to react to changes in Activity status in your application code and in Kanzi Studio. See: Activity, StatusProperty
KeepAlivePolicy
Defines the policy for an inactive Activity.

Traits§

IActivityConcept
Base class for Activity classes. This class defines common types, properties, and messages for Activity classes. See: Activity2D, Activity3D