X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_DisplayEntitiesDlg.h;h=d130b30d781c3c0caa77f445fc422ac7600a5a58;hb=86be227dee12b1a2d7dafc3308597f1566ef950f;hp=0f98bda2d4fe70dbd89d2c7f3debc1cd2401299a;hpb=23d90107acec5e54ded86d9f309fe5cb42720b78;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_DisplayEntitiesDlg.h b/src/SMESHGUI/SMESHGUI_DisplayEntitiesDlg.h index 0f98bda2d..d130b30d7 100644 --- a/src/SMESHGUI/SMESHGUI_DisplayEntitiesDlg.h +++ b/src/SMESHGUI/SMESHGUI_DisplayEntitiesDlg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2015 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;