(#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

@@ -30,6 +30,8 @@
class RimWellLogPlotCurve;
class RiuWellLogTracePlot;
class QwtPlotCurve;
//==================================================================================================
///
///
@@ -53,6 +55,8 @@ public:
void updateAxisRangesAndReplot();
RiuWellLogTracePlot* viewer();
RimWellLogPlotCurve* curveDefinitionFromCurve(const QwtPlotCurve* curve) const;
protected: