Helper class to resolve objects for animation timelines. More...
#include <kanzi/core.ui/animation/scenegraph_timeline_playback_context.hpp>
Public Member Functions | |
| SceneGraphTimelinePlaybackContext (Node &node) | |
| Node & | getNode () |
| Gets the node this Scene Graph Timeline Playback Context is referring to. More... | |
Public Member Functions inherited from kanzi::TimelinePlaybackContext | |
| 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) KZ_OVERRIDE |
Helper class to resolve objects for animation timelines.
|
explicit |
|
inline |
|
protectedvirtual |
Implements kanzi::TimelinePlaybackContext.