X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Operation.h;h=5bce481fe919790f66e62c27722201598e02c520;hb=5cae7e874afd2fc1b6f61023e8ebd33a933db3c7;hp=cd701c418dc56858867df773cb2d2de56d062f72;hpb=70501e1f21bd4e35f4ce73bb5e09c9a4606c3317;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Operation.h b/src/HYDROGUI/HYDROGUI_Operation.h index cd701c41..5bce481f 100644 --- a/src/HYDROGUI/HYDROGUI_Operation.h +++ b/src/HYDROGUI/HYDROGUI_Operation.h @@ -50,8 +50,10 @@ protected: virtual void startOperation(); virtual void abortOperation(); virtual void commitOperation(); + virtual void setDialogActive( const bool ); virtual HYDROGUI_InputPanel* createInputPanel() const; + virtual void closeInputPanel(); virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg ); virtual void processCancel();