27#ifndef SMESHGUI_ADDMESHELEMENTDLG_H
28#define SMESHGUI_ADDMESHELEMENTDLG_H
39#include <SALOMEconfig.h>
40#include CORBA_SERVER_HEADER(SMESH_Mesh)
52class LightApp_SelectionMgr;
57 struct TElementSimulation;
73 void enterEvent( QEvent* );
74 void keyPressEvent( QKeyEvent* );
75 void displaySimulation();
79 typedef QList<SMESH::SMESH_GroupBase_var>
GrpList;
120 virtual void reject();
121 void onDiameterChanged();
127 void SetEditCurrentArgument();
128 void SelectionIntoArgument();
129 void DeactivateActiveDialog();
130 void ActivateThisDialog();
131 void CheckBox(
int );
132 void onTextChange(
const QString& );
SMDSAbs_EntityType
Enumeration of entity type used in mesh info array.
Definition: SMDSAbs_ElementType.hxx:79
@ SMDSEntity_Edge
Definition: SMDSAbs_ElementType.hxx:82
#define SMESHGUI_EXPORT
Definition: SMESH_SMESHGUI.hxx:36
Definition: SMESHGUI_AddMeshElementDlg.h:65
QLabel * TextLabel_GroupName
Definition: SMESHGUI_AddMeshElementDlg.h:103
SMESHGUI_SpinBox * DiameterSpinBox
Definition: SMESHGUI_AddMeshElementDlg.h:115
SMESH::SMESH_Mesh_var myMesh
Definition: SMESHGUI_AddMeshElementDlg.h:94
QString myEntry
Definition: SMESHGUI_AddMeshElementDlg.h:97
QGroupBox * GroupButtons
Definition: SMESHGUI_AddMeshElementDlg.h:105
QLabel * TextLabelC1A1
Definition: SMESHGUI_AddMeshElementDlg.h:111
QPushButton * buttonHelp
Definition: SMESHGUI_AddMeshElementDlg.h:109
QLineEdit * LineEditC1A1
Definition: SMESHGUI_AddMeshElementDlg.h:113
int myNbNodes
Definition: SMESHGUI_AddMeshElementDlg.h:91
QList< SMESH::SMESH_GroupBase_var > GrpList
Definition: SMESHGUI_AddMeshElementDlg.h:79
SMDSAbs_EntityType myGeomType
Definition: SMESHGUI_AddMeshElementDlg.h:89
LightApp_SelectionMgr * mySelectionMgr
Definition: SMESHGUI_AddMeshElementDlg.h:82
QRadioButton * Constructor1
Definition: SMESHGUI_AddMeshElementDlg.h:101
QPushButton * buttonApply
Definition: SMESHGUI_AddMeshElementDlg.h:108
GrpList myGroups
Definition: SMESHGUI_AddMeshElementDlg.h:98
SMESH::TElementSimulation * mySimulation
Definition: SMESHGUI_AddMeshElementDlg.h:96
QPushButton * buttonCancel
Definition: SMESHGUI_AddMeshElementDlg.h:107
SMESH_Actor * myActor
Definition: SMESHGUI_AddMeshElementDlg.h:95
int myNbOkNodes
Definition: SMESHGUI_AddMeshElementDlg.h:83
QString myHelpFileName
Definition: SMESHGUI_AddMeshElementDlg.h:117
QGroupBox * GroupC1
Definition: SMESHGUI_AddMeshElementDlg.h:110
QGroupBox * GroupConstructors
Definition: SMESHGUI_AddMeshElementDlg.h:100
bool myIsPoly
Definition: SMESHGUI_AddMeshElementDlg.h:92
QPushButton * SelectButtonC1A1
Definition: SMESHGUI_AddMeshElementDlg.h:112
SVTK_Selector * mySelector
Definition: SMESHGUI_AddMeshElementDlg.h:85
QComboBox * ComboBox_GroupName
Definition: SMESHGUI_AddMeshElementDlg.h:104
SMESHGUI * mySMESHGUI
Definition: SMESHGUI_AddMeshElementDlg.h:81
bool myBusy
Definition: SMESHGUI_AddMeshElementDlg.h:84
QPushButton * buttonOk
Definition: SMESHGUI_AddMeshElementDlg.h:106
QLineEdit * myEditCurrentArgument
Definition: SMESHGUI_AddMeshElementDlg.h:87
QCheckBox * ReverseOrDulicate
Definition: SMESHGUI_AddMeshElementDlg.h:114
int myElementType
Definition: SMESHGUI_AddMeshElementDlg.h:90
QGroupBox * GroupGroups
Definition: SMESHGUI_AddMeshElementDlg.h:102
Definition: SMESHGUI_SpinBox.h:48
Definition: SMESHGUI.h:84
Definition: SMESHGUI_AddMeshElementDlg.cxx:97
Definition: SMESH_Actor.h:56
Definition: SMESH_ControlsClassifier.cxx:39