Salome HOME
HYDROGUI_Wizard has been refactored and now uses QStackedWidget instead of QWizard.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Region.h
index c5b3ac7079600e75ec78a358f4802bdcb6066441..e7fdf16df342eaaa8770277726b09d7032e5a441 100644 (file)
@@ -30,6 +30,8 @@
 #include <QString>
 #include <QColor>
 
+class HYDROGUI_Zone;
+
 /**
  * \class HYDROGUI_Region
  * \brief Browser item presenting a zone, used for object browser tree creation.
@@ -55,6 +57,6 @@ public:
   /**
    * Add zones to the region. 
    */
-  void addZones();
+  bool addZones( const QList<HYDROGUI_Zone*>& theZonesList );
 };
 #endif