Version: 9.12.0
StdMeshersGUI_NbSegmentsCreator.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 // File : StdMeshersGUI_NbSegmentsCreator.h
24 // Author : Open CASCADE S.A.S.
25 //
26 #ifndef STDMESHERSGUI_NBSEGMENTSCREATOR_H
27 #define STDMESHERSGUI_NBSEGMENTSCREATOR_H
28 
29 // SMESH includes
30 #include "SMESH_StdMeshersGUI.hxx"
31 
33 
34 // IDL includes
35 #include <SALOMEconfig.h>
36 #include CORBA_SERVER_HEADER(SMESH_Mesh)
37 
38 class SalomeApp_IntSpinBox;
39 class QtxComboBox;
40 class SMESHGUI_SpinBox;
42 #ifndef DISABLE_PLOT2DVIEWER
44 #endif
45 class QLineEdit;
46 class QButtonGroup;
47 class QGroupBox;
48 class QGridLayout;
49 class QRadioButton;
52 
53 typedef struct
54 {
55  int myNbSeg, myDistrType, myConv;
56  double myScale;
58  QString myName, myExpr;
59  QString myNbSegVarName, myScaleVarName;
60 
62 
64 {
65  Q_OBJECT
66 
67 public:
70 
71  virtual bool checkParams( QString& ) const;
72 
73 protected:
74  virtual QFrame* buildFrame();
75  virtual void retrieveParams() const;
76  virtual QString storeParams() const;
77 
78 protected slots:
79  virtual void onValueChanged();
80 
81 private:
82  bool readParamsFromHypo( NbSegmentsHypothesisData& ) const;
83  bool readParamsFromWidgets( NbSegmentsHypothesisData& ) const;
84  bool storeParamsToHypo( const NbSegmentsHypothesisData& ) const;
85 
86 private:
87  SalomeApp_IntSpinBox* myNbSeg;
88  QtxComboBox* myDistr;
91 #ifndef DISABLE_PLOT2DVIEWER
93 #endif
94  QLineEdit *myName, *myExpr;
96  QButtonGroup* myConv;
97  QLabel *myLScale, *myLTable, *myLExpr, *myInfo;
98  QGridLayout* myGroupLayout;
99  int myTableRow, myPreviewRow;
100  //QRadioButton* myCutNeg;
102 
105 };
106 
107 #endif // STDMESHERSGUI_NBSEGMENTSCREATOR_H
#define STDMESHERSGUI_EXPORT
Definition: SMESH_StdMeshersGUI.hxx:36
virtual void onValueChanged()
Definition: SMESHGUI_Hypotheses.cxx:274
Definition: SMESHGUI_SpinBox.h:48
Definition: StdMeshersGUI_DistrPreview.h:49
Distribution table widget.
Definition: StdMeshersGUI_DistrTable.h:44
Definition: StdMeshersGUI_NbSegmentsCreator.h:64
StdMeshersGUI_DistrPreview * myPreview
Definition: StdMeshersGUI_NbSegmentsCreator.h:92
SMESHGUI_SpinBox * myScale
Definition: StdMeshersGUI_NbSegmentsCreator.h:89
int myPreviewRow
Definition: StdMeshersGUI_NbSegmentsCreator.h:99
SalomeApp_IntSpinBox * myNbSeg
Definition: StdMeshersGUI_NbSegmentsCreator.h:87
QGridLayout * myGroupLayout
Definition: StdMeshersGUI_NbSegmentsCreator.h:98
QLabel * myInfo
Definition: StdMeshersGUI_NbSegmentsCreator.h:97
QButtonGroup * myConv
Definition: StdMeshersGUI_NbSegmentsCreator.h:96
QGroupBox * myReversedEdgesBox
Definition: StdMeshersGUI_NbSegmentsCreator.h:101
QtxComboBox * myDistr
Definition: StdMeshersGUI_NbSegmentsCreator.h:88
StdMeshersGUI_PropagationHelperWdg * myReversedEdgesHelper
Definition: StdMeshersGUI_NbSegmentsCreator.h:104
QGroupBox * myConvBox
Definition: StdMeshersGUI_NbSegmentsCreator.h:95
QLineEdit * myExpr
Definition: StdMeshersGUI_NbSegmentsCreator.h:94
StdMeshersGUI_DistrTableFrame * myTable
Definition: StdMeshersGUI_NbSegmentsCreator.h:90
StdMeshersGUI_SubShapeSelectorWdg * myDirectionWidget
Definition: StdMeshersGUI_NbSegmentsCreator.h:103
A widget showing a list of propagation chains of EDGEs.
Definition: StdMeshersGUI_PropagationHelperWdg.h:42
Class for creation of standard hypotheses.
Definition: StdMeshersGUI_StdHypothesisCreator.h:38
virtual void retrieveParams() const
Initialise parameter values in controls.
Definition: StdMeshersGUI_StdHypothesisCreator.cxx:159
virtual QFrame * buildFrame()
Builds dlg layout.
Definition: StdMeshersGUI_StdHypothesisCreator.cxx:148
virtual QString storeParams() const
Store params from GUI controls to a hypothesis.
Definition: StdMeshersGUI_StdHypothesisCreator.cxx:506
virtual bool checkParams(QString &) const
Check parameter values before accept()
Definition: StdMeshersGUI_StdHypothesisCreator.cxx:429
Definition: StdMeshersGUI_SubShapeSelectorWdg.h:49
sequence< double > double_array
Definition: SMESH_Mesh.idl:43
Definition: StdMeshersGUI_NbSegmentsCreator.h:54
QString myNbSegVarName
Definition: StdMeshersGUI_NbSegmentsCreator.h:59
SMESH::double_array myTable
Definition: StdMeshersGUI_NbSegmentsCreator.h:57
double myScale
Definition: StdMeshersGUI_NbSegmentsCreator.h:56
int myConv
Definition: StdMeshersGUI_NbSegmentsCreator.h:55
QString myExpr
Definition: StdMeshersGUI_NbSegmentsCreator.h:58