Salome HOME
Minor changes.
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_TreeView.h
index b96f2b1a031e76ad563b0bf01f031b774c315797..be00a75d3c9d9a2d79a9a402d26b329a7c3cc632 100755 (executable)
@@ -63,6 +63,10 @@ public:
   SelectionType getSelectionType() const;
   QList<int> getSelectedSections() const;
 
+  void    pointsAdded( int theSection, int thePoint, int thePointsCnt=1 );
+  void    pointDataChanged( int theSection, int thePoint );
+  void    pointsRemoved(int theSection, int thePoint, int thePointsCnt=1 );
+
   void    sectionAdded( int theSection );
   void    sectionChanged(int theSection , int aSectCnt = 1);
   void    sectionsRemoved( int theSection, int theSectionCnt=1 );