#1106, #1107, #1009, #1113 Started using WellLog plot for the Accumulated Well Flow plot

This commit is contained in:
Jacob Støren
2017-01-19 17:39:43 +01:00
parent 6fad753c4d
commit 6bd8a4d51a
7 changed files with 91 additions and 7 deletions

View File

@@ -29,6 +29,7 @@
class RiuWellAllocationPlot;
class RimEclipseWell;
class RimWellLogPlot;
namespace caf {
class PdmOptionItemInfo;
@@ -57,6 +58,7 @@ public:
virtual QWidget* viewWidget() override;
virtual void zoomAll() override;
RimWellLogPlot* accumulatedWellFlowPlot();
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions, bool * useOptionsOnly) override;
@@ -83,8 +85,11 @@ private:
caf::PdmField<bool> m_showPlotTitle;
caf::PdmField<QString> m_userName;
//caf::PdmField<bool> m_showAccWellFlowPlot;
caf::PdmPtrField<RimEclipseWell*> m_simulationWell;
QPointer<RiuWellAllocationPlot> m_wellAllocationPlotWidget;
caf::PdmChildField<RimWellLogPlot*> m_accumulatedWellFlowPlot;
};