mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3187 symbols and labels for well path attributes, initial work.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "RifEclipseSummaryAddress.h"
|
||||
#include "RiuLineSegmentQwtPlotCurve.h"
|
||||
|
||||
#include "cafPdmField.h"
|
||||
#include "cafPdmFieldCvfColor.h"
|
||||
@@ -25,8 +26,6 @@
|
||||
|
||||
#include <QPointer>
|
||||
|
||||
class RiuLineSegmentQwtPlotCurve;
|
||||
|
||||
class QwtPlot;
|
||||
class QwtPlotCurve;
|
||||
|
||||
@@ -73,6 +72,9 @@ public:
|
||||
|
||||
void loadDataAndUpdate(bool updateParentPlot);
|
||||
|
||||
virtual bool xValueRange(double* minimumValue, double* maximumValue) const;
|
||||
virtual bool yValueRange(double* minimumValue, double* maximumValue) const;
|
||||
|
||||
void setParentQwtPlotAndReplot(QwtPlot* plot);
|
||||
void setParentQwtPlotNoReplot(QwtPlot* plot);
|
||||
void detachQwtCurve();
|
||||
@@ -147,9 +149,10 @@ protected:
|
||||
caf::PdmField<float> m_symbolSkipPixelDistance;
|
||||
caf::PdmField<bool> m_showErrorBars;
|
||||
|
||||
caf::PdmField< caf::AppEnum< PointSymbolEnum > > m_pointSymbol;
|
||||
caf::PdmField< caf::AppEnum< LineStyleEnum > > m_lineStyle;
|
||||
caf::PdmField< CurveInterpolation > m_curveInterpolation;
|
||||
caf::PdmField< caf::AppEnum< PointSymbolEnum > > m_pointSymbol;
|
||||
caf::PdmField< caf::AppEnum< LineStyleEnum > > m_lineStyle;
|
||||
caf::PdmField< CurveInterpolation > m_curveInterpolation;
|
||||
RiuCurveQwtSymbol::LabelPosition m_symbolLabelPosition;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user