X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModuleBase%2FModuleBase_ListView.h;h=8c12aacf3cc31b37f6f08420e0efa437e1ff35ca;hb=1dfcab3d738e427bea678317e167c587dfbff195;hp=aa973845e1c4ce44c5058e03ed309a308182eead;hpb=97917d3698f5a2f7fc9596e7c755ff8f6751e373;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_ListView.h b/src/ModuleBase/ModuleBase_ListView.h index aa973845e..8c12aacf3 100644 --- a/src/ModuleBase/ModuleBase_ListView.h +++ b/src/ModuleBase/ModuleBase_ListView.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 @@ -118,6 +118,10 @@ public: /// \param theIndices an output container for indices void getSelectedIndices(std::set& theIndices); + /// Selects items with indices + /// \param theIndices indices + void selectIndices(const std::set& theIndices); + /// Removes selected items from the list widget void removeSelectedItems();