Salome HOME
table de Strickler complete
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_SplitPolylinesOp.h
index 8de00f8bca602803522518e082dddc9c58f05d53..c81a69ab44a5df848e35149313ed8daa6b763478 100644 (file)
 
 #include "HYDROGUI_Operation.h"
 
+class SUIT_ViewWindow;
+
+class AIS_Shape;
+
+class QMouseEvent;
+
 class HYDROGUI_SplitPolylinesOp : public HYDROGUI_Operation
 {
   Q_OBJECT
@@ -44,9 +50,11 @@ protected:
 protected slots:
   void OnUpdatePreview();
   void erasePreview();
+  void onMousePress(SUIT_ViewWindow*, QMouseEvent*);
 
 private:
   HYDROGUI_Shape* myPreviewPrs;
+  AIS_Shape*      mySplitPointPreview;
 };
 
 #endif