#786 Picking curves selects the curve

This commit is contained in:
Jacob Støren
2016-06-22 11:34:26 +02:00
parent 58391efef1
commit eec539b793
6 changed files with 143 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ public:
void setParentQwtPlot(QwtPlot* plot);
void detachQwtCurves();
RimSummaryCurve* findRimCurveFromQwtCurve(const QwtPlotCurve* qwtCurve) const;
private:
void syncCurvesFromUiSelection();
void syncUiSelectionFromCurves();