X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Module.h;h=443325093aa4a036852e92b5df2f116d7d04ddb5;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=831b412532c786a685b4444f86077133747ee708;hpb=745c72679f6346375d5e886b25cc3865f3c4daae;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Module.h b/src/PartSet/PartSet_Module.h index 831b41253..443325093 100644 --- a/src/PartSet/PartSet_Module.h +++ b/src/PartSet/PartSet_Module.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2021 CEA/DEN, EDF R&D +// Copyright (C) 2014-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -399,6 +399,9 @@ public: /// Reads description of features from XML file virtual void createFeatures(); + /// add texture + static void setTexture(const AISObjectPtr& thePrs, const ResultPtr& theResult); + public slots: /// Slolt called on object display /// \param theObject a data object @@ -414,7 +417,8 @@ public slots: /// \param theTrsfType type of tranformation virtual void onViewTransformed(int theTrsfType = 2); - void onConflictingConstraints(); + /// Called on remove conflicting constraints + void onRemoveConflictingConstraints(); protected slots: /// Called when previous operation is finished