Salome HOME
refs #1339
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_CalculationOp.h
index a74d7b0648400955661c3ab34b5efec43c96a06a..90cf82d1ef01edf92c7d42c1c921667e6211d693 100644 (file)
@@ -94,7 +94,7 @@ protected slots:
    */
   void                            onCreateRegion( const QList<SUIT_DataObject*>& 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* );
@@ -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<SUIT_DataObject*>& theZonesList );
 
+  void                            AddInterPolylinesToList(QStringList& theList, QStringList& theEntryList);
+
   bool confirmRegionsChange() const;
   bool confirmModeChange() const;
   bool confirmOrderChange() const;