X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_FindElemByPointDlg.h;h=a3418e8ec5d0b5b0dcda3d238b9d501d5f022986;hp=568ae629559129134a70c0221cca6d5d8d3fda10;hb=b22e182dd1a2c30be324b21074158390d00714b3;hpb=5d68554076bbca0e1e95fb0db215a6c2b84b6c54 diff --git a/src/SMESHGUI/SMESHGUI_FindElemByPointDlg.h b/src/SMESHGUI/SMESHGUI_FindElemByPointDlg.h index 568ae6295..a3418e8ec 100644 --- a/src/SMESHGUI/SMESHGUI_FindElemByPointDlg.h +++ b/src/SMESHGUI/SMESHGUI_FindElemByPointDlg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -68,11 +68,14 @@ private slots: void onElemSelected(); void onElemTypeChange(int); void redisplayPreview(); + void onOpenView(); + void onCloseView(); private: SMESHGUI_FindElemByPointDlg* myDlg; SUIT_SelectionFilter* myFilter; + SMESHGUI* mySMESHGUI; SMESHGUI_MeshEditPreview* mySimulation; // to show point coordinates SMESH::SMESH_IDSource_var myMeshOrPart; SMESH::MeshPreviewStruct_var myPreview;