Salome HOME
Fix for the bug #56: Show, Show only, Hide for Region and Zone under Region.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PolylineDlg.h
index 059bc2fdf74873e626f6e08de0bd75580ebfa5a5..01d5a13cbe206cd06d63602f1c05c54cb305ac59 100755 (executable)
@@ -25,7 +25,7 @@
 
 #include "HYDROGUI_InputPanel.h"
 
-
+class QGroupBox;
 class QLineEdit;
 class CurveCreator_Widget;
 class CurveCreator_Curve;
@@ -49,13 +49,18 @@ public:
   QList< QPair< int, int > > getSelectedPoints();
 
 protected slots:
-
+  void processStartedSubOperation( QWidget* );
+  void processFinishedSubOperation( QWidget* );
 signals:
   void                  createPreview( QString );
   void                  selectionChanged();
+  void                  widgetCreated(QWidget*);
+  void                  subOperationStarted(QWidget*);
+  void                  subOperationFinished(QWidget*);
 private:
   QLineEdit*            myName;
   CurveCreator_Widget*  myEditorWidget;
+  QGroupBox*            myAddElementBox;
 };
 
 #endif