#include <kanzi/ui/ui_api.hpp>
#include <kanzi/core.ui/animation/timeline_playback_mode.hpp>
#include <kanzi/core.ui/message/message_arguments.hpp>
#include <kanzi/core.ui/node/node.hpp>
#include <kanzi/core.ui/node_component/node_component.hpp>
#include <kanzi/core/message/message_type.hpp>
#include <kanzi/core/legacy/debug/kzs_error.hpp>
#include <kanzi/core/legacy/kzs_types.hpp>
Classes | |
class | kanzi::AnimationPlayer |
Use the Animation Player to play back an animation timeline that you set using the TimelineProperty property in that Animation Player. More... | |
class | kanzi::AnimationPlayer::CompletedMessageArguments |
Message arguments for the Completed message. More... | |
class | kanzi::AnimationPlayer::PauseMessageArguments |
Message arguments for the Pause message. More... | |
class | kanzi::AnimationPlayer::PlayMessageArguments |
Message arguments for the Play message. More... | |
class | kanzi::AnimationPlayer::ResumeMessageArguments |
Message arguments for the Resume message. More... | |
class | kanzi::AnimationPlayer::StartedMessageArguments |
Message arguments for the Started message. More... | |
class | kanzi::AnimationPlayer::StopMessageArguments |
Message arguments for the Stop message. More... | |
class | kanzi::AnimationPlayer::StoppedMessageArguments |
Message arguments for the Stopped message. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
typedef shared_ptr< AnimationPlayer > | kanzi::AnimationPlayerSharedPtr |