X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_DisplayEntitiesDlg.h;h=4901bd6ce857f01c64a3e049c5480dc52f10186a;hb=9d73526fbc8ecc160281df9046ad4aed0b57e779;hp=4b36a6b254805a26de3363d1b4e0fb5a5c87c5a8;hpb=f5b69ee44c7918a89e5fd9d21d3bd2a10a724b5d;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_DisplayEntitiesDlg.h b/src/SMESHGUI/SMESHGUI_DisplayEntitiesDlg.h index 4b36a6b25..4901bd6ce 100644 --- a/src/SMESHGUI/SMESHGUI_DisplayEntitiesDlg.h +++ b/src/SMESHGUI/SMESHGUI_DisplayEntitiesDlg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2014-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 @@ -39,7 +39,8 @@ public: private: void InverseEntityMode( unsigned int& theOutputMode, - unsigned int theMode ); + unsigned int theMode ); + void updateButtons(); private slots: void onOk(); @@ -51,6 +52,7 @@ private: unsigned int myEntityMode; SMESH_Actor *myActor; int myNbCheckedButtons; + int myNbTypes; QCheckBox* my0DElemsTB; QCheckBox* myEdgesTB; QCheckBox* myFacesTB;