Salome HOME
lot 15:: protection against corrupted polylines/objects
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Region.h
index e7fdf16df342eaaa8770277726b09d7032e5a441..d6eca551a8b4bfad28b5b2b9283652b05f5025d1 100644 (file)
@@ -1,12 +1,8 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
-//
-// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
+// Copyright (C) 2014-2015  EDF-R&D
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -47,12 +43,14 @@ public:
    * \param theParent parent data object
    * \param theData reference to the corresponding object from data structure
    * \param theParentEntry entry of the parent data object (for reference objects)
+   * \param theIsInOperation if true then the tree is used for a browser within an operation, it is false by default
    */
-  HYDROGUI_Region( SUIT_DataObject* theParent,
+  HYDROGUI_Region( SUIT_DataObject*         theParent,
                    Handle(HYDROData_Region) theData,
-                   const QString& theParentEntry );
+                   const QString&           theParentEntry,
+                   const bool               theIsInOperation = false );
 
-  bool isDropAccepted() const override { return true; }
+  bool isDropAccepted() const { return true; }
 
   /**
    * Add zones to the region.