Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_CalculationOp.h
index e2ba6d4cff3035b39731f0cbca1f3e80d4cce9fc..85183a961374dd4e085ca1aae328d7c360ce80e0 100644 (file)
@@ -148,7 +148,7 @@ private:
   /**
    * Internal method that used to assign unique default colors for zones
    */
-  void                            AssignDefaultZonesColors();
+  void                            AssignDefaultZonesColors(const QSet<QString>* theRegionsEntriesToColored = NULL);
   void                            setRules( HYDROData_CalculationCase::DataTag theDataTag );
 
   bool                            createRegion( const QList<SUIT_DataObject*>& theZonesList );
@@ -170,9 +170,8 @@ private:
 
   SUIT_ViewManager*               myActiveViewManager;
   OCCViewer_ViewManager*          myPreviewViewManager;
-  QList<Handle(HYDROData_Entity)> myIncObjAtStart;
 
-  bool myDenyIncExcl;
+  bool myIsComplete;
 };
 
 #endif