| 1 | /****************************************************************************
|
|---|
| 2 | ** Meta object code from reading C++ file 'Edd.h'
|
|---|
| 3 | **
|
|---|
| 4 | ** Created: Fri Feb 24 20:41:27 2012
|
|---|
| 5 | ** by: The Qt Meta Object Compiler version 62 (Qt 4.7.4)
|
|---|
| 6 | **
|
|---|
| 7 | ** WARNING! All changes made in this file will be lost!
|
|---|
| 8 | *****************************************************************************/
|
|---|
| 9 |
|
|---|
| 10 | #include "Edd.h"
|
|---|
| 11 | #if !defined(Q_MOC_OUTPUT_REVISION)
|
|---|
| 12 | #error "The header file 'Edd.h' doesn't include <QObject>."
|
|---|
| 13 | #elif Q_MOC_OUTPUT_REVISION != 62
|
|---|
| 14 | #error "This file was generated using the moc from 4.7.4. 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_EventScope[] = {
|
|---|
| 21 |
|
|---|
| 22 | // content:
|
|---|
| 23 | 5, // revision
|
|---|
| 24 | 0, // classname
|
|---|
| 25 | 0, 0, // classinfo
|
|---|
| 26 | 5, 14, // methods
|
|---|
| 27 | 0, 0, // properties
|
|---|
| 28 | 0, 0, // enums/sets
|
|---|
| 29 | 0, 0, // constructors
|
|---|
| 30 | 0, // flags
|
|---|
| 31 | 1, // signalCount
|
|---|
| 32 |
|
|---|
| 33 | // signals: signature, parameters, type, tag, flags
|
|---|
| 34 | 12, 11, 11, 11, 0x05,
|
|---|
| 35 |
|
|---|
| 36 | // slots: signature, parameters, type, tag, flags
|
|---|
| 37 | 39, 11, 11, 11, 0x08,
|
|---|
| 38 | 52, 11, 11, 11, 0x08,
|
|---|
| 39 | 69, 11, 11, 11, 0x0a,
|
|---|
| 40 | 90, 11, 11, 11, 0x2a,
|
|---|
| 41 |
|
|---|
| 42 | 0 // eod
|
|---|
| 43 | };
|
|---|
| 44 |
|
|---|
| 45 | static const char qt_meta_stringdata_EventScope[] = {
|
|---|
| 46 | "EventScope\0\0PixelData(QVector<double>)\0"
|
|---|
| 47 | "PlotTraces()\0NewEventNum(int)\0"
|
|---|
| 48 | "OpenRawFile(QString)\0OpenRawFile()\0"
|
|---|
| 49 | };
|
|---|
| 50 |
|
|---|
| 51 | const QMetaObject EventScope::staticMetaObject = {
|
|---|
| 52 | { &EddBasePlot::staticMetaObject, qt_meta_stringdata_EventScope,
|
|---|
| 53 | qt_meta_data_EventScope, 0 }
|
|---|
| 54 | };
|
|---|
| 55 |
|
|---|
| 56 | #ifdef Q_NO_DATA_RELOCATION
|
|---|
| 57 | const QMetaObject &EventScope::getStaticMetaObject() { return staticMetaObject; }
|
|---|
| 58 | #endif //Q_NO_DATA_RELOCATION
|
|---|
| 59 |
|
|---|
| 60 | const QMetaObject *EventScope::metaObject() const
|
|---|
| 61 | {
|
|---|
| 62 | return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
|
|---|
| 63 | }
|
|---|
| 64 |
|
|---|
| 65 | void *EventScope::qt_metacast(const char *_clname)
|
|---|
| 66 | {
|
|---|
| 67 | if (!_clname) return 0;
|
|---|
| 68 | if (!strcmp(_clname, qt_meta_stringdata_EventScope))
|
|---|
| 69 | return static_cast<void*>(const_cast< EventScope*>(this));
|
|---|
| 70 | if (!strcmp(_clname, "PixelMap"))
|
|---|
| 71 | return static_cast< PixelMap*>(const_cast< EventScope*>(this));
|
|---|
| 72 | if (!strcmp(_clname, "EddWidget"))
|
|---|
| 73 | return static_cast< EddWidget*>(const_cast< EventScope*>(this));
|
|---|
| 74 | return EddBasePlot::qt_metacast(_clname);
|
|---|
| 75 | }
|
|---|
| 76 |
|
|---|
| 77 | int EventScope::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|---|
| 78 | {
|
|---|
| 79 | _id = EddBasePlot::qt_metacall(_c, _id, _a);
|
|---|
| 80 | if (_id < 0)
|
|---|
| 81 | return _id;
|
|---|
| 82 | if (_c == QMetaObject::InvokeMetaMethod) {
|
|---|
| 83 | switch (_id) {
|
|---|
| 84 | case 0: PixelData((*reinterpret_cast< QVector<double>(*)>(_a[1]))); break;
|
|---|
| 85 | case 1: PlotTraces(); break;
|
|---|
| 86 | case 2: NewEventNum((*reinterpret_cast< int(*)>(_a[1]))); break;
|
|---|
| 87 | case 3: OpenRawFile((*reinterpret_cast< QString(*)>(_a[1]))); break;
|
|---|
| 88 | case 4: OpenRawFile(); break;
|
|---|
| 89 | default: ;
|
|---|
| 90 | }
|
|---|
| 91 | _id -= 5;
|
|---|
| 92 | }
|
|---|
| 93 | return _id;
|
|---|
| 94 | }
|
|---|
| 95 |
|
|---|
| 96 | // SIGNAL 0
|
|---|
| 97 | void EventScope::PixelData(QVector<double> _t1)
|
|---|
| 98 | {
|
|---|
| 99 | void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
|
|---|
| 100 | QMetaObject::activate(this, &staticMetaObject, 0, _a);
|
|---|
| 101 | }
|
|---|
| 102 | static const uint qt_meta_data_TP_Environment[] = {
|
|---|
| 103 |
|
|---|
| 104 | // content:
|
|---|
| 105 | 5, // revision
|
|---|
| 106 | 0, // classname
|
|---|
| 107 | 0, 0, // classinfo
|
|---|
| 108 | 0, 0, // methods
|
|---|
| 109 | 0, 0, // properties
|
|---|
| 110 | 0, 0, // enums/sets
|
|---|
| 111 | 0, 0, // constructors
|
|---|
| 112 | 0, // flags
|
|---|
| 113 | 0, // signalCount
|
|---|
| 114 |
|
|---|
| 115 | 0 // eod
|
|---|
| 116 | };
|
|---|
| 117 |
|
|---|
| 118 | static const char qt_meta_stringdata_TP_Environment[] = {
|
|---|
| 119 | "TP_Environment\0"
|
|---|
| 120 | };
|
|---|
| 121 |
|
|---|
| 122 | const QMetaObject TP_Environment::staticMetaObject = {
|
|---|
| 123 | { &QWidget::staticMetaObject, qt_meta_stringdata_TP_Environment,
|
|---|
| 124 | qt_meta_data_TP_Environment, 0 }
|
|---|
| 125 | };
|
|---|
| 126 |
|
|---|
| 127 | #ifdef Q_NO_DATA_RELOCATION
|
|---|
| 128 | const QMetaObject &TP_Environment::getStaticMetaObject() { return staticMetaObject; }
|
|---|
| 129 | #endif //Q_NO_DATA_RELOCATION
|
|---|
| 130 |
|
|---|
| 131 | const QMetaObject *TP_Environment::metaObject() const
|
|---|
| 132 | {
|
|---|
| 133 | return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
|
|---|
| 134 | }
|
|---|
| 135 |
|
|---|
| 136 | void *TP_Environment::qt_metacast(const char *_clname)
|
|---|
| 137 | {
|
|---|
| 138 | if (!_clname) return 0;
|
|---|
| 139 | if (!strcmp(_clname, qt_meta_stringdata_TP_Environment))
|
|---|
| 140 | return static_cast<void*>(const_cast< TP_Environment*>(this));
|
|---|
| 141 | return QWidget::qt_metacast(_clname);
|
|---|
| 142 | }
|
|---|
| 143 |
|
|---|
| 144 | int TP_Environment::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|---|
| 145 | {
|
|---|
| 146 | _id = QWidget::qt_metacall(_c, _id, _a);
|
|---|
| 147 | if (_id < 0)
|
|---|
| 148 | return _id;
|
|---|
| 149 | return _id;
|
|---|
| 150 | }
|
|---|
| 151 | static const uint qt_meta_data_TP_Bias[] = {
|
|---|
| 152 |
|
|---|
| 153 | // content:
|
|---|
| 154 | 5, // revision
|
|---|
| 155 | 0, // classname
|
|---|
| 156 | 0, 0, // classinfo
|
|---|
| 157 | 0, 0, // methods
|
|---|
| 158 | 0, 0, // properties
|
|---|
| 159 | 0, 0, // enums/sets
|
|---|
| 160 | 0, 0, // constructors
|
|---|
| 161 | 0, // flags
|
|---|
| 162 | 0, // signalCount
|
|---|
| 163 |
|
|---|
| 164 | 0 // eod
|
|---|
| 165 | };
|
|---|
| 166 |
|
|---|
| 167 | static const char qt_meta_stringdata_TP_Bias[] = {
|
|---|
| 168 | "TP_Bias\0"
|
|---|
| 169 | };
|
|---|
| 170 |
|
|---|
| 171 | const QMetaObject TP_Bias::staticMetaObject = {
|
|---|
| 172 | { &QWidget::staticMetaObject, qt_meta_stringdata_TP_Bias,
|
|---|
| 173 | qt_meta_data_TP_Bias, 0 }
|
|---|
| 174 | };
|
|---|
| 175 |
|
|---|
| 176 | #ifdef Q_NO_DATA_RELOCATION
|
|---|
| 177 | const QMetaObject &TP_Bias::getStaticMetaObject() { return staticMetaObject; }
|
|---|
| 178 | #endif //Q_NO_DATA_RELOCATION
|
|---|
| 179 |
|
|---|
| 180 | const QMetaObject *TP_Bias::metaObject() const
|
|---|
| 181 | {
|
|---|
| 182 | return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
|
|---|
| 183 | }
|
|---|
| 184 |
|
|---|
| 185 | void *TP_Bias::qt_metacast(const char *_clname)
|
|---|
| 186 | {
|
|---|
| 187 | if (!_clname) return 0;
|
|---|
| 188 | if (!strcmp(_clname, qt_meta_stringdata_TP_Bias))
|
|---|
| 189 | return static_cast<void*>(const_cast< TP_Bias*>(this));
|
|---|
| 190 | return QWidget::qt_metacast(_clname);
|
|---|
| 191 | }
|
|---|
| 192 |
|
|---|
| 193 | int TP_Bias::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|---|
| 194 | {
|
|---|
| 195 | _id = QWidget::qt_metacall(_c, _id, _a);
|
|---|
| 196 | if (_id < 0)
|
|---|
| 197 | return _id;
|
|---|
| 198 | return _id;
|
|---|
| 199 | }
|
|---|
| 200 | static const uint qt_meta_data_TP_FADctrl[] = {
|
|---|
| 201 |
|
|---|
| 202 | // content:
|
|---|
| 203 | 5, // revision
|
|---|
| 204 | 0, // classname
|
|---|
| 205 | 0, 0, // classinfo
|
|---|
| 206 | 0, 0, // methods
|
|---|
| 207 | 0, 0, // properties
|
|---|
| 208 | 0, 0, // enums/sets
|
|---|
| 209 | 0, 0, // constructors
|
|---|
| 210 | 0, // flags
|
|---|
| 211 | 0, // signalCount
|
|---|
| 212 |
|
|---|
| 213 | 0 // eod
|
|---|
| 214 | };
|
|---|
| 215 |
|
|---|
| 216 | static const char qt_meta_stringdata_TP_FADctrl[] = {
|
|---|
| 217 | "TP_FADctrl\0"
|
|---|
| 218 | };
|
|---|
| 219 |
|
|---|
| 220 | const QMetaObject TP_FADctrl::staticMetaObject = {
|
|---|
| 221 | { &QWidget::staticMetaObject, qt_meta_stringdata_TP_FADctrl,
|
|---|
| 222 | qt_meta_data_TP_FADctrl, 0 }
|
|---|
| 223 | };
|
|---|
| 224 |
|
|---|
| 225 | #ifdef Q_NO_DATA_RELOCATION
|
|---|
| 226 | const QMetaObject &TP_FADctrl::getStaticMetaObject() { return staticMetaObject; }
|
|---|
| 227 | #endif //Q_NO_DATA_RELOCATION
|
|---|
| 228 |
|
|---|
| 229 | const QMetaObject *TP_FADctrl::metaObject() const
|
|---|
| 230 | {
|
|---|
| 231 | return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
|
|---|
| 232 | }
|
|---|
| 233 |
|
|---|
| 234 | void *TP_FADctrl::qt_metacast(const char *_clname)
|
|---|
| 235 | {
|
|---|
| 236 | if (!_clname) return 0;
|
|---|
| 237 | if (!strcmp(_clname, qt_meta_stringdata_TP_FADctrl))
|
|---|
| 238 | return static_cast<void*>(const_cast< TP_FADctrl*>(this));
|
|---|
| 239 | return QWidget::qt_metacast(_clname);
|
|---|
| 240 | }
|
|---|
| 241 |
|
|---|
| 242 | int TP_FADctrl::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|---|
| 243 | {
|
|---|
| 244 | _id = QWidget::qt_metacall(_c, _id, _a);
|
|---|
| 245 | if (_id < 0)
|
|---|
| 246 | return _id;
|
|---|
| 247 | return _id;
|
|---|
| 248 | }
|
|---|
| 249 | static const uint qt_meta_data_TP_Feedback[] = {
|
|---|
| 250 |
|
|---|
| 251 | // content:
|
|---|
| 252 | 5, // revision
|
|---|
| 253 | 0, // classname
|
|---|
| 254 | 0, 0, // classinfo
|
|---|
| 255 | 0, 0, // methods
|
|---|
| 256 | 0, 0, // properties
|
|---|
| 257 | 0, 0, // enums/sets
|
|---|
| 258 | 0, 0, // constructors
|
|---|
| 259 | 0, // flags
|
|---|
| 260 | 0, // signalCount
|
|---|
| 261 |
|
|---|
| 262 | 0 // eod
|
|---|
| 263 | };
|
|---|
| 264 |
|
|---|
| 265 | static const char qt_meta_stringdata_TP_Feedback[] = {
|
|---|
| 266 | "TP_Feedback\0"
|
|---|
| 267 | };
|
|---|
| 268 |
|
|---|
| 269 | const QMetaObject TP_Feedback::staticMetaObject = {
|
|---|
| 270 | { &QWidget::staticMetaObject, qt_meta_stringdata_TP_Feedback,
|
|---|
| 271 | qt_meta_data_TP_Feedback, 0 }
|
|---|
| 272 | };
|
|---|
| 273 |
|
|---|
| 274 | #ifdef Q_NO_DATA_RELOCATION
|
|---|
| 275 | const QMetaObject &TP_Feedback::getStaticMetaObject() { return staticMetaObject; }
|
|---|
| 276 | #endif //Q_NO_DATA_RELOCATION
|
|---|
| 277 |
|
|---|
| 278 | const QMetaObject *TP_Feedback::metaObject() const
|
|---|
| 279 | {
|
|---|
| 280 | return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
|
|---|
| 281 | }
|
|---|
| 282 |
|
|---|
| 283 | void *TP_Feedback::qt_metacast(const char *_clname)
|
|---|
| 284 | {
|
|---|
| 285 | if (!_clname) return 0;
|
|---|
| 286 | if (!strcmp(_clname, qt_meta_stringdata_TP_Feedback))
|
|---|
| 287 | return static_cast<void*>(const_cast< TP_Feedback*>(this));
|
|---|
| 288 | return QWidget::qt_metacast(_clname);
|
|---|
| 289 | }
|
|---|
| 290 |
|
|---|
| 291 | int TP_Feedback::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|---|
| 292 | {
|
|---|
| 293 | _id = QWidget::qt_metacall(_c, _id, _a);
|
|---|
| 294 | if (_id < 0)
|
|---|
| 295 | return _id;
|
|---|
| 296 | return _id;
|
|---|
| 297 | }
|
|---|
| 298 | static const uint qt_meta_data_TP_DAQ[] = {
|
|---|
| 299 |
|
|---|
| 300 | // content:
|
|---|
| 301 | 5, // revision
|
|---|
| 302 | 0, // classname
|
|---|
| 303 | 0, 0, // classinfo
|
|---|
| 304 | 7, 14, // methods
|
|---|
| 305 | 0, 0, // properties
|
|---|
| 306 | 0, 0, // enums/sets
|
|---|
| 307 | 0, 0, // constructors
|
|---|
| 308 | 0, // flags
|
|---|
| 309 | 0, // signalCount
|
|---|
| 310 |
|
|---|
| 311 | // slots: signature, parameters, type, tag, flags
|
|---|
| 312 | 8, 7, 7, 7, 0x08,
|
|---|
| 313 | 30, 7, 7, 7, 0x08,
|
|---|
| 314 | 47, 7, 7, 7, 0x08,
|
|---|
| 315 | 61, 7, 7, 7, 0x08,
|
|---|
| 316 | 77, 7, 7, 7, 0x08,
|
|---|
| 317 | 96, 7, 7, 7, 0x08,
|
|---|
| 318 | 126, 7, 7, 7, 0x08,
|
|---|
| 319 |
|
|---|
| 320 | 0 // eod
|
|---|
| 321 | };
|
|---|
| 322 |
|
|---|
| 323 | static const char qt_meta_stringdata_TP_DAQ[] = {
|
|---|
| 324 | "TP_DAQ\0\0TranslatePixelID(int)\0"
|
|---|
| 325 | "UpdateScope(int)\0KeepCurrent()\0"
|
|---|
| 326 | "StartStop(bool)\0ShowPixelDisplay()\0"
|
|---|
| 327 | "SetPixelData(QVector<double>)\0"
|
|---|
| 328 | "OpenDataFile()\0"
|
|---|
| 329 | };
|
|---|
| 330 |
|
|---|
| 331 | const QMetaObject TP_DAQ::staticMetaObject = {
|
|---|
| 332 | { &QWidget::staticMetaObject, qt_meta_stringdata_TP_DAQ,
|
|---|
| 333 | qt_meta_data_TP_DAQ, 0 }
|
|---|
| 334 | };
|
|---|
| 335 |
|
|---|
| 336 | #ifdef Q_NO_DATA_RELOCATION
|
|---|
| 337 | const QMetaObject &TP_DAQ::getStaticMetaObject() { return staticMetaObject; }
|
|---|
| 338 | #endif //Q_NO_DATA_RELOCATION
|
|---|
| 339 |
|
|---|
| 340 | const QMetaObject *TP_DAQ::metaObject() const
|
|---|
| 341 | {
|
|---|
| 342 | return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
|
|---|
| 343 | }
|
|---|
| 344 |
|
|---|
| 345 | void *TP_DAQ::qt_metacast(const char *_clname)
|
|---|
| 346 | {
|
|---|
| 347 | if (!_clname) return 0;
|
|---|
| 348 | if (!strcmp(_clname, qt_meta_stringdata_TP_DAQ))
|
|---|
| 349 | return static_cast<void*>(const_cast< TP_DAQ*>(this));
|
|---|
| 350 | return QWidget::qt_metacast(_clname);
|
|---|
| 351 | }
|
|---|
| 352 |
|
|---|
| 353 | int TP_DAQ::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|---|
| 354 | {
|
|---|
| 355 | _id = QWidget::qt_metacall(_c, _id, _a);
|
|---|
| 356 | if (_id < 0)
|
|---|
| 357 | return _id;
|
|---|
| 358 | if (_c == QMetaObject::InvokeMetaMethod) {
|
|---|
| 359 | switch (_id) {
|
|---|
| 360 | case 0: TranslatePixelID((*reinterpret_cast< int(*)>(_a[1]))); break;
|
|---|
| 361 | case 1: UpdateScope((*reinterpret_cast< int(*)>(_a[1]))); break;
|
|---|
| 362 | case 2: KeepCurrent(); break;
|
|---|
| 363 | case 3: StartStop((*reinterpret_cast< bool(*)>(_a[1]))); break;
|
|---|
| 364 | case 4: ShowPixelDisplay(); break;
|
|---|
| 365 | case 5: SetPixelData((*reinterpret_cast< QVector<double>(*)>(_a[1]))); break;
|
|---|
| 366 | case 6: OpenDataFile(); break;
|
|---|
| 367 | default: ;
|
|---|
| 368 | }
|
|---|
| 369 | _id -= 7;
|
|---|
| 370 | }
|
|---|
| 371 | return _id;
|
|---|
| 372 | }
|
|---|
| 373 | static const uint qt_meta_data_TP_Evidence[] = {
|
|---|
| 374 |
|
|---|
| 375 | // content:
|
|---|
| 376 | 5, // revision
|
|---|
| 377 | 0, // classname
|
|---|
| 378 | 0, 0, // classinfo
|
|---|
| 379 | 3, 14, // methods
|
|---|
| 380 | 0, 0, // properties
|
|---|
| 381 | 0, 0, // enums/sets
|
|---|
| 382 | 0, 0, // constructors
|
|---|
| 383 | 0, // flags
|
|---|
| 384 | 0, // signalCount
|
|---|
| 385 |
|
|---|
| 386 | // slots: signature, parameters, type, tag, flags
|
|---|
| 387 | 13, 12, 12, 12, 0x08,
|
|---|
| 388 | 31, 12, 12, 12, 0x08,
|
|---|
| 389 | 49, 12, 12, 12, 0x08,
|
|---|
| 390 |
|
|---|
| 391 | 0 // eod
|
|---|
| 392 | };
|
|---|
| 393 |
|
|---|
| 394 | static const char qt_meta_stringdata_TP_Evidence[] = {
|
|---|
| 395 | "TP_Evidence\0\0ToggleAlarm(bool)\0"
|
|---|
| 396 | "StartDIMBrowser()\0StartELog()\0"
|
|---|
| 397 | };
|
|---|
| 398 |
|
|---|
| 399 | const QMetaObject TP_Evidence::staticMetaObject = {
|
|---|
| 400 | { &QWidget::staticMetaObject, qt_meta_stringdata_TP_Evidence,
|
|---|
| 401 | qt_meta_data_TP_Evidence, 0 }
|
|---|
| 402 | };
|
|---|
| 403 |
|
|---|
| 404 | #ifdef Q_NO_DATA_RELOCATION
|
|---|
| 405 | const QMetaObject &TP_Evidence::getStaticMetaObject() { return staticMetaObject; }
|
|---|
| 406 | #endif //Q_NO_DATA_RELOCATION
|
|---|
| 407 |
|
|---|
| 408 | const QMetaObject *TP_Evidence::metaObject() const
|
|---|
| 409 | {
|
|---|
| 410 | return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
|
|---|
| 411 | }
|
|---|
| 412 |
|
|---|
| 413 | void *TP_Evidence::qt_metacast(const char *_clname)
|
|---|
| 414 | {
|
|---|
| 415 | if (!_clname) return 0;
|
|---|
| 416 | if (!strcmp(_clname, qt_meta_stringdata_TP_Evidence))
|
|---|
| 417 | return static_cast<void*>(const_cast< TP_Evidence*>(this));
|
|---|
| 418 | return QWidget::qt_metacast(_clname);
|
|---|
| 419 | }
|
|---|
| 420 |
|
|---|
| 421 | int TP_Evidence::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|---|
| 422 | {
|
|---|
| 423 | _id = QWidget::qt_metacall(_c, _id, _a);
|
|---|
| 424 | if (_id < 0)
|
|---|
| 425 | return _id;
|
|---|
| 426 | if (_c == QMetaObject::InvokeMetaMethod) {
|
|---|
| 427 | switch (_id) {
|
|---|
| 428 | case 0: ToggleAlarm((*reinterpret_cast< bool(*)>(_a[1]))); break;
|
|---|
| 429 | case 1: StartDIMBrowser(); break;
|
|---|
| 430 | case 2: StartELog(); break;
|
|---|
| 431 | default: ;
|
|---|
| 432 | }
|
|---|
| 433 | _id -= 3;
|
|---|
| 434 | }
|
|---|
| 435 | return _id;
|
|---|
| 436 | }
|
|---|
| 437 | static const uint qt_meta_data_GUI[] = {
|
|---|
| 438 |
|
|---|
| 439 | // content:
|
|---|
| 440 | 5, // revision
|
|---|
| 441 | 0, // classname
|
|---|
| 442 | 0, 0, // classinfo
|
|---|
| 443 | 7, 14, // methods
|
|---|
| 444 | 0, 0, // properties
|
|---|
| 445 | 0, 0, // enums/sets
|
|---|
| 446 | 0, 0, // constructors
|
|---|
| 447 | 0, // flags
|
|---|
| 448 | 0, // signalCount
|
|---|
| 449 |
|
|---|
| 450 | // slots: signature, parameters, type, tag, flags
|
|---|
| 451 | 5, 4, 4, 4, 0x08,
|
|---|
| 452 | 17, 4, 4, 4, 0x08,
|
|---|
| 453 | 34, 4, 4, 4, 0x08,
|
|---|
| 454 | 48, 4, 4, 4, 0x08,
|
|---|
| 455 | 71, 69, 4, 4, 0x08,
|
|---|
| 456 | 91, 4, 4, 4, 0x28,
|
|---|
| 457 | 106, 4, 4, 4, 0x08,
|
|---|
| 458 |
|
|---|
| 459 | 0 // eod
|
|---|
| 460 | };
|
|---|
| 461 |
|
|---|
| 462 | static const char qt_meta_stringdata_GUI[] = {
|
|---|
| 463 | "GUI\0\0MenuAbout()\0MenuNewHistory()\0"
|
|---|
| 464 | "MenuCommand()\0MenuRawDataBrowser()\0,\0"
|
|---|
| 465 | "DetachTab(int,bool)\0DetachTab(int)\0"
|
|---|
| 466 | "CheckAlarm()\0"
|
|---|
| 467 | };
|
|---|
| 468 |
|
|---|
| 469 | const QMetaObject GUI::staticMetaObject = {
|
|---|
| 470 | { &QMainWindow::staticMetaObject, qt_meta_stringdata_GUI,
|
|---|
| 471 | qt_meta_data_GUI, 0 }
|
|---|
| 472 | };
|
|---|
| 473 |
|
|---|
| 474 | #ifdef Q_NO_DATA_RELOCATION
|
|---|
| 475 | const QMetaObject &GUI::getStaticMetaObject() { return staticMetaObject; }
|
|---|
| 476 | #endif //Q_NO_DATA_RELOCATION
|
|---|
| 477 |
|
|---|
| 478 | const QMetaObject *GUI::metaObject() const
|
|---|
| 479 | {
|
|---|
| 480 | return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
|
|---|
| 481 | }
|
|---|
| 482 |
|
|---|
| 483 | void *GUI::qt_metacast(const char *_clname)
|
|---|
| 484 | {
|
|---|
| 485 | if (!_clname) return 0;
|
|---|
| 486 | if (!strcmp(_clname, qt_meta_stringdata_GUI))
|
|---|
| 487 | return static_cast<void*>(const_cast< GUI*>(this));
|
|---|
| 488 | if (!strcmp(_clname, "DimBrowser"))
|
|---|
| 489 | return static_cast< DimBrowser*>(const_cast< GUI*>(this));
|
|---|
| 490 | return QMainWindow::qt_metacast(_clname);
|
|---|
| 491 | }
|
|---|
| 492 |
|
|---|
| 493 | int GUI::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|---|
| 494 | {
|
|---|
| 495 | _id = QMainWindow::qt_metacall(_c, _id, _a);
|
|---|
| 496 | if (_id < 0)
|
|---|
| 497 | return _id;
|
|---|
| 498 | if (_c == QMetaObject::InvokeMetaMethod) {
|
|---|
| 499 | switch (_id) {
|
|---|
| 500 | case 0: MenuAbout(); break;
|
|---|
| 501 | case 1: MenuNewHistory(); break;
|
|---|
| 502 | case 2: MenuCommand(); break;
|
|---|
| 503 | case 3: MenuRawDataBrowser(); break;
|
|---|
| 504 | case 4: DetachTab((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break;
|
|---|
| 505 | case 5: DetachTab((*reinterpret_cast< int(*)>(_a[1]))); break;
|
|---|
| 506 | case 6: CheckAlarm(); break;
|
|---|
| 507 | default: ;
|
|---|
| 508 | }
|
|---|
| 509 | _id -= 7;
|
|---|
| 510 | }
|
|---|
| 511 | return _id;
|
|---|
| 512 | }
|
|---|
| 513 | QT_END_MOC_NAMESPACE
|
|---|