Salome HOME
0022765: [EDF] Improvement of local selection mechanism
[modules/gui.git] / src / SOCC / SOCC_ViewModel.h
index 9206e7109f53f447e93ed1c406a58f5f8efa0748..00fad4bf8c146a20a91f84e33e9672a15de098ac 100755 (executable)
@@ -62,6 +62,7 @@ public:
   virtual SALOME_Prs*         CreatePrs( const char* entry = 0 );
 
   virtual void                LocalSelection( const SALOME_OCCPrs*, const int );
+  virtual void                LocalSelection( const SALOME_OCCPrs*, const std::list<int> );
   virtual void                GlobalSelection( const bool = false ) const;
   virtual bool                isVisible( const Handle(SALOME_InteractiveObject)& );
   virtual void                GetVisible( SALOME_ListIO& );