Helper interface which defines the context of animation playback, i.e. More...
#include <kanzi/core.ui/animation/timeline_playback_context.hpp>
Public Member Functions | |
TimelinePlaybackContext () | |
virtual | ~TimelinePlaybackContext () |
virtual shared_ptr< Object > | lookupObject (string_view path) |
void | setRelativePlayback (bool isRelative) |
bool | isRelativePlayback () |
Protected Member Functions | |
virtual shared_ptr< Object > | lookupObjectOverride (string_view path)=0 |
Helper interface which defines the context of animation playback, i.e.
how to resolve objects for timelines, should playback be relative or absolute, etc.
|
inlineexplicit |
|
inlinevirtual |
|
inlinevirtual |
|
inline |
|
inline |
|
protectedpure virtual |
Implemented in kanzi::SceneGraphTimelinePlaybackContext.