X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_Widget.h;h=f62b5929871be06485348e134312f06506228fb4;hb=df7a511d3770b09ef476dd5f6a6261135f2fb5e1;hp=399711e8a79bffc9bb4f24becfc4bf9622c74bc2;hpb=3e0d42735e297e6c46a896443ba877a45678c194;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_Widget.h b/src/HYDROCurveCreator/CurveCreator_Widget.h index 399711e8..f62b5929 100644 --- a/src/HYDROCurveCreator/CurveCreator_Widget.h +++ b/src/HYDROCurveCreator/CurveCreator_Widget.h @@ -87,7 +87,6 @@ protected slots: void onModeChanged(bool checked); void onNewSection(); void onSelectionChanged(); - void onAddNewPoint(const CurveCreator::Coordinates& theCoords); void onAddNewSection(); void onEditSection( int theSection ); void onModifySection(); @@ -104,7 +103,6 @@ protected slots: void onRedo(); void onUndoSettings(); void onContextMenu(QPoint thePoint); - void onGetCoordsByClick( QMouseEvent* ); void onMousePress( SUIT_ViewWindow*, QMouseEvent* theEvent ); void onMouseRelease( SUIT_ViewWindow*, QMouseEvent* theEvent ); @@ -117,6 +115,9 @@ protected slots: void onCellChanged( int theRow, int theColumn ); +protected: + void addCoordsByClick( QMouseEvent* ); + protected: enum ActionId{ UNDO_ID, REDO_ID, @@ -156,6 +157,7 @@ private: void removeSection(); void removePoint(); + void addNewPoint(const CurveCreator::Coordinates& theCoords); void insertPointToSelectedSegment( const int theXPosition, const int theYPosition ); void moveSelectedPoints( const int theXPosition, const int theYPosition );