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