X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ProfileOp.h;h=d93311a1da5cc6c40cd325da9e0c2e70af334d4e;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=ac86f4c1394f45a56530b1dc82e415348f6eddda;hpb=63d2e34be4f1702765390c4a52833e338df5ca9f;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ProfileOp.h b/src/HYDROGUI/HYDROGUI_ProfileOp.h index ac86f4c1..d93311a1 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 { @@ -48,21 +47,17 @@ protected: virtual HYDROGUI_InputPanel* createInputPanel() const; - virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg ); - -//protected slots: -// void onEditorSelectionChanged(); - -//private: - //void displayPreview(); - //void erasePreview(); + virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg, + QStringList& theBrowseObjectsEntries ); private: - //OCCViewer_ViewManager* myViewManager; + void displayPreview(); + void erasePreview(); +private: bool myIsEdit; Handle(HYDROData_Profile) myEditedObject; - CurveCreator_Curve* myCurve; + CurveCreator_Profile* myProfile; }; #endif