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