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