mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1665 Add setTimeStep command to command file interface
This commit is contained in:
@@ -139,6 +139,7 @@ public:
|
||||
// Animation
|
||||
int currentTimeStep() const { return m_currentTimeStep;}
|
||||
void setCurrentTimeStep(int frameIdx);
|
||||
void setCurrentTimeStepAndUpdate(int frameIdx);
|
||||
|
||||
void updateCurrentTimeStepAndRedraw();
|
||||
|
||||
@@ -237,7 +238,6 @@ private:
|
||||
RimViewLinker* viewLinkerIfMasterView() const;
|
||||
|
||||
friend class RiuViewer;
|
||||
void setCurrentTimeStepAndUpdate(int frameIdx);
|
||||
void endAnimation();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user