Salome HOME
Save for a list of the local selected points.
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_Widget.h
index 5e714532bd1c984bde2b487c31d237481f5089f9..e3ac5af039514bd3cfe7040676abe86229b6a670 100644 (file)
@@ -165,10 +165,10 @@ private:
 
   void setDragStarted( const bool theState, const QPoint& thePoint = QPoint() );
 
-  void getSelectedPonts( CurveCreator_ICurve::SectionToPointList& thePoints );
+  void getSelectedPoints( CurveCreator_ICurve::SectionToPointList& thePoints );
   bool isIntersectVertexToPoint( const TopoDS_Vertex& theVertex,
                                const CurveCreator_ICurve::SectionToPoint& theSToPoint );
-  void setSelectedPonts( const CurveCreator_ICurve::SectionToPointList& =
+  void setSelectedPoints( const CurveCreator_ICurve::SectionToPointList& =
                                CurveCreator_ICurve::SectionToPointList() );
 
   void startCurveModification( CurveCreator_ICurve::SectionToPointList& thePoints,
@@ -191,6 +191,7 @@ private:
   CurveCreator_ICurve*        myCurve;
   CurveCreator_TreeView*      mySectionView;
   CurveCreator_TableView*     myLocalPointView;
+  CurveCreator_ICurve::SectionToPointList myLocalPoints;
   CurveCreator_NewSectionDlg* myNewSectionEditor;
   OCCViewer_Viewer*           myOCCViewer;
   int                         myLocalPointRowLimit;