mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3154 Implement Common Data Source for Well Log Plots
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
#include "cvfObject.h"
|
||||
#include "cvfColor3.h"
|
||||
|
||||
#include <set>
|
||||
|
||||
class QString;
|
||||
|
||||
class RigEclipseCaseData;
|
||||
@@ -112,6 +114,8 @@ public:
|
||||
|
||||
virtual void setFormationNames(RimFormationNames* formationNames) override;
|
||||
|
||||
std::set<QString> sortedSimWellNames() const;
|
||||
|
||||
protected:
|
||||
virtual void initAfterRead();
|
||||
virtual void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue );
|
||||
|
||||
Reference in New Issue
Block a user