X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_CalculationOp.h;h=90cf82d1ef01edf92c7d42c1c921667e6211d693;hb=84a535df03fb037f21a056a1792c572d858d217c;hp=b6791f0d4106ffc6c2ced16dd5071e585b55d72e;hpb=a72bc1fe339d74df864cfcbc765e2b62c2543d25;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_CalculationOp.h b/src/HYDROGUI/HYDROGUI_CalculationOp.h index b6791f0d..90cf82d1 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 */ @@ -130,7 +130,7 @@ protected slots: void onRegenerateColors(); private: - void createPreview( const bool theLandCoverMap); + void createPreview( const bool theLandCoverMap, bool fitAllFlag = true, bool onTopViewAndFit = true); void closePreview( bool theRemoveViewManager = true ); void setObjectVisibility( Handle(HYDROData_Entity) theEntity, const bool theIsVisible ); void setZonesVisible( bool theIsVisible ); @@ -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;