Imported Upstream version 3.2.2
[debian/gnuradio] / gr-qtgui / src / lib / spectrumdisplayform_moc.cc
1 /****************************************************************************
2 ** Meta object code from reading C++ file 'spectrumdisplayform.h'
3 **
4 ** Created: Tue Jul 14 15:57:22 2009
5 **      by: The Qt Meta Object Compiler version 61 (Qt 4.5.0)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 *****************************************************************************/
9
10 #include "spectrumdisplayform.h"
11 #if !defined(Q_MOC_OUTPUT_REVISION)
12 #error "The header file 'spectrumdisplayform.h' doesn't include <QObject>."
13 #elif Q_MOC_OUTPUT_REVISION != 61
14 #error "This file was generated using the moc from 4.5.0. It"
15 #error "cannot be used with the include files from this version of Qt."
16 #error "(The moc has changed too much.)"
17 #endif
18
19 QT_BEGIN_MOC_NAMESPACE
20 static const uint qt_meta_data_SpectrumDisplayForm[] = {
21
22  // content:
23        2,       // revision
24        0,       // classname
25        0,    0, // classinfo
26       30,   12, // methods
27        0,    0, // properties
28        0,    0, // enums/sets
29        0,    0, // constructors
30
31  // slots: signature, parameters, type, tag, flags
32       23,   21,   20,   20, 0x0a,
33       50,   21,   20,   20, 0x0a,
34       83,   71,   20,   20, 0x0a,
35      125,  116,   20,   20, 0x0a,
36      155,  116,   20,   20, 0x0a,
37      185,   20,   20,   20, 0x0a,
38      211,   20,   20,   20, 0x0a,
39      237,   71,   20,   20, 0x0a,
40      326,  272,   20,   20, 0x0a,
41      366,   21,   20,   20, 0x0a,
42      399,  391,   20,   20, 0x0a,
43      432,  422,   20,   20, 0x0a,
44      457,   20,   20,   20, 0x0a,
45      500,   20,   20,   20, 0x0a,
46      543,   20,   20,   20, 0x0a,
47      583,   20,   20,   20, 0x0a,
48      609,   20,   20,   20, 0x0a,
49      654,   20,   20,   20, 0x0a,
50      699,   20,   20,   20, 0x0a,
51      741,   20,   20,   20, 0x0a,
52      769,   20,   20,   20, 0x0a,
53      806,  800,   20,   20, 0x0a,
54      831,  800,   20,   20, 0x0a,
55      856,  800,   20,   20, 0x0a,
56      883,  800,   20,   20, 0x0a,
57      903,  800,   20,   20, 0x0a,
58      940,  932,   20,   20, 0x0a,
59      993,  973,   20,   20, 0x0a,
60     1043,  932,   20,   20, 0x0a,
61     1075,   20,   20,   20, 0x08,
62
63        0        // eod
64 };
65
66 static const char qt_meta_stringdata_SpectrumDisplayForm[] = {
67     "SpectrumDisplayForm\0\0e\0"
68     "resizeEvent(QResizeEvent*)\0"
69     "customEvent(QEvent*)\0valueString\0"
70     "AvgLineEdit_textChanged(QString)\0"
71     "newState\0MaxHoldCheckBox_toggled(bool)\0"
72     "MinHoldCheckBox_toggled(bool)\0"
73     "MinHoldResetBtn_clicked()\0"
74     "MaxHoldResetBtn_clicked()\0"
75     "PowerLineEdit_textChanged(QString)\0"
76     "newCenterFrequency,newStartFrequency,newStopFrequency\0"
77     "SetFrequencyRange(double,double,double)\0"
78     "closeEvent(QCloseEvent*)\0newItem\0"
79     "WindowTypeChanged(int)\0useRFFlag\0"
80     "UseRFFrequenciesCB(bool)\0"
81     "waterfallMaximumIntensityChangedCB(double)\0"
82     "waterfallMinimumIntensityChangedCB(double)\0"
83     "WaterfallIntensityColorTypeChanged(int)\0"
84     "WaterfallAutoScaleBtnCB()\0"
85     "waterfall3DMaximumIntensityChangedCB(double)\0"
86     "waterfall3DMinimumIntensityChangedCB(double)\0"
87     "Waterfall3DIntensityColorTypeChanged(int)\0"
88     "Waterfall3DAutoScaleBtnCB()\0"
89     "FFTComboBoxSelectedCB(QString)\0state\0"
90     "ToggleTabFrequency(bool)\0"
91     "ToggleTabWaterfall(bool)\0"
92     "ToggleTabWaterfall3D(bool)\0"
93     "ToggleTabTime(bool)\0ToggleTabConstellation(bool)\0"
94     "min,max\0SetTimeDomainAxis(double,double)\0"
95     "xmin,xmax,ymin,ymax\0"
96     "SetConstellationAxis(double,double,double,double)\0"
97     "SetFrequencyAxis(double,double)\0"
98     "newFrequencyData(const SpectrumUpdateEvent*)\0"
99 };
100
101 const QMetaObject SpectrumDisplayForm::staticMetaObject = {
102     { &QWidget::staticMetaObject, qt_meta_stringdata_SpectrumDisplayForm,
103       qt_meta_data_SpectrumDisplayForm, 0 }
104 };
105
106 const QMetaObject *SpectrumDisplayForm::metaObject() const
107 {
108     return &staticMetaObject;
109 }
110
111 void *SpectrumDisplayForm::qt_metacast(const char *_clname)
112 {
113     if (!_clname) return 0;
114     if (!strcmp(_clname, qt_meta_stringdata_SpectrumDisplayForm))
115         return static_cast<void*>(const_cast< SpectrumDisplayForm*>(this));
116     if (!strcmp(_clname, "Ui::SpectrumDisplayForm"))
117         return static_cast< Ui::SpectrumDisplayForm*>(const_cast< SpectrumDisplayForm*>(this));
118     return QWidget::qt_metacast(_clname);
119 }
120
121 int SpectrumDisplayForm::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
122 {
123     _id = QWidget::qt_metacall(_c, _id, _a);
124     if (_id < 0)
125         return _id;
126     if (_c == QMetaObject::InvokeMetaMethod) {
127         switch (_id) {
128         case 0: resizeEvent((*reinterpret_cast< QResizeEvent*(*)>(_a[1]))); break;
129         case 1: customEvent((*reinterpret_cast< QEvent*(*)>(_a[1]))); break;
130         case 2: AvgLineEdit_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
131         case 3: MaxHoldCheckBox_toggled((*reinterpret_cast< bool(*)>(_a[1]))); break;
132         case 4: MinHoldCheckBox_toggled((*reinterpret_cast< bool(*)>(_a[1]))); break;
133         case 5: MinHoldResetBtn_clicked(); break;
134         case 6: MaxHoldResetBtn_clicked(); break;
135         case 7: PowerLineEdit_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
136         case 8: SetFrequencyRange((*reinterpret_cast< const double(*)>(_a[1])),(*reinterpret_cast< const double(*)>(_a[2])),(*reinterpret_cast< const double(*)>(_a[3]))); break;
137         case 9: closeEvent((*reinterpret_cast< QCloseEvent*(*)>(_a[1]))); break;
138         case 10: WindowTypeChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
139         case 11: UseRFFrequenciesCB((*reinterpret_cast< bool(*)>(_a[1]))); break;
140         case 12: waterfallMaximumIntensityChangedCB((*reinterpret_cast< double(*)>(_a[1]))); break;
141         case 13: waterfallMinimumIntensityChangedCB((*reinterpret_cast< double(*)>(_a[1]))); break;
142         case 14: WaterfallIntensityColorTypeChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
143         case 15: WaterfallAutoScaleBtnCB(); break;
144         case 16: waterfall3DMaximumIntensityChangedCB((*reinterpret_cast< double(*)>(_a[1]))); break;
145         case 17: waterfall3DMinimumIntensityChangedCB((*reinterpret_cast< double(*)>(_a[1]))); break;
146         case 18: Waterfall3DIntensityColorTypeChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
147         case 19: Waterfall3DAutoScaleBtnCB(); break;
148         case 20: FFTComboBoxSelectedCB((*reinterpret_cast< const QString(*)>(_a[1]))); break;
149         case 21: ToggleTabFrequency((*reinterpret_cast< const bool(*)>(_a[1]))); break;
150         case 22: ToggleTabWaterfall((*reinterpret_cast< const bool(*)>(_a[1]))); break;
151         case 23: ToggleTabWaterfall3D((*reinterpret_cast< const bool(*)>(_a[1]))); break;
152         case 24: ToggleTabTime((*reinterpret_cast< const bool(*)>(_a[1]))); break;
153         case 25: ToggleTabConstellation((*reinterpret_cast< const bool(*)>(_a[1]))); break;
154         case 26: SetTimeDomainAxis((*reinterpret_cast< double(*)>(_a[1])),(*reinterpret_cast< double(*)>(_a[2]))); break;
155         case 27: SetConstellationAxis((*reinterpret_cast< double(*)>(_a[1])),(*reinterpret_cast< double(*)>(_a[2])),(*reinterpret_cast< double(*)>(_a[3])),(*reinterpret_cast< double(*)>(_a[4]))); break;
156         case 28: SetFrequencyAxis((*reinterpret_cast< double(*)>(_a[1])),(*reinterpret_cast< double(*)>(_a[2]))); break;
157         case 29: newFrequencyData((*reinterpret_cast< const SpectrumUpdateEvent*(*)>(_a[1]))); break;
158         default: ;
159         }
160         _id -= 30;
161     }
162     return _id;
163 }
164 QT_END_MOC_NAMESPACE