X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_VTKUtils.h;h=53754a31319517c2674148345d5c42928c8bd193;hp=f94695cd58bd313e827965d3afc549aae22e2922;hb=81a502af8470190be359d6491a20796dbad5bb97;hpb=80b2ef84c3197c4159cd6b82cc6a476853e76022 diff --git a/src/SMESHGUI/SMESHGUI_VTKUtils.h b/src/SMESHGUI/SMESHGUI_VTKUtils.h index f94695cd5..53754a313 100644 --- a/src/SMESHGUI/SMESHGUI_VTKUtils.h +++ b/src/SMESHGUI/SMESHGUI_VTKUtils.h @@ -38,7 +38,7 @@ class SVTK_InteractorStyle; class SVTK_ViewWindow; class SVTK_Selector; -class SalomeApp_SelectionMgr; +class LightApp_SelectionMgr; class SMESHGUI; #include @@ -154,25 +154,25 @@ namespace SMESH{ int& theId2); //---------------------------------------------------------------------------- - int GetNameOfSelectedNodes (SalomeApp_SelectionMgr*, + int GetNameOfSelectedNodes (LightApp_SelectionMgr*, const Handle(SALOME_InteractiveObject)& theIO, QString& theName); - int GetNameOfSelectedNodes (SalomeApp_SelectionMgr*, + int GetNameOfSelectedNodes (LightApp_SelectionMgr*, QString& aName); - int GetNameOfSelectedElements (SalomeApp_SelectionMgr*, + int GetNameOfSelectedElements (LightApp_SelectionMgr*, const Handle(SALOME_InteractiveObject)& theIO, QString& theName); - int GetNameOfSelectedElements (SalomeApp_SelectionMgr*, + int GetNameOfSelectedElements (LightApp_SelectionMgr*, QString& aName); - int GetSelected (SalomeApp_SelectionMgr*, + int GetSelected (LightApp_SelectionMgr*, TColStd_IndexedMapOfInteger& theMap, const bool theIsElement = true ); - int GetEdgeNodes (SalomeApp_SelectionMgr*, int& theId1, int& theId2); + int GetEdgeNodes (LightApp_SelectionMgr*, int& theId1, int& theId2); void SetControlsPrecision (const long theVal); };