Version: 9.12.0
SMESHGUI_AddQuadraticElementDlg.h
Go to the documentation of this file.
1 // Copyright (C) 2007-2023 CEA, EDF, OPEN CASCADE
2 //
3 // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 // This library is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU Lesser General Public
8 // License as published by the Free Software Foundation; either
9 // version 2.1 of the License, or (at your option) any later version.
10 //
11 // This library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 // Lesser General Public License for more details.
15 //
16 // You should have received a copy of the GNU Lesser General Public
17 // License along with this library; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 //
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 
23 // SMESH SMESHGUI : GUI for SMESH component
24 // File : SMESHGUI_AddMeshElementDlg.h
25 // Author : Nicolas REJNERI, Open CASCADE S.A.S.
26 //
27 #ifndef SMESHGUI_ADDQUADRATICELEMENTDLG_H
28 #define SMESHGUI_ADDQUADRATICELEMENTDLG_H
29 
30 // SMESH includes
31 #include "SMESH_SMESHGUI.hxx"
32 #include "SMDSAbs_ElementType.hxx"
33 
34 // Qt includes
35 #include <QDialog>
36 
37 // IDL includes
38 #include <SALOMEconfig.h>
39 #include CORBA_SERVER_HEADER(SMESH_Mesh)
40 
41 class QComboBox;
42 class QFrame;
43 class QGroupBox;
44 class QLabel;
45 class QLineEdit;
46 class QPushButton;
47 class QRadioButton;
48 class QCheckBox;
49 class QTableWidget;
50 class SMESHGUI;
51 class SMESH_Actor;
52 class SVTK_Selector;
53 class LightApp_SelectionMgr;
54 
55 namespace SMESH
56 {
57  struct TElementSimulationQuad;
58 }
59 
60 //=================================================================================
61 // class : SMESHGUI_AddQuadraticElementDlg
62 // purpose :
63 //=================================================================================
65 {
66  Q_OBJECT
67 
68 public:
71 
72 private:
73  typedef QList<SMESH::SMESH_GroupBase_var> GrpList;
74 
75  void Init();
76  void enterEvent( QEvent* ); /* mouse enter the QWidget */
77  void keyPressEvent( QKeyEvent* );
78  void displaySimulation();
79  void UpdateTable( bool = true );
80  bool IsValid();
81  void updateButtons();
82 
83  bool isValid();
84 
85  SMESHGUI* mySMESHGUI; /* Current SMESHGUI object */
86  LightApp_SelectionMgr* mySelectionMgr; /* User shape selection */
87  int myNbCorners; /* The required number of corners */
90  bool myBusy;
91  SVTK_Selector* mySelector;
92 
93  SMESH::SMESH_Mesh_var myMesh;
96  QString myEntry;
98 
100  QLineEdit* myCurrentLineEdit;
101 
103  QRadioButton* myRadioButton1;
104 
106  QPushButton* myCornerSelectButton;
107  QLineEdit* myCornerNodes;
109  QPushButton* myMidFaceSelectButton;
110  QLineEdit* myMidFaceNodes;
112  QPushButton* myCenterSelectButton;
113  QLineEdit* myCenterNode;
115  QCheckBox* myReverseCB;
116 
120 
122  QPushButton* buttonOk;
123  QPushButton* buttonCancel;
124  QPushButton* buttonApply;
125  QPushButton* buttonHelp;
126 
127  QString myHelpFileName;
128 
129 protected slots:
130  virtual void reject();
131 
132 private slots:
133  void onTextChange( const QString& );
134  void onCellTextChange( int, int );
135  void onReverse( int );
136  void onCellDoubleClicked( int, int );
137 
138  void ClickOnOk();
139  bool ClickOnApply();
140  void ClickOnHelp();
141  void SetCurrentSelection();
142  void SelectionIntoArgument();
143  void DeactivateActiveDialog();
144  void ActivateThisDialog();
145  void onOpenView();
146  void onCloseView();
147 };
148 
149 #endif // SMESHGUI_ADDQUADRATICELEMENTDLG_H
SMDSAbs_EntityType
Enumeration of entity type used in mesh info array.
Definition: SMDSAbs_ElementType.hxx:79
#define SMESHGUI_EXPORT
Definition: SMESH_SMESHGUI.hxx:36
Definition: SMESHGUI_AddQuadraticElementDlg.h:65
QComboBox * ComboBox_GroupName
Definition: SMESHGUI_AddQuadraticElementDlg.h:119
QString myHelpFileName
Definition: SMESHGUI_AddQuadraticElementDlg.h:127
QGroupBox * GroupButtons
Definition: SMESHGUI_AddQuadraticElementDlg.h:121
QPushButton * myCornerSelectButton
Definition: SMESHGUI_AddQuadraticElementDlg.h:106
QCheckBox * myReverseCB
Definition: SMESHGUI_AddQuadraticElementDlg.h:115
QLineEdit * myCornerNodes
Definition: SMESHGUI_AddQuadraticElementDlg.h:107
QLabel * myCenterLabel
Definition: SMESHGUI_AddQuadraticElementDlg.h:111
QLineEdit * myCurrentLineEdit
Definition: SMESHGUI_AddQuadraticElementDlg.h:100
QLineEdit * myMidFaceNodes
Definition: SMESHGUI_AddQuadraticElementDlg.h:110
GrpList myGroups
Definition: SMESHGUI_AddQuadraticElementDlg.h:97
QGroupBox * GroupGroups
Definition: SMESHGUI_AddQuadraticElementDlg.h:117
bool myBusy
Definition: SMESHGUI_AddQuadraticElementDlg.h:90
QGroupBox * GroupConstructors
Definition: SMESHGUI_AddQuadraticElementDlg.h:102
QLabel * TextLabel_GroupName
Definition: SMESHGUI_AddQuadraticElementDlg.h:118
QTableWidget * myTable
Definition: SMESHGUI_AddQuadraticElementDlg.h:114
SMESH::TElementSimulationQuad * mySimulation
Definition: SMESHGUI_AddQuadraticElementDlg.h:95
QPushButton * buttonOk
Definition: SMESHGUI_AddQuadraticElementDlg.h:122
SMESHGUI * mySMESHGUI
Definition: SMESHGUI_AddQuadraticElementDlg.h:85
SVTK_Selector * mySelector
Definition: SMESHGUI_AddQuadraticElementDlg.h:91
SMESH::SMESH_Mesh_var myMesh
Definition: SMESHGUI_AddQuadraticElementDlg.h:93
QPushButton * myMidFaceSelectButton
Definition: SMESHGUI_AddQuadraticElementDlg.h:109
QGroupBox * GroupArguments
Definition: SMESHGUI_AddQuadraticElementDlg.h:105
QPushButton * buttonHelp
Definition: SMESHGUI_AddQuadraticElementDlg.h:125
QList< SMESH::SMESH_GroupBase_var > GrpList
Definition: SMESHGUI_AddQuadraticElementDlg.h:73
QPushButton * buttonApply
Definition: SMESHGUI_AddQuadraticElementDlg.h:124
QLabel * myMidFaceLabel
Definition: SMESHGUI_AddQuadraticElementDlg.h:108
int myNbCenterNodes
Definition: SMESHGUI_AddQuadraticElementDlg.h:89
SMDSAbs_EntityType myGeomType
Definition: SMESHGUI_AddQuadraticElementDlg.h:99
QPushButton * buttonCancel
Definition: SMESHGUI_AddQuadraticElementDlg.h:123
QLineEdit * myCenterNode
Definition: SMESHGUI_AddQuadraticElementDlg.h:113
LightApp_SelectionMgr * mySelectionMgr
Definition: SMESHGUI_AddQuadraticElementDlg.h:86
SMESH_Actor * myActor
Definition: SMESHGUI_AddQuadraticElementDlg.h:94
int myNbMidFaceNodes
Definition: SMESHGUI_AddQuadraticElementDlg.h:88
QPushButton * myCenterSelectButton
Definition: SMESHGUI_AddQuadraticElementDlg.h:112
QRadioButton * myRadioButton1
Definition: SMESHGUI_AddQuadraticElementDlg.h:103
int myNbCorners
Definition: SMESHGUI_AddQuadraticElementDlg.h:87
QString myEntry
Definition: SMESHGUI_AddQuadraticElementDlg.h:96
Definition: SMESHGUI.h:84
Definition: SMESHGUI_AddQuadraticElementDlg.cxx:143
Definition: SMESH_Actor.h:55
Definition: SMESH_ControlsDef.hxx:64
bool IsValid(SALOME_Actor *theActor, int theCellId, SVTK_Selector *theSelector)
Definition: SMESHGUI_VTKUtils.cxx:1143