X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Module.h;h=2828de29f243998b359c17a0ab49c85aed765124;hb=857b1f72d9703c46c6c8c9bb239821d314344c86;hp=054e3160e91afe6257b51018640e449bd9fb4cef;hpb=6c1a412473622b7fe884ec5c4476f2ce9c012d88;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Module.h b/src/PartSet/PartSet_Module.h index 054e3160e..2828de29f 100644 --- a/src/PartSet/PartSet_Module.h +++ b/src/PartSet/PartSet_Module.h @@ -174,8 +174,10 @@ public: * If the object is result with the color attribute value set, it is used, * otherwise the customize is applyed to the object's feature if it is a custom prs * \param theObject an object instance + * \param theUpdateViewer the parameter whether the viewer should be update immediatelly + * \returns true if the object is modified */ - virtual void customizeObject(ObjectPtr theObject); + virtual bool customizeObject(ObjectPtr theObject, const bool theUpdateViewer); /// This method is called on object browser creation for customisation of module specific features /// \param theObjectBrowser a pinter on Object Browser widget