Refactored and renamed to RuiLineSegmentQwtPlotCurve

This commit is contained in:
Magne Sjaastad
2015-11-06 08:32:58 +01:00
parent cef31b2c4a
commit 3c00a8394d
6 changed files with 43 additions and 23 deletions

View File

@@ -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;