X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FHYDROGUI%2FHYDROGUI_PolylineOp.h;h=d79d582dff2cd5f89f3b416494f20a39bf7262d5;hb=43fce0c79196b05197b76ba4cad50776dba86ddb;hp=2192aa5fe4df7aa955b62f43dcd8efde547b9b34;hpb=e51216afb474af543769020e872004dadf295d89;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_PolylineOp.h b/src/HYDROGUI/HYDROGUI_PolylineOp.h index 2192aa5f..d79d582d 100755 --- a/src/HYDROGUI/HYDROGUI_PolylineOp.h +++ b/src/HYDROGUI/HYDROGUI_PolylineOp.h @@ -27,7 +27,6 @@ #include -class OCCViewer_ViewManager; class CurveCreator_Curve; class HYDROGUI_PolylineOp : public HYDROGUI_Operation @@ -41,6 +40,8 @@ public: void deleteSelected(); bool deleteEnabled(); + virtual void updatePreviewZLayer( int theLayer ); + protected: virtual void startOperation(); virtual void abortOperation(); @@ -58,8 +59,6 @@ private: void erasePreview(); private: - OCCViewer_ViewManager* myViewManager; - bool myIsEdit; Handle(HYDROData_PolylineXY) myEditedObject; CurveCreator_Curve* myCurve;