X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ChannelOp.h;h=ddb294ef771e4c59b7e791e2e69f9e279c7d7d01;hb=a1431f03eac1d1aed4203d0568d987c41ce939b3;hp=f1456eebc6cf2a5ce3a4175b19012f3e9d79ff8e;hpb=06a6e19d03f1d202e3a58042fdf1abc1000b7c2c;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ChannelOp.h b/src/HYDROGUI/HYDROGUI_ChannelOp.h index f1456eeb..ddb294ef 100644 --- a/src/HYDROGUI/HYDROGUI_ChannelOp.h +++ b/src/HYDROGUI/HYDROGUI_ChannelOp.h @@ -49,12 +49,14 @@ protected: virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg ); protected slots: - void onCreatePreview( const bool theIsInit = false ); + virtual void onCreatePreview( const bool theIsInit = false ); -private: - void erasePreview(); +protected: + virtual void erasePreview(); + + virtual Handle(HYDROData_Channel) getObjectToEdit() const; -private: +protected: bool myIsEdit; Handle(HYDROData_Channel) myEditedObject;