/**************************************************************************** ** Meta object code from reading C++ file 'RegisterPanel.h' ** ** Created: Mon 23. Jul 10:26:20 2012 ** by: The Qt Meta Object Compiler version 62 (Qt 4.6.3) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../RegisterPanel.h" #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'RegisterPanel.h' doesn't include ." #elif Q_MOC_OUTPUT_REVISION != 62 #error "This file was generated using the moc from 4.6.3. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif QT_BEGIN_MOC_NAMESPACE static const uint qt_meta_data_RegisterItem[] = { // content: 4, // revision 0, // classname 0, 0, // classinfo 6, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 0, // signalCount // slots: signature, parameters, type, tag, flags 14, 13, 13, 13, 0x0a, 47, 31, 13, 13, 0x0a, 83, 76, 13, 13, 0x2a, 104, 13, 13, 13, 0x2a, 116, 13, 13, 13, 0x0a, 123, 13, 13, 13, 0x0a, 0 // eod }; static const char qt_meta_stringdata_RegisterItem[] = { "RegisterItem\0\0detailsPressed()\0" "status,infoText\0setStatus(StatusTag,QString)\0" "status\0setStatus(StatusTag)\0setStatus()\0" "hide()\0show()\0" }; const QMetaObject RegisterItem::staticMetaObject = { { &QWidget::staticMetaObject, qt_meta_stringdata_RegisterItem, qt_meta_data_RegisterItem, 0 } }; #ifdef Q_NO_DATA_RELOCATION const QMetaObject &RegisterItem::getStaticMetaObject() { return staticMetaObject; } #endif //Q_NO_DATA_RELOCATION const QMetaObject *RegisterItem::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; } void *RegisterItem::qt_metacast(const char *_clname) { if (!_clname) return 0; if (!strcmp(_clname, qt_meta_stringdata_RegisterItem)) return static_cast(const_cast< RegisterItem*>(this)); return QWidget::qt_metacast(_clname); } int RegisterItem::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = QWidget::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { switch (_id) { case 0: detailsPressed(); break; case 1: setStatus((*reinterpret_cast< StatusTag(*)>(_a[1])),(*reinterpret_cast< QString(*)>(_a[2]))); break; case 2: setStatus((*reinterpret_cast< StatusTag(*)>(_a[1]))); break; case 3: setStatus(); break; case 4: hide(); break; case 5: show(); break; default: ; } _id -= 6; } return _id; } static const uint qt_meta_data_RegisterPanel[] = { // content: 4, // revision 0, // classname 0, 0, // classinfo 20, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 0, // signalCount // slots: signature, parameters, type, tag, flags 15, 14, 14, 14, 0x0a, 27, 14, 14, 14, 0x0a, 38, 14, 14, 14, 0x0a, 48, 14, 14, 14, 0x0a, 62, 14, 14, 14, 0x0a, 74, 14, 14, 14, 0x0a, 86, 14, 14, 14, 0x0a, 98, 14, 14, 14, 0x0a, 117, 14, 14, 14, 0x0a, 136, 14, 14, 14, 0x0a, 157, 155, 14, 14, 0x0a, 201, 176, 14, 14, 0x0a, 256, 236, 14, 14, 0x0a, 283, 279, 14, 14, 0x0a, 309, 14, 14, 14, 0x0a, 326, 14, 14, 14, 0x0a, 346, 14, 14, 14, 0x0a, 373, 367, 14, 14, 0x0a, 395, 14, 14, 14, 0x0a, 417, 405, 14, 14, 0x0a, 0 // eod }; static const char qt_meta_stringdata_RegisterPanel[] = { "RegisterPanel\0\0clearInfo()\0clearAll()\0" "testAll()\0testCurrent()\0testList0()\0" "testList1()\0testList2()\0testListCurrent0()\0" "testListCurrent1()\0testListCurrent2()\0" ",\0testList(int,bool)\0crateID,grpID,modID,name\0" "setModule(int,int,int,const char*)\0" "crateID,grpID,modID\0setModule(int,int,int)\0" "msg\0setTextMessg(const char*)\0" "setActions(bool)\0setActionsEnabled()\0" "setActionsDisabled()\0block\0" "setCurrModBlock(bool)\0editCfg()\0" "label,state\0setLED(QLabel*,int)\0" }; const QMetaObject RegisterPanel::staticMetaObject = { { &Q3MainWindow::staticMetaObject, qt_meta_stringdata_RegisterPanel, qt_meta_data_RegisterPanel, 0 } }; #ifdef Q_NO_DATA_RELOCATION const QMetaObject &RegisterPanel::getStaticMetaObject() { return staticMetaObject; } #endif //Q_NO_DATA_RELOCATION const QMetaObject *RegisterPanel::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; } void *RegisterPanel::qt_metacast(const char *_clname) { if (!_clname) return 0; if (!strcmp(_clname, qt_meta_stringdata_RegisterPanel)) return static_cast(const_cast< RegisterPanel*>(this)); if (!strcmp(_clname, "Ui::RegisterPanelBase")) return static_cast< Ui::RegisterPanelBase*>(const_cast< RegisterPanel*>(this)); return Q3MainWindow::qt_metacast(_clname); } int RegisterPanel::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = Q3MainWindow::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { switch (_id) { case 0: clearInfo(); break; case 1: clearAll(); break; case 2: testAll(); break; case 3: testCurrent(); break; case 4: testList0(); break; case 5: testList1(); break; case 6: testList2(); break; case 7: testListCurrent0(); break; case 8: testListCurrent1(); break; case 9: testListCurrent2(); break; case 10: testList((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break; case 11: setModule((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])),(*reinterpret_cast< const char*(*)>(_a[4]))); break; case 12: setModule((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break; case 13: setTextMessg((*reinterpret_cast< const char*(*)>(_a[1]))); break; case 14: setActions((*reinterpret_cast< bool(*)>(_a[1]))); break; case 15: setActionsEnabled(); break; case 16: setActionsDisabled(); break; case 17: setCurrModBlock((*reinterpret_cast< bool(*)>(_a[1]))); break; case 18: editCfg(); break; case 19: setLED((*reinterpret_cast< QLabel*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; default: ; } _id -= 20; } return _id; } QT_END_MOC_NAMESPACE