Link selection in 3D view with plots (#9195)

* Allow well selections in 3D view to update well selection in summary plots and well log plots
This commit is contained in:
jonjenssen
2022-08-15 20:27:49 +02:00
committed by Magne Sjaastad
parent 4b1a6b48a5
commit d6ab69a154
15 changed files with 184 additions and 5 deletions

View File

@@ -88,6 +88,7 @@ public:
void ensureDefaultFlowPlotsAreCreated();
void ensureCalculationIdsAreAssigned();
void loadDataAndUpdateAllPlots();
void updateSelectedWell( QString wellName );
protected:
void initAfterRead() override;