X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_CalculationOp.h;h=bf449bde2826ab0514c550fa7f69fe3ccdd41ba2;hb=de7cf9bb0a7a41d6487013c87f4a54d0664cd303;hp=cba6529c74a4573a2b920d04186d015fb1d902e0;hpb=a8a5de888cfc087b13db88108b9d2c729a13c5d2;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_CalculationOp.h b/src/HYDROGUI/HYDROGUI_CalculationOp.h index cba6529c..bf449bde 100644 --- a/src/HYDROGUI/HYDROGUI_CalculationOp.h +++ b/src/HYDROGUI/HYDROGUI_CalculationOp.h @@ -93,13 +93,23 @@ protected slots: * Geometry object is selected in the list on the first wizard page */ void onObjectSelected ( const QString & theObjName ); + /** + * Boundary polyline is selected in the list on the first wizard page + */ + void onBoundarySelected ( const QString & theObjName ); private: void createPreview(); void closePreview(); - void updateGeomObjectsList( HYDROGUI_CalculationDlg* thePanel ) const; void showObject( Handle(HYDROData_Entity) theEntity, Handle(AIS_InteractiveContext) theCtx ); 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;