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