Salome HOME
untabify
authoreap <eap@opencascade.com>
Wed, 30 Sep 2009 08:16:15 +0000 (08:16 +0000)
committereap <eap@opencascade.com>
Wed, 30 Sep 2009 08:16:15 +0000 (08:16 +0000)
src/SMESHGUI/SMESHGUI_SelectionOp.h

index 34e5e11356d1291602300da203ee7c1b158ae553..a6bfefe03cecd06dd9f6d042c3b1c41a03e898f3 100644 (file)
@@ -103,18 +103,18 @@ protected:
 
   //! Hilight object in VTK viewer
   void                          highlight( const Handle( SALOME_InteractiveObject )&,
-                                          const bool, const bool = true );
+                                           const bool, const bool = true );
                                
   //! Select some nodes or elements in VTK
   void                          addOrRemoveIndex( const Handle( SALOME_InteractiveObject )&,
-                                                 const TColStd_MapOfInteger&, const bool );
+                                                  const TColStd_MapOfInteger&, const bool );
 
   SVTK_ViewWindow*              viewWindow() const;
   SVTK_Selector*                selector() const;
 
   //! Get names, types and ids of selected objects
   virtual void                  selected( QStringList&, 
-                                         SMESHGUI_Dialog::TypesList&, QStringList& ) const;
+                                          SMESHGUI_Dialog::TypesList&, QStringList& ) const;
 
   //! Find type by id
   virtual int                   typeById( const QString&, const EntityType ) const;