/**************************************************************************** ** Meta object code from reading C++ file 'ModList.h' ** ** Created: Mon 23. Jul 10:26:19 2012 ** by: The Qt Meta Object Compiler version 62 (Qt 4.6.3) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../ModList.h" #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'ModList.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_ModList[] = { // content: 4, // revision 0, // classname 0, 0, // classinfo 18, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 2, // signalCount // signals: signature, parameters, type, tag, flags 9, 8, 8, 8, 0x05, 38, 8, 8, 8, 0x05, // slots: signature, parameters, type, tag, flags 59, 54, 8, 8, 0x0a, 107, 87, 8, 8, 0x0a, 150, 140, 8, 8, 0x0a, 189, 54, 8, 8, 0x0a, 219, 8, 8, 8, 0x0a, 232, 8, 8, 8, 0x0a, 248, 8, 8, 8, 0x0a, 264, 8, 8, 8, 0x0a, 283, 8, 8, 8, 0x0a, 298, 8, 8, 8, 0x0a, 307, 8, 8, 8, 0x0a, 318, 315, 8, 8, 0x0a, 334, 8, 8, 8, 0x0a, 347, 8, 8, 8, 0x0a, 365, 8, 8, 8, 0x0a, 375, 8, 8, 8, 0x0a, 0 // eod }; static const char qt_meta_stringdata_ModList[] = { "ModList\0\0listUpdated(Q3ListViewItem*)\0" "statusChanged()\0item\0editModule(Q3ListViewItem*)\0" "in_item,doubleClick\0" "editModule(Q3ListViewItem*,bool)\0" "item,,col\0rightClick(Q3ListViewItem*,QPoint,int)\0" "toggleEnable(Q3ListViewItem*)\0" "updateView()\0updateViewDAQ()\0" "updateViewDCS()\0updateBocEditors()\0" "changeStatus()\0allOff()\0allOn()\0on\0" "allSwitch(bool)\0editClosed()\0" "saveFromEdit(int)\0setBusy()\0setIdle()\0" }; const QMetaObject ModList::staticMetaObject = { { &QWidget::staticMetaObject, qt_meta_stringdata_ModList, qt_meta_data_ModList, 0 } }; #ifdef Q_NO_DATA_RELOCATION const QMetaObject &ModList::getStaticMetaObject() { return staticMetaObject; } #endif //Q_NO_DATA_RELOCATION const QMetaObject *ModList::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; } void *ModList::qt_metacast(const char *_clname) { if (!_clname) return 0; if (!strcmp(_clname, qt_meta_stringdata_ModList)) return static_cast(const_cast< ModList*>(this)); if (!strcmp(_clname, "Ui::ModListBase")) return static_cast< Ui::ModListBase*>(const_cast< ModList*>(this)); return QWidget::qt_metacast(_clname); } int ModList::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: listUpdated((*reinterpret_cast< Q3ListViewItem*(*)>(_a[1]))); break; case 1: statusChanged(); break; case 2: editModule((*reinterpret_cast< Q3ListViewItem*(*)>(_a[1]))); break; case 3: editModule((*reinterpret_cast< Q3ListViewItem*(*)>(_a[1])),(*reinterpret_cast< bool(*)>(_a[2]))); break; case 4: rightClick((*reinterpret_cast< Q3ListViewItem*(*)>(_a[1])),(*reinterpret_cast< const QPoint(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break; case 5: toggleEnable((*reinterpret_cast< Q3ListViewItem*(*)>(_a[1]))); break; case 6: updateView(); break; case 7: updateViewDAQ(); break; case 8: updateViewDCS(); break; case 9: updateBocEditors(); break; case 10: changeStatus(); break; case 11: allOff(); break; case 12: allOn(); break; case 13: allSwitch((*reinterpret_cast< bool(*)>(_a[1]))); break; case 14: editClosed(); break; case 15: saveFromEdit((*reinterpret_cast< int(*)>(_a[1]))); break; case 16: setBusy(); break; case 17: setIdle(); break; default: ; } _id -= 18; } return _id; } // SIGNAL 0 void ModList::listUpdated(Q3ListViewItem * _t1) { void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; QMetaObject::activate(this, &staticMetaObject, 0, _a); } // SIGNAL 1 void ModList::statusChanged() { QMetaObject::activate(this, &staticMetaObject, 1, 0); } QT_END_MOC_NAMESPACE