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
// $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*
#include "SVTK_Selection.h"
#include "SALOME_ListIO.hxx"
#include "VTKViewer_Filter.h"
+#include "SALOME_InteractiveObject.hxx"
#include <TColStd_MapOfInteger.hxx>
#include <TColStd_IndexedMapOfInteger.hxx>