X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_CalculationOp.h;h=909256474537af6d9825243262e5f4621c0921dc;hb=39b1848f103d89cfb544a1651b3fbf221fc2c401;hp=b6791f0d4106ffc6c2ced16dd5071e585b55d72e;hpb=a72bc1fe339d74df864cfcbc765e2b62c2543d25;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_CalculationOp.h b/src/HYDROGUI/HYDROGUI_CalculationOp.h index b6791f0d..90925647 100644 --- a/src/HYDROGUI/HYDROGUI_CalculationOp.h +++ b/src/HYDROGUI/HYDROGUI_CalculationOp.h @@ -94,7 +94,7 @@ protected slots: */ void onCreateRegion( const QList& theZonesList ); /** - * Case objects must be splitted to zones if the case has been modified or new. + * Case objects must be split to zones if the case has been modified or new. */ void onNext( const int ); void onLastViewClosed( SUIT_ViewManager* ); @@ -113,7 +113,7 @@ protected slots: /** * Land cover map is selected in the list on the third wizard page */ - void onLandCoverMapSelected(); + void onLandCoverMapSelected( const QString & theObjName ); /** * Boundary polyline is selected in the list on the first wizard page */ @@ -163,6 +163,8 @@ private: bool createRegion( const QList& theZonesList ); + void AddInterPolylinesToList(QStringList& theList, QStringList& theEntryList); + bool confirmRegionsChange() const; bool confirmModeChange() const; bool confirmOrderChange() const;