]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Minor changes
authorapo <apo@opencascade.com>
Thu, 8 Sep 2005 14:37:02 +0000 (14:37 +0000)
committerapo <apo@opencascade.com>
Thu, 8 Sep 2005 14:37:02 +0000 (14:37 +0000)
src/SVTK/SVTK_RenderWindowInteractor.h
src/SVTK/SVTK_Selector.cxx
src/SVTK/SVTK_Selector.h

index 9d9df812bdcfdcc684266ccaa689a9a8bb6bcffb..0e544b93e3c2151dcb4c91477a3fe42f0c8cc6f0 100644 (file)
@@ -159,8 +159,8 @@ class SVTK_EXPORT SVTK_RenderWindowInteractor: public QVTK_RenderWindowInteracto
   void PushInteractorStyle(SVTK_InteractorStyle* theStyle);
   void PopInteractorStyle();
 
-  int SelectionMode() const;
-  void SetSelectionMode(int theMode);
+  Selection_Mode SelectionMode() const;
+  void SetSelectionMode(Selection_Mode theMode);
 
  public:
   void
index 9a45517a2c4b58341b07b56b97e3919b2eb892e7..c4c85fcb2dac0d6942e47e767f718ff929e93e6b 100644 (file)
 //  $Header$
 
 
-#include <TColStd_MapIteratorOfMapOfInteger.hxx>
-#include <TColStd_IndexedMapOfInteger.hxx>
+#include "SVTK_SelectorDef.h"
 
 #include "SALOME_Actor.h"
-#include "SVTK_ViewModel.h"
-#include "SVTK_ViewWindow.h"
-
-#include "SVTK_SelectorDef.h"
 
 #include "utilities.h"
 
+#include <TColStd_MapIteratorOfMapOfInteger.hxx>
+#include <TColStd_IndexedMapOfInteger.hxx>
+
 #include <vtkCallbackCommand.h>
 
 SVTK_Selector* 
index 4813ab597bcd33f598709e3c27166679e71b317b..af580474a4c0859aa5cfeacd009c1ab0034c927b 100644 (file)
@@ -32,6 +32,7 @@
 #include "SVTK_Selection.h"
 #include "SALOME_ListIO.hxx"
 #include "VTKViewer_Filter.h"
+#include "SALOME_InteractiveObject.hxx"
 
 #include <TColStd_MapOfInteger.hxx>
 #include <TColStd_IndexedMapOfInteger.hxx>