Salome HOME
Merge from V6_main 11/02/2013
[modules/geom.git] / src / MeasureGUI / MeasureGUI_Widgets.h
1 // Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18
19 // File   : MeasureGUI_Widgets.h
20 // Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
21
22 #ifndef MEASUREGUI_WIDGETS_H
23 #define MEASUREGUI_WIDGETS_H
24
25 //////////////////////////////////////////
26 // MeasureGUI_1Sel12LineEdit
27 //////////////////////////////////////////
28
29 #include "ui_MeasureGUI_1Sel12LineEdit_QTD.h"
30
31 class MeasureGUI_1Sel12LineEdit : public QWidget, 
32                                   public Ui::MeasureGUI_1Sel12LineEdit_QTD
33 {
34   Q_OBJECT
35
36 public:
37   MeasureGUI_1Sel12LineEdit( QWidget* = 0, Qt::WindowFlags = 0 );
38   ~MeasureGUI_1Sel12LineEdit();
39 };
40
41 //////////////////////////////////////////
42 // MeasureGUI_1Sel1TextView1Check
43 //////////////////////////////////////////
44
45 #include "ui_MeasureGUI_1Sel1TextView1Check_QTD.h"
46
47 class MeasureGUI_1Sel1TextView1Check : public QWidget, 
48                                        public Ui::MeasureGUI_1Sel1TextView1Check_QTD
49 {
50   Q_OBJECT
51
52 public:
53   MeasureGUI_1Sel1TextView1Check( QWidget* = 0, Qt::WindowFlags = 0 );
54   ~MeasureGUI_1Sel1TextView1Check();
55 };
56
57 //////////////////////////////////////////
58 // MeasureGUI_1Sel1TextView2ListBox
59 //////////////////////////////////////////
60
61 #include "ui_MeasureGUI_1Sel1TextView2ListBox_QTD.h"
62
63 class MeasureGUI_1Sel1TextView2ListBox : public QWidget, 
64                                          public Ui::MeasureGUI_1Sel1TextView2ListBox_QTD
65 {
66   Q_OBJECT
67
68 public:
69   MeasureGUI_1Sel1TextView2ListBox( QWidget* = 0, Qt::WindowFlags = 0 );
70   ~MeasureGUI_1Sel1TextView2ListBox();
71 };
72
73 //////////////////////////////////////////
74 // MeasureGUI_1Sel1TextView
75 //////////////////////////////////////////
76
77 #include "ui_MeasureGUI_1Sel1TextView_QTD.h"
78
79 class MeasureGUI_1Sel1TextView : public QWidget, 
80                                  public Ui::MeasureGUI_1Sel1TextView_QTD
81 {
82   Q_OBJECT
83
84 public:
85   MeasureGUI_1Sel1TextView( QWidget* = 0, Qt::WindowFlags = 0 );
86   ~MeasureGUI_1Sel1TextView();
87 };
88
89 //////////////////////////////////////////
90 // MeasureGUI_1Sel3LineEdit
91 //////////////////////////////////////////
92
93 #include "ui_MeasureGUI_1Sel3LineEdit_QTD.h"
94
95 class MeasureGUI_1Sel3LineEdit : public QWidget, 
96                                  public Ui::MeasureGUI_1Sel3LineEdit_QTD
97 {
98   Q_OBJECT
99
100 public:
101   MeasureGUI_1Sel3LineEdit( QWidget* = 0, Qt::WindowFlags = 0 );
102   ~MeasureGUI_1Sel3LineEdit();
103 };
104
105 //////////////////////////////////////////
106 // MeasureGUI_1Sel6LineEdit
107 //////////////////////////////////////////
108
109 #include "ui_MeasureGUI_1Sel6LineEdit_QTD.h"
110
111 class MeasureGUI_1Sel6LineEdit : public QWidget, 
112                                  public Ui::MeasureGUI_1Sel6LineEdit_QTD
113 {
114   Q_OBJECT
115
116 public:
117   MeasureGUI_1Sel6LineEdit( QWidget* = 0, Qt::WindowFlags = 0 );
118   ~MeasureGUI_1Sel6LineEdit();
119 };
120
121 //////////////////////////////////////////
122 // MeasureGUI_2Sel1LineEdit
123 //////////////////////////////////////////
124
125 #include "ui_MeasureGUI_2Sel1LineEdit_QTD.h"
126
127 class MeasureGUI_2Sel1LineEdit : public QWidget, 
128                                  public Ui::MeasureGUI_2Sel1LineEdit_QTD
129 {
130   Q_OBJECT
131
132 public:
133   MeasureGUI_2Sel1LineEdit( QWidget* = 0, Qt::WindowFlags = 0 );
134   ~MeasureGUI_2Sel1LineEdit();
135 };
136
137 //////////////////////////////////////////
138 // MeasureGUI_SkeletonBox
139 //////////////////////////////////////////
140
141 #include "ui_MeasureGUI_SkeletonBox_QTD.h"
142
143 class MeasureGUI_SkeletonBox : public QWidget, 
144                                public Ui::MeasureGUI_SkeletonBox_QTD
145 {
146   Q_OBJECT
147
148 public:
149   MeasureGUI_SkeletonBox( QWidget* = 0, Qt::WindowFlags = 0 );
150   ~MeasureGUI_SkeletonBox();
151 };
152
153 #endif // MEASUREGUI_WIDGETS_H