X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ProfileOp.h;h=dd5e2370a7ed754baedc71ece1a77933b6d01bca;hb=a1431f03eac1d1aed4203d0568d987c41ce939b3;hp=ac86f4c1394f45a56530b1dc82e415348f6eddda;hpb=63d2e34be4f1702765390c4a52833e338df5ca9f;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ProfileOp.h b/src/HYDROGUI/HYDROGUI_ProfileOp.h index ac86f4c1..dd5e2370 100644 --- a/src/HYDROGUI/HYDROGUI_ProfileOp.h +++ b/src/HYDROGUI/HYDROGUI_ProfileOp.h @@ -27,8 +27,7 @@ #include -//class OCCViewer_ViewManager; -class CurveCreator_Curve; +class CurveCreator_Profile; class HYDROGUI_ProfileOp : public HYDROGUI_Operation { @@ -50,19 +49,14 @@ protected: virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg ); -//protected slots: -// void onEditorSelectionChanged(); - -//private: - //void displayPreview(); - //void erasePreview(); - private: - //OCCViewer_ViewManager* myViewManager; + void displayPreview(); + void erasePreview(); +private: bool myIsEdit; Handle(HYDROData_Profile) myEditedObject; - CurveCreator_Curve* myCurve; + CurveCreator_Profile* myProfile; }; #endif