Version: 9.16.0
SMESHGUI_NodesDlg.h
Go to the documentation of this file.
1// Copyright (C) 2007-2026 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_NodesDlg.h
25// Author : Nicolas REJNERI, Open CASCADE S.A.S.
26//
27#ifndef SMESHGUI_NODESDLG_H
28#define SMESHGUI_NODESDLG_H
29
30// SMESH includes
31#include "SMESH_SMESHGUI.hxx"
32
33// Qt includes
34#include <QDialog>
35
36// IDL includes
37#include <SALOMEconfig.h>
38#include CORBA_SERVER_HEADER(SMESH_Mesh)
39
40class QComboBox;
41class QGroupBox;
42class QLabel;
43class QPushButton;
44class QRadioButton;
45
46class SMESHGUI;
47class SVTK_Selector;
49class LightApp_SelectionMgr;
50
51namespace SMESH
52{
53 struct TNodeSimulation;
54}
55
56//=================================================================================
57// class : SMESHGUI_NodesDlg
58// purpose :
59//=================================================================================
61{
62 Q_OBJECT
63
64public:
67
68private:
69 typedef QList<SMESH::SMESH_GroupBase_var> GrpList;
70
71 LightApp_SelectionMgr* mySelectionMgr;
72 SVTK_Selector* mySelector;
74
75 SMESH::SMESH_Mesh_var myMesh;
77 QString myEntry;
79
80 void Init();
81 void enterEvent( QEvent* );
82 void keyPressEvent( QKeyEvent* );
83
84 bool isValid();
85
87 QRadioButton* Constructor1;
92
96
100
102 QPushButton* buttonApply;
103 QPushButton* buttonOk;
104 QPushButton* buttonCancel;
105 QPushButton* buttonHelp;
106
108
109protected slots:
110 virtual void reject();
111
112private slots:
113 void ClickOnOk();
114 bool ClickOnApply();
115 void ClickOnHelp();
116 void DeactivateActiveDialog();
117 void ActivateThisDialog();
118 void SelectionIntoArgument();
119 void ValueChangedInSpinBox( double );
120 void onOpenView();
121 void onCloseView();
122};
123
124#endif // SMESHGUI_NODESDLG_H
#define SMESHGUI_EXPORT
Definition: SMESH_SMESHGUI.hxx:36
Definition: SMESHGUI_NodesDlg.h:61
QGroupBox * GroupGroups
Definition: SMESHGUI_NodesDlg.h:97
QGroupBox * GroupConstructors
Definition: SMESHGUI_NodesDlg.h:86
QString myHelpFileName
Definition: SMESHGUI_NodesDlg.h:107
QPushButton * buttonApply
Definition: SMESHGUI_NodesDlg.h:102
QLabel * TextLabel_Y
Definition: SMESHGUI_NodesDlg.h:94
SMESHGUI_SpinBox * SpinBox_X
Definition: SMESHGUI_NodesDlg.h:89
SMESH::TNodeSimulation * mySimulation
Definition: SMESHGUI_NodesDlg.h:76
GrpList myGroups
Definition: SMESHGUI_NodesDlg.h:78
LightApp_SelectionMgr * mySelectionMgr
Definition: SMESHGUI_NodesDlg.h:71
QLabel * TextLabel_Z
Definition: SMESHGUI_NodesDlg.h:95
QLabel * TextLabel_GroupName
Definition: SMESHGUI_NodesDlg.h:98
QGroupBox * GroupButtons
Definition: SMESHGUI_NodesDlg.h:101
QPushButton * buttonHelp
Definition: SMESHGUI_NodesDlg.h:105
QPushButton * buttonOk
Definition: SMESHGUI_NodesDlg.h:103
SMESHGUI_SpinBox * SpinBox_Z
Definition: SMESHGUI_NodesDlg.h:91
SMESHGUI_SpinBox * SpinBox_Y
Definition: SMESHGUI_NodesDlg.h:90
QRadioButton * Constructor1
Definition: SMESHGUI_NodesDlg.h:87
QString myEntry
Definition: SMESHGUI_NodesDlg.h:77
QList< SMESH::SMESH_GroupBase_var > GrpList
Definition: SMESHGUI_NodesDlg.h:69
SVTK_Selector * mySelector
Definition: SMESHGUI_NodesDlg.h:72
SMESHGUI * mySMESHGUI
Definition: SMESHGUI_NodesDlg.h:73
QComboBox * ComboBox_GroupName
Definition: SMESHGUI_NodesDlg.h:99
SMESH::SMESH_Mesh_var myMesh
Definition: SMESHGUI_NodesDlg.h:75
QGroupBox * GroupCoordinates
Definition: SMESHGUI_NodesDlg.h:88
QPushButton * buttonCancel
Definition: SMESHGUI_NodesDlg.h:104
QLabel * TextLabel_X
Definition: SMESHGUI_NodesDlg.h:93
Definition: SMESHGUI_SpinBox.h:48
Definition: SMESHGUI.h:84
Definition: SMESHGUI_NodesDlg.cxx:122
Definition: SMESH_ControlsClassifier.cxx:39