X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_FindElemByPointDlg.h;h=6f5e3f93bf83f51613fae71608f79da2454b0f63;hp=7ec86a2ea3ac382045ca643b4111fc75d4a85191;hb=30ce546b0c5099ad1112929e2db94810e683e54b;hpb=6bac08c1a81f34d3f21c550bd92f83654b2546a5 diff --git a/src/SMESHGUI/SMESHGUI_FindElemByPointDlg.h b/src/SMESHGUI/SMESHGUI_FindElemByPointDlg.h index 7ec86a2ea..6f5e3f93b 100644 --- a/src/SMESHGUI/SMESHGUI_FindElemByPointDlg.h +++ b/src/SMESHGUI/SMESHGUI_FindElemByPointDlg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 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;