Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_CalculationOp.h
index 8eb18c1463deed01f16d76e1f63768623db0b2d2..85183a961374dd4e085ca1aae328d7c360ce80e0 100644 (file)
@@ -38,7 +38,7 @@ class HYDROGUI_CalculationOp : public HYDROGUI_Operation
   Q_OBJECT
 
 public:
-  HYDROGUI_CalculationOp( HYDROGUI_Module* theModule, bool theIsEdit );
+  HYDROGUI_CalculationOp( HYDROGUI_Module* theModule, bool theIsEdit, bool IsComplete );
   virtual ~HYDROGUI_CalculationOp();
 
 protected:
@@ -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,6 +170,8 @@ private:
 
   SUIT_ViewManager*               myActiveViewManager;
   OCCViewer_ViewManager*          myPreviewViewManager;
+
+  bool myIsComplete;
 };
 
 #endif