From: apo Date: Thu, 8 Sep 2005 14:37:02 +0000 (+0000) Subject: Minor changes X-Git-Tag: BR-D5-38-2003_D2005-12-09~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=08fecc388c81c4feed6f872f17387e90828b1336;p=modules%2Fgui.git Minor changes --- diff --git a/src/SVTK/SVTK_RenderWindowInteractor.h b/src/SVTK/SVTK_RenderWindowInteractor.h index 9d9df812b..0e544b93e 100644 --- a/src/SVTK/SVTK_RenderWindowInteractor.h +++ b/src/SVTK/SVTK_RenderWindowInteractor.h @@ -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 diff --git a/src/SVTK/SVTK_Selector.cxx b/src/SVTK/SVTK_Selector.cxx index 9a45517a2..c4c85fcb2 100644 --- a/src/SVTK/SVTK_Selector.cxx +++ b/src/SVTK/SVTK_Selector.cxx @@ -27,17 +27,15 @@ // $Header$ -#include -#include +#include "SVTK_SelectorDef.h" #include "SALOME_Actor.h" -#include "SVTK_ViewModel.h" -#include "SVTK_ViewWindow.h" - -#include "SVTK_SelectorDef.h" #include "utilities.h" +#include +#include + #include SVTK_Selector* diff --git a/src/SVTK/SVTK_Selector.h b/src/SVTK/SVTK_Selector.h index 4813ab597..af580474a 100644 --- a/src/SVTK/SVTK_Selector.h +++ b/src/SVTK/SVTK_Selector.h @@ -32,6 +32,7 @@ #include "SVTK_Selection.h" #include "SALOME_ListIO.hxx" #include "VTKViewer_Filter.h" +#include "SALOME_InteractiveObject.hxx" #include #include