X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFiltersPlugin%2FFiltersPlugin_Selection.h;h=b60f4c85f325cc4b79e5d258bb77036dba44649a;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=8fe3850a72d2eab2d200d6c6469a19c640ec7b23;hpb=bae2c0f9a9f1c1adbaa371b938feb25ccdfd61ac;p=modules%2Fshaper.git diff --git a/src/FiltersPlugin/FiltersPlugin_Selection.h b/src/FiltersPlugin/FiltersPlugin_Selection.h index 8fe3850a7..b60f4c85f 100644 --- a/src/FiltersPlugin/FiltersPlugin_Selection.h +++ b/src/FiltersPlugin/FiltersPlugin_Selection.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 @@ -59,7 +59,8 @@ public: // methods related to the filters management /// Adds a filter to the feature. Also initializes arguments of this filter. - FILTERS_EXPORT virtual void addFilter(const std::string theFilterID) override; + /// Returns the real identifier of the filter. + FILTERS_EXPORT virtual std::string addFilter(const std::string theFilterID) override; /// Removes an existing filter from the feature. FILTERS_EXPORT virtual void removeFilter(const std::string theFilterID) override;