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