Salome HOME
0022765: [EDF] Improvement of local selection mechanism
[modules/geom.git] / src / GEOMGUI / GEOM_Displayer.h
index 0096c51b2cac3a5a30763e0627828d52e531dc61..03b00c0c6d0de66b31e893416583a65a8106e9de 100644 (file)
@@ -186,7 +186,9 @@ public:
   bool          ToActivate() const;
 
   /* Activate/Deactivate selection*/
+  void         LocalSelection( const Handle(SALOME_InteractiveObject)&, const std::list<int> );
   void         LocalSelection( const Handle(SALOME_InteractiveObject)&, const int );
+  void         LocalSelection( const SALOME_ListIO& theIOList, const std::list<int> );
   void         LocalSelection( const SALOME_ListIO& theIOList, const int );
   void         GlobalSelection( const int = GEOM_ALLOBJECTS, const bool = false );
   void         GlobalSelection( const TColStd_MapOfInteger&, const bool = false, const QList<int>* = 0 );