mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactored and renamed to RuiLineSegmentQwtPlotCurve
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
#include "RimWellLogTrack.h"
|
||||
|
||||
#include "RiuWellLogCurve.h"
|
||||
#include "RiuLineSegmentQwtPlotCurve.h"
|
||||
#include "RiuWellLogTrack.h"
|
||||
|
||||
#include "cvfAssert.h"
|
||||
@@ -49,7 +49,7 @@ RimWellLogCurve::RimWellLogCurve()
|
||||
|
||||
CAF_PDM_InitField(&m_curveColor, "Color", cvf::Color3f(cvf::Color3::BLACK), "Color", "", "", "");
|
||||
|
||||
m_qwtPlotCurve = new RiuWellLogCurve;
|
||||
m_qwtPlotCurve = new RiuLineSegmentQwtPlotCurve;
|
||||
m_qwtPlotCurve->setXAxis(QwtPlot::xTop);
|
||||
m_qwtPlotCurve->setYAxis(QwtPlot::yLeft);
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
class RigWellLogCurveData;
|
||||
class RiuWellLogTrack;
|
||||
class RiuWellLogCurve;
|
||||
class RiuLineSegmentQwtPlotCurve;
|
||||
class QwtPlotCurve;
|
||||
class QString;
|
||||
|
||||
@@ -82,7 +82,7 @@ protected:
|
||||
|
||||
|
||||
QPointer<RiuWellLogTrack> m_ownerQwtTrack;
|
||||
RiuWellLogCurve* m_qwtPlotCurve;
|
||||
RiuLineSegmentQwtPlotCurve* m_qwtPlotCurve;
|
||||
cvf::ref<RigWellLogCurveData> m_curveData;
|
||||
|
||||
caf::PdmField<bool> m_showCurve;
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#include "RimGeoMechView.h"
|
||||
#include "RimGeoMechCellColors.h"
|
||||
|
||||
#include "RiuWellLogCurve.h"
|
||||
#include "RiuLineSegmentQwtPlotCurve.h"
|
||||
#include "RiuWellLogTrack.h"
|
||||
|
||||
#include "cafPdmUiTreeOrdering.h"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include "RimWellLogPlot.h"
|
||||
|
||||
#include "RiuWellLogTrack.h"
|
||||
#include "RiuWellLogCurve.h"
|
||||
#include "RiuLineSegmentQwtPlotCurve.h"
|
||||
|
||||
#include "RiaApplication.h"
|
||||
#include "RiaPreferences.h"
|
||||
|
||||
Reference in New Issue
Block a user