#include <SalomeApp_Application.h>
#include <SalomeApp_DataModel.h>
#include <SalomeApp_Study.h>
-#include <SalomeApp_SelectionMgr.h>
#include <SALOMEDSClient_Study.hxx>
#include <SALOMEDSClient_SObject.hxx>
+#include <LightApp_SelectionMgr.h>
+
#include <OB_Browser.h>
//#include "SMESH_TypeFilter.hxx"
SALOME_ListIO list;
SalomeApp_Application* app = getApp();
- SalomeApp_SelectionMgr* mgr = app ? app->selectionMgr() : NULL;
+ LightApp_SelectionMgr* mgr = app ? app->selectionMgr() : NULL;
if( mgr )
mgr->selectedObjects( list );
//Sel->AddFilter(aMeshFilter) ;
SALOME_ListIO list;
SalomeApp_Application* app = getApp();
- SalomeApp_SelectionMgr* mgr = app ? app->selectionMgr() : NULL;
+ LightApp_SelectionMgr* mgr = app ? app->selectionMgr() : NULL;
if( mgr )
mgr->selectedObjects( list );
#ifndef MEDGUI_SELECTION_HeaderFile
#define MEDGUI_SELECTION_HeaderFile
-#include "SalomeApp_Selection.h"
+#include "LightApp_Selection.h"
-class MedGUI_Selection : public SalomeApp_Selection
+class MedGUI_Selection : public LightApp_Selection
{
public:
MedGUI_Selection();