X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCollectionPlugin%2FCollectionPlugin_Group.h;h=3f5b7cf16ca8fe9a0403d09cbc6f340ffe4ca707;hb=b857d9ea753bef79dbbadaeb990b54aae56e488d;hp=0d61046e3b5dfe003c37fbe7b5b8e93c36a510d1;hpb=c4eab94a20a0d93100549a210582d46409fec1cc;p=modules%2Fshaper.git diff --git a/src/CollectionPlugin/CollectionPlugin_Group.h b/src/CollectionPlugin/CollectionPlugin_Group.h index 0d61046e3..3f5b7cf16 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-2020 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