Helper class to resolve objects for animation timelines. More...
#include <kanzi/core.ui/animation/scenegraph_timeline_playback_context.hpp>
Public Member Functions | |
Node & | getNode () |
Gets the node this Scene Graph Timeline Playback Context is referring to. More... | |
SceneGraphTimelinePlaybackContext (Node &node) | |
Constructor. More... | |
Public Member Functions inherited from kanzi::TimelinePlaybackContext | |
bool | isRelativePlayback () |
Returns the state of the playback. More... | |
virtual shared_ptr< Object > | lookupObject (string_view path) |
Looks up for an object from a node's path. More... | |
void | setRelativePlayback (bool isRelative) |
Sets the state of the playback. More... | |
TimelinePlaybackContext () | |
Constructor. More... | |
virtual | ~TimelinePlaybackContext () |
Destructor. More... | |
Protected Member Functions | |
shared_ptr< Object > | lookupObjectOverride (string_view path) override |
The override of TimelinePlaybackContext::lookupObjectOverride(). More... | |
Helper class to resolve objects for animation timelines.
|
inlineexplicit |
|
inline |
|
inlineoverrideprotectedvirtual |
The override of TimelinePlaybackContext::lookupObjectOverride().
Looks up for an object from a node.
path | Relative path to use for lookup. |
Implements kanzi::TimelinePlaybackContext.