Salome HOME
Issue #3060: Use HideFaces panel for groups creation operation
[modules/shaper.git] / src / ModuleBase / ModuleBase_ListView.h
index aa973845e1c4ce44c5058e03ed309a308182eead..aa0620e9045471dbac2eb42f2e0d66d69f2daded 100644 (file)
@@ -118,6 +118,10 @@ public:
   /// \param theIndices an output container for indices
   void getSelectedIndices(std::set<int>& theIndices);
 
+  /// Selects items with indices
+  /// \param theIndices indices
+  void selectIndices(const std::set<int>& theIndices);
+
   /// Removes selected items from the list widget
   void removeSelectedItems();