(#466) Clicking a plot curve selects the item in the project tree view

This commit is contained in:
Pål Hagen
2015-09-17 11:34:03 +02:00
parent ce6c33fa09
commit ca375d90ea
5 changed files with 72 additions and 0 deletions

View File

@@ -47,6 +47,9 @@ public:
void setPlot(RiuWellLogTracePlot* plot);
void detachCurve();
QwtPlotCurve* plotCurve() const { return m_plotCurve; }
virtual void updatePlotData();
protected: