Salome HOME
Refs #276 - Closed spline consisting from 2 points has no edge
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_Widget.h
index ae382682d7f84057a6c93f8619d3e4f1cfcfc2e8..7ab17331db1cb62f909107616235a272e4078ee7 100644 (file)
@@ -78,7 +78,6 @@ public:
   void setCurve( CurveCreator_ICurve* theCurve );
 
   QList<int> getSelectedSections();
-  QList< QPair< int, int > > getSelectedPoints();
 
   void  removeSelected();
   bool  removeEnabled();
@@ -216,6 +215,7 @@ private:
   QPoint                      myDragStartPosition;
   int                         myDragInteractionStyle;
   CurveCreator_ICurve::SectionToPointList myDragPoints;
+  QMap<CurveCreator_ICurve::SectionToPoint, CurveCreator::Coordinates> myInitialDragPointsCoords;
   bool                        myDragged;
   QByteArray                  myGuiState;
 };