Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/geom.git] / src / MeasureGUI / MeasureGUI_Widgets.cxx
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.cxx
23 // Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
24 //
25 #include "MeasureGUI_Widgets.h"
26
27 //////////////////////////////////////////
28 // MeasureGUI_1Sel12LineEdit
29 //////////////////////////////////////////
30
31 MeasureGUI_1Sel12LineEdit::MeasureGUI_1Sel12LineEdit( QWidget* parent, Qt::WindowFlags f )
32 : QWidget( parent, f )
33 {
34   setupUi( this );
35 }
36 MeasureGUI_1Sel12LineEdit::~MeasureGUI_1Sel12LineEdit()
37 {
38 }
39
40 //////////////////////////////////////////
41 // MeasureGUI_1Sel1TextView1Check
42 //////////////////////////////////////////
43
44 MeasureGUI_1Sel1TextView1Check::MeasureGUI_1Sel1TextView1Check( QWidget* parent, 
45                                                                 Qt::WindowFlags f )
46 : QWidget( parent, f )
47 {
48   setupUi( this );
49 }
50
51 MeasureGUI_1Sel1TextView1Check::~MeasureGUI_1Sel1TextView1Check()
52 {
53 }
54
55 //////////////////////////////////////////
56 // MeasureGUI_1Sel1TextView2ListBox
57 //////////////////////////////////////////
58
59 MeasureGUI_1Sel1TextView2ListBox::MeasureGUI_1Sel1TextView2ListBox( QWidget* parent, 
60                                                                     Qt::WindowFlags f )
61 : QWidget( parent, f )
62 {
63   setupUi( this );
64 }
65
66 MeasureGUI_1Sel1TextView2ListBox::~MeasureGUI_1Sel1TextView2ListBox()
67 {
68 }
69
70 //////////////////////////////////////////
71 // MeasureGUI_1Sel1TextView
72 //////////////////////////////////////////
73
74 MeasureGUI_1Sel1TextView::MeasureGUI_1Sel1TextView( QWidget* parent, Qt::WindowFlags f )
75 : QWidget( parent, f )
76 {
77   setupUi( this );
78 }
79
80 MeasureGUI_1Sel1TextView::~MeasureGUI_1Sel1TextView()
81 {
82 }
83
84 //////////////////////////////////////////
85 // MeasureGUI_1Sel3LineEdit
86 //////////////////////////////////////////
87
88 MeasureGUI_1Sel3LineEdit::MeasureGUI_1Sel3LineEdit( QWidget* parent, Qt::WindowFlags f )
89 : QWidget( parent, f )
90 {
91   setupUi( this );
92 }
93
94 MeasureGUI_1Sel3LineEdit::~MeasureGUI_1Sel3LineEdit()
95 {
96 }
97
98 //////////////////////////////////////////
99 // MeasureGUI_1Sel6LineEdit
100 //////////////////////////////////////////
101
102 MeasureGUI_1Sel6LineEdit::MeasureGUI_1Sel6LineEdit( QWidget* parent, Qt::WindowFlags f )
103 : QWidget( parent, f )
104 {
105   setupUi( this );
106 }
107
108 MeasureGUI_1Sel6LineEdit::~MeasureGUI_1Sel6LineEdit()
109 {
110 }
111
112 //////////////////////////////////////////
113 // MeasureGUI_2Sel1LineEdit
114 //////////////////////////////////////////
115
116 MeasureGUI_2Sel1LineEdit::MeasureGUI_2Sel1LineEdit( QWidget* parent, Qt::WindowFlags f )
117 : QWidget( parent, f )
118 {
119   setupUi( this );
120 }
121
122 MeasureGUI_2Sel1LineEdit::~MeasureGUI_2Sel1LineEdit()
123 {
124 }
125
126 //////////////////////////////////////////
127 // MeasureGUI_2Sel4LineEdit
128 //////////////////////////////////////////
129
130 MeasureGUI_2Sel4LineEdit::MeasureGUI_2Sel4LineEdit( QWidget* parent, Qt::WindowFlags f )
131 : QWidget( parent, f )
132 {
133   setupUi( this );
134 }
135
136 MeasureGUI_2Sel4LineEdit::~MeasureGUI_2Sel4LineEdit()
137 {
138 }
139
140 //////////////////////////////////////////
141 // MeasureGUI_SkeletonBox
142 //////////////////////////////////////////
143
144 MeasureGUI_SkeletonBox::MeasureGUI_SkeletonBox( QWidget* parent, Qt::WindowFlags f )
145 : QWidget( parent, f )
146 {
147   setupUi( this );
148 }
149
150 MeasureGUI_SkeletonBox::~MeasureGUI_SkeletonBox()
151 {
152 }