X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Region.h;h=b6db313f3bef027a6b711e68a60225ca843bd4b1;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=e7fdf16df342eaaa8770277726b09d7032e5a441;hpb=0676b7539aa0e59468673e1d3b44ea8a897aa9fc;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Region.h b/src/HYDROGUI/HYDROGUI_Region.h index e7fdf16d..b6db313f 100644 --- a/src/HYDROGUI/HYDROGUI_Region.h +++ b/src/HYDROGUI/HYDROGUI_Region.h @@ -47,12 +47,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.