Version: 9.12.0
SMESHGUI_MeshInfosBox.h
Go to the documentation of this file.
1 // Copyright (C) 2007-2023 CEA, EDF, OPEN CASCADE
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19 
20 // File : SMESHGUI_MeshInfosBox.h
21 // Author : Edward AGAPOV, Open CASCADE S.A.S.
22 //
23 #ifndef SMESHGUI_MeshInfosBox_H
24 #define SMESHGUI_MeshInfosBox_H
25 
26 // SMESH includes
27 #include "SMESH_SMESHGUI.hxx"
28 
29 // Qt includes
30 #include <QGroupBox>
31 
32 // IDL includes
33 #include <SALOMEconfig.h>
34 #include CORBA_SERVER_HEADER(SMESH_Mesh)
35 
36 class QLabel;
37 
43 {
44  Q_OBJECT
45 
46 public:
47  SMESHGUI_MeshInfosBox( const bool, QWidget* );
48 
49  void SetMeshInfo( const SMESH::smIdType_array& theInfo );
50 
51 private:
52  bool myFull;
94 };
95 
96 #endif // SMESHGUI_MeshInfosBox_H
#define SMESHGUI_EXPORT
Definition: SMESH_SMESHGUI.hxx:36
Box showing mesh info.
Definition: SMESHGUI_MeshInfosBox.h:43
QLabel * myNbHexa
Definition: SMESHGUI_MeshInfosBox.h:74
QLabel * myNbLinQuad
Definition: SMESHGUI_MeshInfosBox.h:64
QLabel * myNbBiQuadVolum
Definition: SMESHGUI_MeshInfosBox.h:91
QLabel * myNbPolyg
Definition: SMESHGUI_MeshInfosBox.h:71
QLabel * myNbEdge
Definition: SMESHGUI_MeshInfosBox.h:56
QLabel * myNbLinPrism
Definition: SMESHGUI_MeshInfosBox.h:85
QLabel * my0DElem
Definition: SMESHGUI_MeshInfosBox.h:54
QLabel * myNbLinHexa
Definition: SMESHGUI_MeshInfosBox.h:75
QLabel * myNbBiQuadQuad
Definition: SMESHGUI_MeshInfosBox.h:66
QLabel * myNbBiQuadFace
Definition: SMESHGUI_MeshInfosBox.h:70
QLabel * myNbBiQuadHexa
Definition: SMESHGUI_MeshInfosBox.h:77
QLabel * myNbLinEdge
Definition: SMESHGUI_MeshInfosBox.h:57
bool myFull
Definition: SMESHGUI_MeshInfosBox.h:52
QLabel * myNbQuadFace
Definition: SMESHGUI_MeshInfosBox.h:69
QLabel * myNbHexaPrism
Definition: SMESHGUI_MeshInfosBox.h:92
QLabel * myNbTetra
Definition: SMESHGUI_MeshInfosBox.h:78
QLabel * myNbQuadQuad
Definition: SMESHGUI_MeshInfosBox.h:65
QLabel * myNbQuad
Definition: SMESHGUI_MeshInfosBox.h:63
QLabel * myNbPrism
Definition: SMESHGUI_MeshInfosBox.h:84
QLabel * myNbLinFace
Definition: SMESHGUI_MeshInfosBox.h:68
QLabel * myNbQuadTetra
Definition: SMESHGUI_MeshInfosBox.h:80
QLabel * myNbFace
Definition: SMESHGUI_MeshInfosBox.h:67
QLabel * myNbVolum
Definition: SMESHGUI_MeshInfosBox.h:88
QLabel * myNbQuadHexa
Definition: SMESHGUI_MeshInfosBox.h:76
QLabel * myNbQuadPolyg
Definition: SMESHGUI_MeshInfosBox.h:73
QLabel * myNbQuadVolum
Definition: SMESHGUI_MeshInfosBox.h:90
QLabel * myNbLinTetra
Definition: SMESHGUI_MeshInfosBox.h:79
QLabel * myNbPyra
Definition: SMESHGUI_MeshInfosBox.h:81
QLabel * myNbQuadPrism
Definition: SMESHGUI_MeshInfosBox.h:86
QLabel * myNbQuadPyra
Definition: SMESHGUI_MeshInfosBox.h:83
QLabel * myNbLinVolum
Definition: SMESHGUI_MeshInfosBox.h:89
QLabel * myNbPolyh
Definition: SMESHGUI_MeshInfosBox.h:93
QLabel * myNbLinPolyg
Definition: SMESHGUI_MeshInfosBox.h:72
QLabel * myNbBiQuadTrai
Definition: SMESHGUI_MeshInfosBox.h:62
QLabel * myNbLinPyra
Definition: SMESHGUI_MeshInfosBox.h:82
QLabel * myBall
Definition: SMESHGUI_MeshInfosBox.h:55
QLabel * myNbNode
Definition: SMESHGUI_MeshInfosBox.h:53
QLabel * myNbQuadEdge
Definition: SMESHGUI_MeshInfosBox.h:58
QLabel * myNbQuadTrai
Definition: SMESHGUI_MeshInfosBox.h:61
QLabel * myNbLinTrai
Definition: SMESHGUI_MeshInfosBox.h:60
QLabel * myNbBiQuadPrism
Definition: SMESHGUI_MeshInfosBox.h:87
QLabel * myNbTrai
Definition: SMESHGUI_MeshInfosBox.h:59
sequence< smIdType > smIdType_array
Definition: SMESH_Mesh.idl:45