From 1cbea790fa42eab8033ebd34ae7228f08e0911b6 Mon Sep 17 00:00:00 2001 From: ouv Date: Mon, 15 Aug 2005 06:11:11 +0000 Subject: [PATCH] SalomeApp_VTKSelector created --- src/VISUGUI/VisuGUI_Module.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/VISUGUI/VisuGUI_Module.cxx b/src/VISUGUI/VisuGUI_Module.cxx index 82d784da..10252c3b 100644 --- a/src/VISUGUI/VisuGUI_Module.cxx +++ b/src/VISUGUI/VisuGUI_Module.cxx @@ -32,6 +32,7 @@ #include "SUIT_Desktop.h" #include "SalomeApp_Application.h" +#include "SalomeApp_VTKSelector.h" #include "CAM_Module.h" #include "SVTK_ViewManager.h" @@ -68,6 +69,10 @@ initialize( CAM_Application* theApp ) myViewManager->createViewWindow(); myViewManager->getActiveView()->hide(); + //aViewer->setBackgroundColor( Qt::darkGreen ); + + new SalomeApp_VTKSelector( aViewer, ( SUIT_SelectionMgr* )getApp()->selectionMgr() ); + theApp->addViewManager( myViewManager ); } -- 2.39.2