Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/geom.git] / src / DlgRef / DlgRef.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
20 // File   : DlgRef.h
21 // Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
22
23 #ifndef GEOM_DLGREF_H
24 #define GEOM_DLGREF_H
25
26 #if defined WIN32
27 #  if defined DLGREF_EXPORTS || defined DlgRef_EXPORTS
28 #    define DLGREF_EXPORT __declspec( dllexport )
29 #  else
30 #    define DLGREF_EXPORT __declspec( dllimport )
31 #  endif
32 #else
33 #  define DLGREF_EXPORT
34 #endif
35
36 //////////////////////////////////////////
37 // DlgRef_1List1Spin1Btn
38 //////////////////////////////////////////
39
40 #include "ui_DlgRef_1List1Spin1Btn_QTD.h"
41
42 class DLGREF_EXPORT DlgRef_1List1Spin1Btn : public QWidget, 
43                                             public Ui::DlgRef_1List1Spin1Btn_QTD
44 {
45   Q_OBJECT
46
47 public:
48   DlgRef_1List1Spin1Btn( QWidget* = 0, Qt::WindowFlags = 0 );
49   ~DlgRef_1List1Spin1Btn();
50 };
51
52 //////////////////////////////////////////
53 // DlgRef_1Sel1Check1List
54 //////////////////////////////////////////
55
56 #include "ui_DlgRef_1Sel1Check1List_QTD.h"
57
58 class DLGREF_EXPORT DlgRef_1Sel1Check1List : public QWidget, 
59                                              public Ui::DlgRef_1Sel1Check1List_QTD
60 {
61   Q_OBJECT
62
63 public:
64   DlgRef_1Sel1Check1List( QWidget* = 0, Qt::WindowFlags = 0 );
65   ~DlgRef_1Sel1Check1List();
66 };
67
68 //////////////////////////////////////////
69 // DlgRef_1Sel1Check1Sel
70 //////////////////////////////////////////
71
72 #include "ui_DlgRef_1Sel1Check1Sel_QTD.h"
73
74 class DLGREF_EXPORT DlgRef_1Sel1Check1Sel : public QWidget, 
75                                             public Ui::DlgRef_1Sel1Check1Sel_QTD
76 {
77   Q_OBJECT
78
79 public:
80   DlgRef_1Sel1Check1Sel( QWidget* = 0, Qt::WindowFlags = 0 );
81   ~DlgRef_1Sel1Check1Sel();
82 };
83
84 //////////////////////////////////////////
85 // DlgRef_1Sel1Check
86 //////////////////////////////////////////
87
88 #include "ui_DlgRef_1Sel1Check_QTD.h"
89
90 class DLGREF_EXPORT DlgRef_1Sel1Check : public QWidget, 
91                                         public Ui::DlgRef_1Sel1Check_QTD
92 {
93   Q_OBJECT
94
95 public:
96   DlgRef_1Sel1Check( QWidget* = 0, Qt::WindowFlags = 0 );
97   ~DlgRef_1Sel1Check();
98 };
99
100 //////////////////////////////////////////
101 // DlgRef_1Sel1Frame
102 //////////////////////////////////////////
103
104 #include "ui_DlgRef_1Sel1Frame_QTD.h"
105
106 class DLGREF_EXPORT DlgRef_1Sel1Frame : public QWidget, 
107                                         public Ui::DlgRef_1Sel1Frame_QTD
108 {
109   Q_OBJECT
110
111 public:
112   DlgRef_1Sel1Frame( QWidget* = 0, Qt::WindowFlags = 0 );
113   ~DlgRef_1Sel1Frame();
114 };
115
116 //////////////////////////////////////////
117 // DlgRef_1Sel1List1Check3Btn
118 //////////////////////////////////////////
119
120 #include "ui_DlgRef_1Sel1List1Check3Btn_QTD.h"
121
122 class DLGREF_EXPORT DlgRef_1Sel1List1Check3Btn : public QWidget, 
123                                                  public Ui::DlgRef_1Sel1List1Check3Btn_QTD
124 {
125   Q_OBJECT
126
127 public:
128   DlgRef_1Sel1List1Check3Btn( QWidget* = 0, Qt::WindowFlags = 0 );
129   ~DlgRef_1Sel1List1Check3Btn();
130 };
131
132 //////////////////////////////////////////
133 // DlgRef_1Sel1Spin1Check
134 //////////////////////////////////////////
135
136 #include "ui_DlgRef_1Sel1Spin1Check_QTD.h"
137
138 class DLGREF_EXPORT DlgRef_1Sel1Spin1Check : public QWidget, 
139                                              public Ui::DlgRef_1Sel1Spin1Check_QTD
140 {
141   Q_OBJECT
142
143 public:
144   DlgRef_1Sel1Spin1Check( QWidget* = 0, Qt::WindowFlags = 0 );
145   ~DlgRef_1Sel1Spin1Check();
146 };
147
148 //////////////////////////////////////////
149 // DlgRef_1Sel1Spin
150 //////////////////////////////////////////
151
152 #include "ui_DlgRef_1Sel1Spin_QTD.h"
153
154 class DLGREF_EXPORT DlgRef_1Sel1Spin : public QWidget, 
155                                        public Ui::DlgRef_1Sel1Spin_QTD
156 {
157   Q_OBJECT
158
159 public:
160   DlgRef_1Sel1Spin( QWidget* = 0, Qt::WindowFlags = 0 );
161   ~DlgRef_1Sel1Spin();
162 };
163
164 //////////////////////////////////////////
165 // DlgRef_1Sel2Spin1View1Check
166 //////////////////////////////////////////
167
168 #include "ui_DlgRef_1Sel2Spin1View1Check_QTD.h"
169
170 class DLGREF_EXPORT DlgRef_1Sel2Spin1View1Check : public QWidget, 
171                                                   public Ui::DlgRef_1Sel2Spin1View1Check_QTD
172 {
173   Q_OBJECT
174
175 public:
176   DlgRef_1Sel2Spin1View1Check( QWidget* = 0, Qt::WindowFlags = 0 );
177   ~DlgRef_1Sel2Spin1View1Check();
178 };
179
180 //////////////////////////////////////////
181 // DlgRef_1Sel2Spin
182 //////////////////////////////////////////
183
184 #include "ui_DlgRef_1Sel2Spin_QTD.h"
185
186 class DLGREF_EXPORT DlgRef_1Sel2Spin : public QWidget, 
187                                        public Ui::DlgRef_1Sel2Spin_QTD
188 {
189   Q_OBJECT
190
191 public:
192   DlgRef_1Sel2Spin( QWidget* = 0, Qt::WindowFlags = 0 );
193   ~DlgRef_1Sel2Spin();
194 };
195
196 //////////////////////////////////////////
197 // DlgRef_1Sel3Check
198 //////////////////////////////////////////
199
200 #include "ui_DlgRef_1Sel3Check_QTD.h"
201
202 class DLGREF_EXPORT DlgRef_1Sel3Check : public QWidget, 
203                                         public Ui::DlgRef_1Sel3Check_QTD
204 {
205   Q_OBJECT
206
207 public:
208   DlgRef_1Sel3Check( QWidget* = 0, Qt::WindowFlags = 0 );
209   ~DlgRef_1Sel3Check();
210 };
211
212
213
214 //////////////////////////////////////////
215 // DlgRef_1Sel3Spin
216 //////////////////////////////////////////
217
218 #include "ui_DlgRef_1Sel3Spin_QTD.h"
219
220 class DLGREF_EXPORT DlgRef_1Sel3Spin : public QWidget, 
221                                        public Ui::DlgRef_1Sel3Spin_QTD
222 {
223   Q_OBJECT
224
225 public:
226   DlgRef_1Sel3Spin( QWidget* = 0, Qt::WindowFlags = 0 );
227   ~DlgRef_1Sel3Spin();
228 };
229
230 //////////////////////////////////////////
231 // DlgRef_1Sel3Spin2Check1Spin
232 //////////////////////////////////////////
233
234 #include "ui_DlgRef_1Sel3Spin2Check1Spin_QTD.h"
235
236 class DLGREF_EXPORT DlgRef_1Sel3Spin2Check1Spin : public QWidget, 
237                                                   public Ui::DlgRef_1Sel3Spin2Check1Spin_QTD
238 {
239   Q_OBJECT
240
241 public:
242   DlgRef_1Sel3Spin2Check1Spin( QWidget* = 0, Qt::WindowFlags = 0 );
243   ~DlgRef_1Sel3Spin2Check1Spin();
244 };
245
246 //////////////////////////////////////////
247 // DlgRef_1Sel3Spin1Check
248 //////////////////////////////////////////
249
250 #include "ui_DlgRef_1Sel3Spin1Check_QTD.h"
251
252 class DLGREF_EXPORT DlgRef_1Sel3Spin1Check : public QWidget, 
253                                              public Ui::DlgRef_1Sel3Spin1Check_QTD
254 {
255   Q_OBJECT
256
257 public:
258   DlgRef_1Sel3Spin1Check( QWidget* = 0, Qt::WindowFlags = 0 );
259   ~DlgRef_1Sel3Spin1Check();
260 };
261
262 //////////////////////////////////////////
263 // DlgRef_1Sel4Spin2Check
264 //////////////////////////////////////////
265
266 #include "ui_DlgRef_1Sel4Spin2Check_QTD.h"
267
268 class DLGREF_EXPORT DlgRef_1Sel4Spin2Check : public QWidget, 
269                                              public Ui::DlgRef_1Sel4Spin2Check_QTD
270 {
271   Q_OBJECT
272
273 public:
274   DlgRef_1Sel4Spin2Check( QWidget* = 0, Qt::WindowFlags = 0 );
275   ~DlgRef_1Sel4Spin2Check();
276 };
277
278 //////////////////////////////////////////
279 // DlgRef_1Sel4Spin
280 //////////////////////////////////////////
281
282 #include "ui_DlgRef_1Sel4Spin_QTD.h"
283
284 class DLGREF_EXPORT DlgRef_1Sel4Spin : public QWidget, 
285                                        public Ui::DlgRef_1Sel4Spin_QTD
286 {
287   Q_OBJECT
288
289 public:
290   DlgRef_1Sel4Spin( QWidget* = 0, Qt::WindowFlags = 0 );
291   ~DlgRef_1Sel4Spin();
292 };
293
294 //////////////////////////////////////////
295 // DlgRef_1Sel5Spin1Check
296 //////////////////////////////////////////
297
298 #include "ui_DlgRef_1Sel5Spin1Check_QTD.h"
299
300 class DLGREF_EXPORT DlgRef_1Sel5Spin1Check : public QWidget, 
301                                              public Ui::DlgRef_1Sel5Spin1Check_QTD
302 {
303   Q_OBJECT
304
305 public:
306   DlgRef_1Sel5Spin1Check( QWidget* = 0, Qt::WindowFlags = 0 );
307   ~DlgRef_1Sel5Spin1Check();
308 };
309
310 //////////////////////////////////////////
311 // DlgRef_1Sel5Spin
312 //////////////////////////////////////////
313
314 #include "ui_DlgRef_1Sel5Spin_QTD.h"
315
316 class DLGREF_EXPORT DlgRef_1Sel5Spin : public QWidget, 
317                                        public Ui::DlgRef_1Sel5Spin_QTD
318 {
319   Q_OBJECT
320
321 public:
322   DlgRef_1Sel5Spin( QWidget* = 0, Qt::WindowFlags = 0 );
323   ~DlgRef_1Sel5Spin();
324 };
325
326 //////////////////////////////////////////
327 // DlgRef_1Spin
328 //////////////////////////////////////////
329
330 #include "ui_DlgRef_1Spin_QTD.h"
331
332 class DLGREF_EXPORT DlgRef_1Spin : public QWidget, 
333                                    public Ui::DlgRef_1Spin_QTD
334 {
335   Q_OBJECT
336
337 public:
338   DlgRef_1Spin( QWidget* = 0, Qt::WindowFlags = 0 );
339   ~DlgRef_1Spin();
340 };
341
342 //////////////////////////////////////////
343 // DlgRef_1Sel
344 //////////////////////////////////////////
345
346 #include "ui_DlgRef_1Sel_QTD.h"
347
348 class DLGREF_EXPORT DlgRef_1Sel : public QWidget, 
349                                    public Ui::DlgRef_1Sel_QTD
350 {
351   Q_OBJECT
352
353 public:
354   DlgRef_1Sel( QWidget* = 0, Qt::WindowFlags = 0 );
355   ~DlgRef_1Sel();
356 };
357
358 //////////////////////////////////////////
359 // DlgRef_1SelExt
360 //////////////////////////////////////////
361
362 #include "ui_DlgRef_1SelExt_QTD.h"
363
364 class DLGREF_EXPORT DlgRef_1SelExt : public QWidget, 
365                                      public Ui::DlgRef_1SelExt_QTD
366 {
367   Q_OBJECT
368
369 public:
370   DlgRef_1SelExt( QWidget* = 0, Qt::WindowFlags = 0 );
371   ~DlgRef_1SelExt();
372 };
373
374 //////////////////////////////////////////
375 // DlgRef_2Sel1List1Check
376 //////////////////////////////////////////
377
378 #include "ui_DlgRef_2Sel1List1Check_QTD.h"
379
380 class DLGREF_EXPORT DlgRef_2Sel1List1Check : public QWidget, 
381                                              public Ui::DlgRef_2Sel1List1Check_QTD
382 {
383   Q_OBJECT
384
385 public:
386   DlgRef_2Sel1List1Check( QWidget* = 0, Qt::WindowFlags = 0 );
387   ~DlgRef_2Sel1List1Check();
388 };
389
390 //////////////////////////////////////////
391 // DlgRef_2Sel1List2Check
392 //////////////////////////////////////////
393
394 #include "ui_DlgRef_2Sel1List2Check_QTD.h"
395
396 class DLGREF_EXPORT DlgRef_2Sel1List2Check : public QWidget, 
397                                              public Ui::DlgRef_2Sel1List2Check_QTD
398 {
399   Q_OBJECT
400
401 public:
402   DlgRef_2Sel1List2Check( QWidget* = 0, Qt::WindowFlags = 0 );
403   ~DlgRef_2Sel1List2Check();
404 };
405
406 //////////////////////////////////////////
407 // DlgRef_2Sel1List
408 //////////////////////////////////////////
409
410 #include "ui_DlgRef_2Sel1List_QTD.h"
411
412 class DLGREF_EXPORT DlgRef_2Sel1List : public QWidget, 
413                                        public Ui::DlgRef_2Sel1List_QTD
414 {
415   Q_OBJECT
416
417 public:
418   DlgRef_2Sel1List( QWidget* = 0, Qt::WindowFlags = 0 );
419   ~DlgRef_2Sel1List();
420 };
421
422 //////////////////////////////////////////
423 // DlgRef_2Sel1Spin2Check
424 //////////////////////////////////////////
425
426 #include "ui_DlgRef_2Sel1Spin2Check_QTD.h"
427
428 class DLGREF_EXPORT DlgRef_2Sel1Spin2Check : public QWidget, 
429                                              public Ui::DlgRef_2Sel1Spin2Check_QTD
430 {
431   Q_OBJECT
432
433 public:
434   DlgRef_2Sel1Spin2Check( QWidget* = 0, Qt::WindowFlags = 0 );
435   ~DlgRef_2Sel1Spin2Check();
436 };
437
438 //////////////////////////////////////////
439 // DlgRef_2Sel1Spin3Check1Spin
440 //////////////////////////////////////////
441
442 #include "ui_DlgRef_2Sel1Spin3Check1Spin_QTD.h"
443
444 class DLGREF_EXPORT DlgRef_2Sel1Spin3Check1Spin : public QWidget, 
445                                                   public Ui::DlgRef_2Sel1Spin3Check1Spin_QTD
446 {
447   Q_OBJECT
448
449 public:
450   DlgRef_2Sel1Spin3Check1Spin( QWidget* = 0, Qt::WindowFlags = 0 );
451   ~DlgRef_2Sel1Spin3Check1Spin();
452 };
453
454 //////////////////////////////////////////
455 // DlgRef_2Sel1Spin
456 //////////////////////////////////////////
457
458 #include "ui_DlgRef_2Sel1Spin_QTD.h"
459
460 class DLGREF_EXPORT DlgRef_2Sel1Spin : public QWidget, 
461                                        public Ui::DlgRef_2Sel1Spin_QTD
462 {
463   Q_OBJECT
464
465 public:
466   DlgRef_2Sel1Spin( QWidget* = 0, Qt::WindowFlags = 0 );
467   ~DlgRef_2Sel1Spin();
468 };
469
470 //////////////////////////////////////////
471 // DlgRef_2Sel1SpinInt
472 //////////////////////////////////////////
473
474 #include "ui_DlgRef_2Sel1SpinInt_QTD.h"
475
476 class DLGREF_EXPORT DlgRef_2Sel1SpinInt : public QWidget, 
477                                           public Ui::DlgRef_2Sel1SpinInt_QTD
478 {
479   Q_OBJECT
480
481 public:
482   DlgRef_2Sel1SpinInt( QWidget* = 0, Qt::WindowFlags = 0 );
483   ~DlgRef_2Sel1SpinInt();
484 };
485
486 //////////////////////////////////////////
487 // DlgRef_2Sel2List
488 //////////////////////////////////////////
489
490 #include "ui_DlgRef_2Sel2List_QTD.h"
491
492 class DLGREF_EXPORT DlgRef_2Sel2List : public QWidget, 
493                                        public Ui::DlgRef_2Sel2List_QTD
494 {
495   Q_OBJECT
496
497 public:
498   DlgRef_2Sel2List( QWidget* = 0, Qt::WindowFlags = 0 );
499   ~DlgRef_2Sel2List();
500 };
501
502 //////////////////////////////////////////
503 // DlgRef_2Sel2Spin1Check
504 //////////////////////////////////////////
505
506 #include "ui_DlgRef_2Sel2Spin1Check_QTD.h"
507
508 class DLGREF_EXPORT DlgRef_2Sel2Spin1Check : public QWidget, 
509                                              public Ui::DlgRef_2Sel2Spin1Check_QTD
510 {
511   Q_OBJECT
512
513 public:
514   DlgRef_2Sel2Spin1Check( QWidget* = 0, Qt::WindowFlags = 0 );
515   ~DlgRef_2Sel2Spin1Check();
516 };
517
518 //////////////////////////////////////////
519 // DlgRef_2Sel2Spin3Check
520 //////////////////////////////////////////
521
522 #include "ui_DlgRef_2Sel2Spin3Check_QTD.h"
523
524 class DLGREF_EXPORT DlgRef_2Sel2Spin3Check : public QWidget, 
525                                              public Ui::DlgRef_2Sel2Spin3Check_QTD
526 {
527   Q_OBJECT
528
529 public:
530   DlgRef_2Sel2Spin3Check( QWidget* = 0, Qt::WindowFlags = 0 );
531   ~DlgRef_2Sel2Spin3Check();
532 };
533
534 //////////////////////////////////////////
535 // DlgRef_2Sel2Spin
536 //////////////////////////////////////////
537
538 #include "ui_DlgRef_2Sel2Spin_QTD.h"
539
540 class DLGREF_EXPORT DlgRef_2Sel2Spin : public QWidget, 
541                                        public Ui::DlgRef_2Sel2Spin_QTD
542 {
543   Q_OBJECT
544
545 public:
546   DlgRef_2Sel2Spin( QWidget* = 0, Qt::WindowFlags = 0 );
547   ~DlgRef_2Sel2Spin();
548 };
549
550 //////////////////////////////////////////
551 // DlgRef_2Sel2Spin1Push
552 //////////////////////////////////////////
553
554 #include "ui_DlgRef_2Sel2Spin1Push_QTD.h"
555
556 class DLGREF_EXPORT DlgRef_2Sel2Spin1Push : public QWidget, 
557                                        public Ui::DlgRef_2Sel2Spin1Push_QTD
558 {
559   Q_OBJECT
560
561 public:
562   DlgRef_2Sel2Spin1Push( QWidget* = 0, Qt::WindowFlags = 0 );
563   ~DlgRef_2Sel2Spin1Push();
564 };
565
566 //////////////////////////////////////////
567 // DlgRef_2Sel2Spin2Push
568 //////////////////////////////////////////
569
570 #include "ui_DlgRef_2Sel2Spin2Push_QTD.h"
571
572 class DLGREF_EXPORT DlgRef_2Sel2Spin2Push : public QWidget, 
573                                        public Ui::DlgRef_2Sel2Spin2Push_QTD
574 {
575   Q_OBJECT
576
577 public:
578   DlgRef_2Sel2Spin2Push( QWidget* = 0, Qt::WindowFlags = 0 );
579   ~DlgRef_2Sel2Spin2Push();
580 };
581
582 //////////////////////////////////////////
583 // DlgRef_2Sel3Spin2Rb
584 //////////////////////////////////////////
585
586 #include "ui_DlgRef_2Sel3Spin2Rb_QTD.h"
587
588 class DLGREF_EXPORT DlgRef_2Sel3Spin2Rb : public QWidget, 
589                                           public Ui::DlgRef_2Sel3Spin2Rb_QTD
590 {
591   Q_OBJECT
592
593 public:
594   DlgRef_2Sel3Spin2Rb( QWidget* = 0, Qt::WindowFlags = 0 );
595   ~DlgRef_2Sel3Spin2Rb();
596 };
597
598 //////////////////////////////////////////
599 // DlgRef_2Sel3Spin
600 //////////////////////////////////////////
601
602 #include "ui_DlgRef_2Sel3Spin_QTD.h"
603
604 class DLGREF_EXPORT DlgRef_2Sel3Spin : public QWidget, 
605                                        public Ui::DlgRef_2Sel3Spin_QTD
606 {
607   Q_OBJECT
608
609 public:
610   DlgRef_2Sel3Spin( QWidget* = 0, Qt::WindowFlags = 0 );
611   ~DlgRef_2Sel3Spin();
612 };
613
614 //////////////////////////////////////////
615 // DlgRef_2Sel4Spin1Check
616 //////////////////////////////////////////
617
618 #include "ui_DlgRef_2Sel4Spin1Check_QTD.h"
619
620 class DLGREF_EXPORT DlgRef_2Sel4Spin1Check : public QWidget, 
621                                              public Ui::DlgRef_2Sel4Spin1Check_QTD
622 {
623   Q_OBJECT
624
625 public:
626   DlgRef_2Sel4Spin1Check( QWidget* = 0, Qt::WindowFlags = 0 );
627   ~DlgRef_2Sel4Spin1Check();
628 };
629
630 //////////////////////////////////////////
631 // DlgRef_2Sel
632 //////////////////////////////////////////
633
634 #include "ui_DlgRef_2Sel_QTD.h"
635
636 class DLGREF_EXPORT DlgRef_2Sel : public QWidget, 
637                                   public Ui::DlgRef_2Sel_QTD
638 {
639   Q_OBJECT
640
641 public:
642   DlgRef_2Sel( QWidget* = 0, Qt::WindowFlags = 0 );
643   ~DlgRef_2Sel();
644 };
645
646 //////////////////////////////////////////
647 // DlgRef_2SelExt
648 //////////////////////////////////////////
649
650 #include "ui_DlgRef_2SelExt_QTD.h"
651
652 class DLGREF_EXPORT DlgRef_2SelExt : public QWidget, 
653                                      public Ui::DlgRef_2SelExt_QTD
654 {
655   Q_OBJECT
656
657 public:
658   DlgRef_2SelExt( QWidget* = 0, Qt::WindowFlags = 0 );
659   ~DlgRef_2SelExt();
660 };
661
662 //////////////////////////////////////////
663 // DlgRef_2Spin
664 //////////////////////////////////////////
665
666 #include "ui_DlgRef_2Spin_QTD.h"
667
668 class DLGREF_EXPORT DlgRef_2Spin : public QWidget, 
669                                    public Ui::DlgRef_2Spin_QTD
670 {
671   Q_OBJECT
672
673 public:
674   DlgRef_2Spin( QWidget* = 0, Qt::WindowFlags = 0 );
675   ~DlgRef_2Spin();
676 };
677
678 //////////////////////////////////////////
679 // DlgRef_3Check
680 //////////////////////////////////////////
681
682 #include "ui_DlgRef_3Check_QTD.h"
683
684 class DLGREF_EXPORT DlgRef_3Check : public QWidget, 
685                                     public Ui::DlgRef_3Check_QTD
686 {
687   Q_OBJECT
688
689 public:
690   DlgRef_3Check( QWidget* = 0, Qt::WindowFlags = 0 );
691   ~DlgRef_3Check();
692 };
693
694 //////////////////////////////////////////
695 // DlgRef_1Sel3Radio
696 //////////////////////////////////////////
697
698 #include "ui_DlgRef_3Radio_QTD.h"
699
700 class DLGREF_EXPORT DlgRef_3Radio : public QWidget, 
701                                     public Ui::DlgRef_3Radio_QTD
702 {
703   Q_OBJECT
704
705 public:
706   DlgRef_3Radio( QWidget* = 0, Qt::WindowFlags = 0 );
707   ~DlgRef_3Radio();
708 };
709
710 //////////////////////////////////////////
711 // DlgRef_1Sel3Radio1Sel1Spin
712 //////////////////////////////////////////
713
714 #include "ui_DlgRef_3Radio1Sel1Spin_QTD.h"
715
716 class DLGREF_EXPORT DlgRef_3Radio1Sel1Spin : public QWidget, 
717                                              public Ui::DlgRef_3Radio1Sel1Spin_QTD
718 {
719   Q_OBJECT
720
721 public:
722   DlgRef_3Radio1Sel1Spin( QWidget* = 0, Qt::WindowFlags = 0 );
723   ~DlgRef_3Radio1Sel1Spin();
724 };
725
726 //////////////////////////////////////////
727 // DlgRef_3Sel1Check
728 //////////////////////////////////////////
729
730 #include "ui_DlgRef_3Sel1Check_QTD.h"
731
732 class DLGREF_EXPORT DlgRef_3Sel1Check : public QWidget, 
733                                         public Ui::DlgRef_3Sel1Check_QTD
734 {
735   Q_OBJECT
736
737 public:
738   DlgRef_3Sel1Check( QWidget* = 0, Qt::WindowFlags = 0 );
739   ~DlgRef_3Sel1Check();
740 };
741
742 //////////////////////////////////////////
743 // DlgRef_3Sel1Spin
744 //////////////////////////////////////////
745
746 #include "ui_DlgRef_3Sel1Spin_QTD.h"
747
748 class DLGREF_EXPORT DlgRef_3Sel1Spin : public QWidget, 
749                                        public Ui::DlgRef_3Sel1Spin_QTD
750 {
751   Q_OBJECT
752
753 public:
754   DlgRef_3Sel1Spin( QWidget* = 0, Qt::WindowFlags = 0 );
755   ~DlgRef_3Sel1Spin();
756 };
757
758 //////////////////////////////////////////
759 // DlgRef_3Sel2Spin
760 //////////////////////////////////////////
761
762 #include "ui_DlgRef_3Sel2Spin_QTD.h"
763
764 class DLGREF_EXPORT DlgRef_3Sel2Spin : public QWidget, 
765                                        public Ui::DlgRef_3Sel2Spin_QTD
766 {
767   Q_OBJECT
768
769 public:
770   DlgRef_3Sel2Spin( QWidget* = 0, Qt::WindowFlags = 0 );
771   ~DlgRef_3Sel2Spin();
772 };
773
774 //////////////////////////////////////////
775 // DlgRef_3Sel3Spin1Check
776 //////////////////////////////////////////
777
778 #include "ui_DlgRef_3Sel3Spin1Check_QTD.h"
779
780 class DLGREF_EXPORT DlgRef_3Sel3Spin1Check : public QWidget, 
781                                              public Ui::DlgRef_3Sel3Spin1Check_QTD
782 {
783   Q_OBJECT
784
785 public:
786   DlgRef_3Sel3Spin1Check( QWidget* = 0, Qt::WindowFlags = 0 );
787   ~DlgRef_3Sel3Spin1Check();
788
789   void ShowRows( int, int, bool = true );
790 };
791
792 //////////////////////////////////////////
793 // DlgRef_3Sel2Check3Spin
794 //////////////////////////////////////////
795
796 #include "ui_DlgRef_3Sel2Check3Spin_QTD.h"
797
798 class DLGREF_EXPORT DlgRef_3Sel2Check3Spin : public QWidget, 
799                                              public Ui::DlgRef_3Sel2Check3Spin_QTD
800 {
801   Q_OBJECT
802
803 public:
804   DlgRef_3Sel2Check3Spin( QWidget* = 0, Qt::WindowFlags = 0 );
805   ~DlgRef_3Sel2Check3Spin();
806
807   void ShowRows( int, int, bool = true );
808 };
809
810 //////////////////////////////////////////
811 // DlgRef_3Sel3Spin2Check
812 //////////////////////////////////////////
813
814 #include "ui_DlgRef_3Sel3Spin2Check_QTD.h"
815
816 class DLGREF_EXPORT DlgRef_3Sel3Spin2Check : public QWidget, 
817                                              public Ui::DlgRef_3Sel3Spin2Check_QTD
818 {
819   Q_OBJECT
820
821 public:
822   DlgRef_3Sel3Spin2Check( QWidget* = 0, Qt::WindowFlags = 0 );
823   ~DlgRef_3Sel3Spin2Check();
824
825   void ShowRows( int, int, bool = true );
826 };
827
828 //////////////////////////////////////////
829 // DlgRef_3Sel4Spin2Check
830 //////////////////////////////////////////
831
832 #include "ui_DlgRef_3Sel4Spin2Check_QTD.h"
833
834 class DLGREF_EXPORT DlgRef_3Sel4Spin2Check : public QWidget, 
835                                              public Ui::DlgRef_3Sel4Spin2Check_QTD
836 {
837   Q_OBJECT
838
839 public:
840   DlgRef_3Sel4Spin2Check( QWidget* = 0, Qt::WindowFlags = 0 );
841   ~DlgRef_3Sel4Spin2Check();
842 };
843
844 //////////////////////////////////////////
845 // DlgRef_3Sel
846 //////////////////////////////////////////
847
848 #include "ui_DlgRef_3Sel_QTD.h"
849
850 class DLGREF_EXPORT DlgRef_3Sel : public QWidget, 
851                                   public Ui::DlgRef_3Sel_QTD
852 {
853   Q_OBJECT
854
855 public:
856   DlgRef_3Sel( QWidget* = 0, Qt::WindowFlags = 0 );
857   ~DlgRef_3Sel();
858 };
859
860 //////////////////////////////////////////
861 // DlgRef_3Spin1Check
862 //////////////////////////////////////////
863
864 #include "ui_DlgRef_3Spin1Check_QTD.h"
865
866 class DLGREF_EXPORT DlgRef_3Spin1Check : public QWidget, 
867                                          public Ui::DlgRef_3Spin1Check_QTD
868 {
869   Q_OBJECT
870
871 public:
872   DlgRef_3Spin1Check( QWidget* = 0, Qt::WindowFlags = 0 );
873   ~DlgRef_3Spin1Check();
874 };
875
876 //////////////////////////////////////////
877 // DlgRef_3Spin
878 //////////////////////////////////////////
879
880 #include "ui_DlgRef_3Spin_QTD.h"
881
882 class DLGREF_EXPORT DlgRef_3Spin : public QWidget, 
883                                    public Ui::DlgRef_3Spin_QTD
884 {
885   Q_OBJECT
886
887 public:
888   DlgRef_3Spin( QWidget* = 0, Qt::WindowFlags = 0 );
889   ~DlgRef_3Spin();
890 };
891
892 //////////////////////////////////////////
893 // DlgRef_4Spin
894 //////////////////////////////////////////
895
896 #include "ui_DlgRef_4Spin_QTD.h"
897
898 class DLGREF_EXPORT DlgRef_4Spin : public QWidget, 
899                                    public Ui::DlgRef_4Spin_QTD
900 {
901   Q_OBJECT
902
903 public:
904   DlgRef_4Spin( QWidget* = 0, Qt::WindowFlags = 0 );
905   ~DlgRef_4Spin();
906 };
907
908 //////////////////////////////////////////
909 // DlgRef_4Sel1List1Check
910 //////////////////////////////////////////
911
912 #include "ui_DlgRef_4Sel1List1Check_QTD.h"
913
914 class DLGREF_EXPORT DlgRef_4Sel1List1Check : public QWidget, 
915                                              public Ui::DlgRef_4Sel1List1Check_QTD
916 {
917   Q_OBJECT
918
919 public:
920   DlgRef_4Sel1List1Check( QWidget* = 0, Qt::WindowFlags = 0 );
921   ~DlgRef_4Sel1List1Check();
922 };
923
924 //////////////////////////////////////////
925 // DlgRef_4Sel1List
926 //////////////////////////////////////////
927
928 #include "ui_DlgRef_4Sel1List_QTD.h"
929
930 class DLGREF_EXPORT DlgRef_4Sel1List : public QWidget, 
931                                        public Ui::DlgRef_4Sel1List_QTD
932 {
933   Q_OBJECT
934
935 public:
936   DlgRef_4Sel1List( QWidget* = 0, Qt::WindowFlags = 0 );
937   ~DlgRef_4Sel1List();
938 };
939
940 //////////////////////////////////////////
941 // DlgRef_4Sel1Spin2Check
942 //////////////////////////////////////////
943
944 #include "ui_DlgRef_4Sel1Spin2Check_QTD.h"
945
946 class DLGREF_EXPORT DlgRef_4Sel1Spin2Check : public QWidget, 
947                                              public Ui::DlgRef_4Sel1Spin2Check_QTD
948 {
949   Q_OBJECT
950
951 public:
952   DlgRef_4Sel1Spin2Check( QWidget* = 0, Qt::WindowFlags = 0 );
953   ~DlgRef_4Sel1Spin2Check();
954
955   void ShowRows( int, int, bool = true );
956 };
957
958 //////////////////////////////////////////
959 // DlgRef_4Sel1Spin2Check
960 //////////////////////////////////////////
961
962 #include "ui_DlgRef_4Sel1Spin3Check_QTD.h"
963
964 class DLGREF_EXPORT DlgRef_4Sel1Spin3Check : public QWidget, 
965                                              public Ui::DlgRef_4Sel1Spin3Check_QTD
966 {
967   Q_OBJECT
968
969 public:
970   DlgRef_4Sel1Spin3Check( QWidget* = 0, Qt::WindowFlags = 0 );
971   ~DlgRef_4Sel1Spin3Check();
972 };
973
974 //////////////////////////////////////////
975 // DlgRef_6Sel
976 //////////////////////////////////////////
977
978 #include "ui_DlgRef_6Sel_QTD.h"
979
980 class DLGREF_EXPORT DlgRef_6Sel : public QWidget, 
981                                   public Ui::DlgRef_6Sel_QTD
982 {
983   Q_OBJECT
984
985 public:
986   DlgRef_6Sel( QWidget* = 0, Qt::WindowFlags = 0 );
987   ~DlgRef_6Sel();
988 };
989
990 //////////////////////////////////////////
991 // DlgRef_Skeleton
992 //////////////////////////////////////////
993
994 #include "ui_DlgRef_Skeleton_QTD.h"
995
996 class DLGREF_EXPORT DlgRef_Skeleton : public QWidget, 
997                                       public Ui::DlgRef_Skeleton_QTD
998 {
999   Q_OBJECT
1000
1001 public:
1002   DlgRef_Skeleton( QWidget* = 0, Qt::WindowFlags = 0 );
1003   ~DlgRef_Skeleton();
1004 };
1005
1006 //////////////////////////////////////////
1007 // Utility functions
1008 //////////////////////////////////////////
1009
1010 namespace DlgRef
1011 {
1012   DLGREF_EXPORT QString PrintDoubleValue( double, int = 16 );
1013 };
1014
1015 #endif // GEOM_DLGREF_H