X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_DisplayEntitiesDlg.h;h=d130b30d781c3c0caa77f445fc422ac7600a5a58;hb=b54385ddd41b61114e7d1088048f2f1131c30f1d;hp=e6305b2d6245511d931a129f855bc8f3a48ebbdf;hpb=c98d9fcd7f02c1f1f5c24dd3e709ed75228d66c4;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_DisplayEntitiesDlg.h b/src/SMESHGUI/SMESHGUI_DisplayEntitiesDlg.h index e6305b2d6..d130b30d7 100644 --- a/src/SMESHGUI/SMESHGUI_DisplayEntitiesDlg.h +++ b/src/SMESHGUI/SMESHGUI_DisplayEntitiesDlg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2014-2020 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 @@ -40,6 +40,7 @@ public: private: void InverseEntityMode( unsigned int& theOutputMode, 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;