mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1321 Applied new plot marker tracker class to well log plots
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
|
||||
class RimWellLogTrack;
|
||||
|
||||
class RiuQwtCurvePointTracker;
|
||||
|
||||
class QwtLegend;
|
||||
class QwtPicker;
|
||||
class QwtPlotGrid;
|
||||
@@ -61,17 +63,12 @@ protected:
|
||||
virtual void leaveEvent(QEvent *) override;
|
||||
|
||||
private:
|
||||
friend class RiuWellLogTrackQwtPicker;
|
||||
QPointF closestCurvePoint(const QPoint& pos, QString* valueString, QString* depthString) const;
|
||||
void updateClosestCurvePointMarker(const QPointF& pos);
|
||||
|
||||
void setDefaults();
|
||||
void selectClosestCurve(const QPoint& pos);
|
||||
|
||||
private:
|
||||
caf::PdmPointer<RimWellLogTrack> m_plotTrackDefinition;
|
||||
QwtPlotGrid* m_grid;
|
||||
QwtPicker* m_plotPicker;
|
||||
QwtPlotMarker* m_plotMarker;
|
||||
RiuQwtCurvePointTracker* m_curvePointTracker;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user