X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_TreeView.h;h=be00a75d3c9d9a2d79a9a402d26b329a7c3cc632;hb=4e1b53167581be7e084a3d71c075507bc6699c06;hp=b96f2b1a031e76ad563b0bf01f031b774c315797;hpb=3a18ec73b8f92e150d5f4c772bf122ed2ca1ecef;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_TreeView.h b/src/HYDROCurveCreator/CurveCreator_TreeView.h index b96f2b1a..be00a75d 100755 --- a/src/HYDROCurveCreator/CurveCreator_TreeView.h +++ b/src/HYDROCurveCreator/CurveCreator_TreeView.h @@ -63,6 +63,10 @@ public: SelectionType getSelectionType() const; QList 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 );