X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_VTKUtils.h;h=53754a31319517c2674148345d5c42928c8bd193;hb=71d173d51a36d3a3ad7b51972b5be88c2df9865e;hp=f94695cd58bd313e827965d3afc549aae22e2922;hpb=2a39de2aeb3283f4570b567dfe403f103cef7300;p=modules%2Fsmesh.git 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); };