From: ouv Date: Mon, 15 Aug 2005 06:11:11 +0000 (+0000) Subject: SalomeApp_VTKSelector created X-Git-Tag: BR-D5-38-2003_D2005-12-09~119 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1cbea790fa42eab8033ebd34ae7228f08e0911b6;p=modules%2Fvisu.git SalomeApp_VTKSelector created --- 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 ); }