Further refactoring

This commit is contained in:
Gaute Lindkvist
2019-11-15 13:35:39 +01:00
parent 3dd4cb505b
commit 85d683634c
34 changed files with 283 additions and 237 deletions

View File

@@ -186,7 +186,7 @@ public:
void setFormationsForCaseWithSimWellOnly( bool caseWithSimWellOnly );
void updateXAxisAndGridTickIntervals();
void updateAllLegendItems();
void updateLegend() override;
QString asciiDataForPlotExport() const override;
@@ -215,6 +215,8 @@ private:
void updateXZoom();
void updateYZoom();
void doRemoveFromCollection() override;
void fieldChangedByUi( const caf::PdmFieldHandle* changedField,
const QVariant& oldValue,
const QVariant& newValue ) override;