Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PolylineDlg.h
index 69c4b6cbd29954415218f934f1a7b88eb8952640..95d93eaac80fb348776557a55fde1cbc0755228f 100755 (executable)
@@ -49,11 +49,14 @@ public:
   void  reset();
 
   QList<int> getSelectedSections();
-  QList< QPair< int, int > > getSelectedPoints();
+
+  void  deleteSelected();
+  bool  deleteEnabled();
 
 protected slots:
-  void processStartedSubOperation( QWidget* );
+  void processStartedSubOperation( QWidget*, bool );
   void processFinishedSubOperation( QWidget* );
+
 signals:
   void                  createPreview( QString );
   void                  selectionChanged();