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