X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_CalculationOp.h;h=bf449bde2826ab0514c550fa7f69fe3ccdd41ba2;hb=de7cf9bb0a7a41d6487013c87f4a54d0664cd303;hp=274f144c3e6f3d8b79f519a4ba32065762633726;hpb=676ac06ae10f045ffae7a56aacbd20f694b9a993;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_CalculationOp.h b/src/HYDROGUI/HYDROGUI_CalculationOp.h index 274f144c..bf449bde 100644 --- a/src/HYDROGUI/HYDROGUI_CalculationOp.h +++ b/src/HYDROGUI/HYDROGUI_CalculationOp.h @@ -105,6 +105,11 @@ private: void setZonesVisible( bool theIsVisible ); void getNamesAndEntries( const HYDROData_SequenceOfObjects& theSeq, QStringList& theNames, QStringList& theEntries ) const; + /** + * Ask user to confirm splitting zones recalculation. + * \return true if confirmed + */ + bool confirmRegionsChange() const; private: bool myIsEdit;