Salome HOME
Update copyright information
[modules/geom.git] / src / MeasureGUI / MeasureGUI_Widgets.h
1 //  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, 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.
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 // File   : MeasureGUI_Widgets.h
23 // Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
24 //
25 #ifndef MEASUREGUI_WIDGETS_H
26 #define MEASUREGUI_WIDGETS_H
27
28 //////////////////////////////////////////
29 // MeasureGUI_1Sel12LineEdit
30 //////////////////////////////////////////
31
32 #include "ui_MeasureGUI_1Sel12LineEdit_QTD.h"
33
34 class MeasureGUI_1Sel12LineEdit : public QWidget, 
35                                   public Ui::MeasureGUI_1Sel12LineEdit_QTD
36 {
37   Q_OBJECT
38
39 public:
40   MeasureGUI_1Sel12LineEdit( QWidget* = 0, Qt::WindowFlags = 0 );
41   ~MeasureGUI_1Sel12LineEdit();
42 };
43
44 //////////////////////////////////////////
45 // MeasureGUI_1Sel1TextView1Check
46 //////////////////////////////////////////
47
48 #include "ui_MeasureGUI_1Sel1TextView1Check_QTD.h"
49
50 class MeasureGUI_1Sel1TextView1Check : public QWidget, 
51                                        public Ui::MeasureGUI_1Sel1TextView1Check_QTD
52 {
53   Q_OBJECT
54
55 public:
56   MeasureGUI_1Sel1TextView1Check( QWidget* = 0, Qt::WindowFlags = 0 );
57   ~MeasureGUI_1Sel1TextView1Check();
58 };
59
60 //////////////////////////////////////////
61 // MeasureGUI_1Sel1TextView2ListBox
62 //////////////////////////////////////////
63
64 #include "ui_MeasureGUI_1Sel1TextView2ListBox_QTD.h"
65
66 class MeasureGUI_1Sel1TextView2ListBox : public QWidget, 
67                                          public Ui::MeasureGUI_1Sel1TextView2ListBox_QTD
68 {
69   Q_OBJECT
70
71 public:
72   MeasureGUI_1Sel1TextView2ListBox( QWidget* = 0, Qt::WindowFlags = 0 );
73   ~MeasureGUI_1Sel1TextView2ListBox();
74 };
75
76 //////////////////////////////////////////
77 // MeasureGUI_1Sel1TextView
78 //////////////////////////////////////////
79
80 #include "ui_MeasureGUI_1Sel1TextView_QTD.h"
81
82 class MeasureGUI_1Sel1TextView : public QWidget, 
83                                  public Ui::MeasureGUI_1Sel1TextView_QTD
84 {
85   Q_OBJECT
86
87 public:
88   MeasureGUI_1Sel1TextView( QWidget* = 0, Qt::WindowFlags = 0 );
89   ~MeasureGUI_1Sel1TextView();
90 };
91
92 //////////////////////////////////////////
93 // MeasureGUI_1Sel3LineEdit
94 //////////////////////////////////////////
95
96 #include "ui_MeasureGUI_1Sel3LineEdit_QTD.h"
97
98 class MeasureGUI_1Sel3LineEdit : public QWidget, 
99                                  public Ui::MeasureGUI_1Sel3LineEdit_QTD
100 {
101   Q_OBJECT
102
103 public:
104   MeasureGUI_1Sel3LineEdit( QWidget* = 0, Qt::WindowFlags = 0 );
105   ~MeasureGUI_1Sel3LineEdit();
106 };
107
108 //////////////////////////////////////////
109 // MeasureGUI_1Sel6LineEdit
110 //////////////////////////////////////////
111
112 #include "ui_MeasureGUI_1Sel6LineEdit_QTD.h"
113
114 class MeasureGUI_1Sel6LineEdit : public QWidget, 
115                                  public Ui::MeasureGUI_1Sel6LineEdit_QTD
116 {
117   Q_OBJECT
118
119 public:
120   MeasureGUI_1Sel6LineEdit( QWidget* = 0, Qt::WindowFlags = 0 );
121   ~MeasureGUI_1Sel6LineEdit();
122 };
123
124 //////////////////////////////////////////
125 // MeasureGUI_2Sel1LineEdit
126 //////////////////////////////////////////
127
128 #include "ui_MeasureGUI_2Sel1LineEdit_QTD.h"
129
130 class MeasureGUI_2Sel1LineEdit : public QWidget, 
131                                  public Ui::MeasureGUI_2Sel1LineEdit_QTD
132 {
133   Q_OBJECT
134
135 public:
136   MeasureGUI_2Sel1LineEdit( QWidget* = 0, Qt::WindowFlags = 0 );
137   ~MeasureGUI_2Sel1LineEdit();
138 };
139
140 //////////////////////////////////////////
141 // MeasureGUI_2Sel4LineEdit
142 //////////////////////////////////////////
143
144 #include "ui_MeasureGUI_2Sel4LineEdit_QTD.h"
145
146 class MeasureGUI_2Sel4LineEdit : public QWidget, 
147                                  public Ui::MeasureGUI_2Sel4LineEdit_QTD
148 {
149   Q_OBJECT
150
151 public:
152   MeasureGUI_2Sel4LineEdit( QWidget* = 0, Qt::WindowFlags = 0 );
153   ~MeasureGUI_2Sel4LineEdit();
154 };
155
156 //////////////////////////////////////////
157 // MeasureGUI_SkeletonBox
158 //////////////////////////////////////////
159
160 #include "ui_MeasureGUI_SkeletonBox_QTD.h"
161
162 class MeasureGUI_SkeletonBox : public QWidget, 
163                                public Ui::MeasureGUI_SkeletonBox_QTD
164 {
165   Q_OBJECT
166
167 public:
168   MeasureGUI_SkeletonBox( QWidget* = 0, Qt::WindowFlags = 0 );
169   ~MeasureGUI_SkeletonBox();
170 };
171
172 #endif // MEASUREGUI_WIDGETS_H