X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_SplitPolylinesOp.h;h=c81a69ab44a5df848e35149313ed8daa6b763478;hb=282328072477a3e3cde6d02204129828c4c7ac23;hp=8de00f8bca602803522518e082dddc9c58f05d53;hpb=8f204f24e47154e734bbe32bc4cbf661037f6a34;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_SplitPolylinesOp.h b/src/HYDROGUI/HYDROGUI_SplitPolylinesOp.h index 8de00f8b..c81a69ab 100644 --- a/src/HYDROGUI/HYDROGUI_SplitPolylinesOp.h +++ b/src/HYDROGUI/HYDROGUI_SplitPolylinesOp.h @@ -21,6 +21,12 @@ #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