summaryrefslogtreecommitdiffstats
path: root/src/runtime/Qt3DSIComponentManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Qt3DSIComponentManager.h')
-rw-r--r--src/runtime/Qt3DSIComponentManager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/Qt3DSIComponentManager.h b/src/runtime/Qt3DSIComponentManager.h
index 2008e01..11a1c39 100644
--- a/src/runtime/Qt3DSIComponentManager.h
+++ b/src/runtime/Qt3DSIComponentManager.h
@@ -136,6 +136,10 @@ public: // Slides
virtual bool HasComponentGotoSlideCommand(TElement *inElement) = 0;
virtual SComponentGotoSlideData GetComponentGotoSlideCommand(TElement *inElement) = 0;
virtual void ReleaseComponentGotoSlideCommand(TElement *inElement) = 0;
+ virtual bool HasComponentGotoTimeCommand(TElement *inElement) = 0;
+ virtual void SetupComponentGotoTimeCommand(TElement *inElement, TTimeUnit time) = 0;
+ virtual void ReleaseComponentGotoTimeCommand(TElement *inElement) = 0;
+ virtual void ClearGotoTimeQueue() = 0;
public: // Time
virtual void GoToTime(TElement *inComponent, const TTimeUnit inTime) = 0;