X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ProfileOp.h;h=dd5e2370a7ed754baedc71ece1a77933b6d01bca;hb=f34b90e9e4e02ba65419134d5d37a2e42aecfabf;hp=62df8afcd28d925e3d10af0bfd3f8834d41c61b2;hpb=47929e267bad89edb95ce8e9b1e545a9f5ec7d58;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ProfileOp.h b/src/HYDROGUI/HYDROGUI_ProfileOp.h index 62df8afc..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; + Handle(HYDROData_Profile) myEditedObject; + CurveCreator_Profile* myProfile; }; #endif