]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/CurveCreator/CurveCreator_Widget.h
Salome HOME
refs #1331: profiles points sorting
[modules/geom.git] / src / CurveCreator / CurveCreator_Widget.h
index da38404a6127ef3be372d8b2a4ee21137524db91..bcde2f6d6159afb418e7de3b225413270693a207 100644 (file)
@@ -95,6 +95,9 @@ public:
 
   void SetViewer2DMode(const bool To2D);
 
+  void setSelectedPoints( const CurveCreator_ICurve::SectionToPointList& =
+                               CurveCreator_ICurve::SectionToPointList() );
+
 signals:
   void selectionChanged();
   void subOperationStarted( QWidget*, bool );
@@ -185,8 +188,6 @@ private:
   void setDragStarted( const bool theState, const QPoint& thePoint = QPoint() );
 
   void getSelectedPoints( CurveCreator_ICurve::SectionToPointList& thePoints );
-  void setSelectedPoints( const CurveCreator_ICurve::SectionToPointList& =
-                               CurveCreator_ICurve::SectionToPointList() );
 
   void stopActionMode();