mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3304 Implement common data source changing for zonation and well path attributes
This commit is contained in:
@@ -89,6 +89,7 @@ public:
|
||||
void setWidthScaleFactor(WidthScaleFactor scaleFactor);
|
||||
|
||||
void setFormationWellPath(RimWellPath* wellPath);
|
||||
RimWellPath* formationWellPath() const;
|
||||
void setFormationSimWellName(const QString& simWellName);
|
||||
void setFormationBranchIndex(int branchIndex);
|
||||
void setFormationCase(RimCase* rimCase);
|
||||
@@ -116,15 +117,18 @@ public:
|
||||
void setTickIntervals(double majorTickInterval, double minorTickInterval);
|
||||
void setXAxisGridVisibility(RimWellLogPlot::AxisGridVisibility gridLines);
|
||||
void setShowFormations(bool on);
|
||||
bool showFormations() const;
|
||||
void setShowFormationLabels(bool on);
|
||||
void setShowWellPathAttributes(bool on);
|
||||
bool showWellPathAttributes() const;
|
||||
void setWellPathAttributesSource(RimWellPath* wellPath);
|
||||
|
||||
|
||||
RimWellPath* wellPathAttributeSource() const;
|
||||
RiuWellLogTrack* viewer();
|
||||
|
||||
RimWellLogCurve* curveDefinitionFromCurve(const QwtPlotCurve* curve) const;
|
||||
|
||||
void setLogarithmicScale(bool enable);
|
||||
void setLogarithmicScale(bool enable);
|
||||
|
||||
std::map<int, std::vector<RimWellFlowRateCurve*>> visibleStackedCurves();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user