mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add time step slider to 3d views (#9695)
Add new toolbar with slider that controls visible timestep in the view
This commit is contained in:
@@ -39,6 +39,7 @@ class QToolButton;
|
||||
class QComboBox;
|
||||
class QTimer;
|
||||
class QUndoView;
|
||||
class QSlider;
|
||||
|
||||
class Rim3dView;
|
||||
class RimCase;
|
||||
@@ -224,6 +225,9 @@ private slots:
|
||||
|
||||
void slotShowWellCellsAction( bool doAdd );
|
||||
|
||||
void slotAnimationSliderMoved( int newValue );
|
||||
void slotAnimationControlFrameChanged( int newValue );
|
||||
|
||||
// Debug slots
|
||||
void slotSnapshotAllViewsToFile();
|
||||
|
||||
@@ -270,6 +274,9 @@ private:
|
||||
QAction* m_drawStyleSurfOnlyAction;
|
||||
QAction* m_showWellCellsAction;
|
||||
QAction* m_drawStyleDeformationsAction;
|
||||
QAction* m_animationSliderAction;
|
||||
|
||||
QSlider* m_animationSlider;
|
||||
|
||||
QToolBar* m_holoLensToolBar;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user