Salome HOME
Implement 'Show Only' button in group operation
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetMultiSelector.h
index b77ea969fee5ae2590218f35fbe9471f50ed3f32..1dec34d90856dd41359d592c55bb0f7201b350cf 100644 (file)
@@ -135,6 +135,8 @@ protected slots:
 
   void onSameTopology(bool theOn);
 
+  void onShowOnly(bool);
+
 protected:
   /// Returns true if the event is processed. The default implementation is empty, returns false.
   virtual bool processDelete();
@@ -253,6 +255,8 @@ protected:
 
   QCheckBox* myGeomCheck;
   ModuleBase_FilterStarter* myFiltersWgt;
+
+  QObjectPtrList myVisibleObjects;
 };
 
 #endif /* MODULEBASE_WIDGETFILESELECTOR_H_ */