mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Update legend and 3D info on display model gen
This commit is contained in:
@@ -55,7 +55,6 @@ public:
|
||||
caf::PdmField<int> maximumFrameRate;
|
||||
caf::PdmField<bool> animationMode;
|
||||
|
||||
caf::PdmField<Rim3dOverlayInfoConfig*> overlayInfoConfig;
|
||||
// Animation
|
||||
int currentTimeStep() { return m_currentTimeStep;}
|
||||
virtual void setCurrentTimeStep(int frameIdx) = 0;
|
||||
@@ -75,6 +74,8 @@ protected:
|
||||
virtual void updateViewerWidgetWindowTitle() = 0;
|
||||
QPointer<RiuViewer> m_viewer;
|
||||
caf::PdmField<int> m_currentTimeStep;
|
||||
caf::PdmField<Rim3dOverlayInfoConfig*> overlayInfoConfig;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user