Salome HOME
refs #1339
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_CalculationOp.h
index 42599f59614c65804b3b47dca438998bd22a12d1..90cf82d1ef01edf92c7d42c1c921667e6211d693 100644 (file)
@@ -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;