mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renaming of more methods in Rim3dView.
Removed virtual method from RiuViewerToViewInterface as it was not used from the interface.
This commit is contained in:
@@ -82,7 +82,7 @@ public:
|
||||
bool handleOverlayItemPicked( const cvf::OverlayItem* pickedOverlayItem ) const;
|
||||
|
||||
protected:
|
||||
void updateLegends() override;
|
||||
void onUpdateLegends() override;
|
||||
|
||||
bool isGridVisualizationMode() const override;
|
||||
void axisLabels( cvf::String* xLabel, cvf::String* yLabel, cvf::String* zLabel ) override;
|
||||
@@ -90,7 +90,6 @@ protected:
|
||||
void onCreatePartCollectionFromSelection( cvf::Collection<cvf::Part>* parts ) override;
|
||||
void onClampCurrentTimestep() override;
|
||||
void onUpdateCurrentTimeStep() override;
|
||||
void onTimeStepChanged() override;
|
||||
void onUpdateStaticCellColors() override;
|
||||
void onUpdateScaleTransform() override;
|
||||
cvf::Transform* scaleTransform() override;
|
||||
|
||||
Reference in New Issue
Block a user