X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCollectionPlugin%2FCollectionPlugin_Group.h;h=b6190c594f062588f18eb95c9fc656e7cb5317ac;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=0d61046e3b5dfe003c37fbe7b5b8e93c36a510d1;hpb=6e421e939851e0de46554ae45a3ca0e1f67cd91d;p=modules%2Fshaper.git diff --git a/src/CollectionPlugin/CollectionPlugin_Group.h b/src/CollectionPlugin/CollectionPlugin_Group.h index 0d61046e3..b6190c594 100644 --- a/src/CollectionPlugin/CollectionPlugin_Group.h +++ b/src/CollectionPlugin/CollectionPlugin_Group.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2023 CEA/DEN, 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 @@ -66,6 +66,8 @@ class CollectionPlugin_Group : public ModelAPI_Feature /// Use plugin manager for features creation CollectionPlugin_Group(); + /// Used for the split action of the group (Move to the end and split) + COLLECTIONPLUGIN_EXPORT virtual bool customAction(const std::string& theActionId); }; #endif