/**************************************************************************** ** Meta object code from reading C++ file 'ModGeoView.h' ** ** Created: Mon 23. Jul 10:26:18 2012 ** by: The Qt Meta Object Compiler version 62 (Qt 4.6.3) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../ModGeoView.h" #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'ModGeoView.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_ModGeoView[] = { // content: 4, // revision 0, // classname 0, 0, // classinfo 8, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 1, // signalCount // signals: signature, parameters, type, tag, flags 17, 12, 11, 11, 0x05, // slots: signature, parameters, type, tag, flags 55, 12, 11, 11, 0x0a, 93, 83, 11, 11, 0x0a, 132, 11, 11, 11, 0x0a, 145, 11, 11, 11, 0x0a, 160, 12, 11, 11, 0x0a, 193, 11, 11, 11, 0x0a, 210, 11, 11, 11, 0x0a, 0 // eod }; static const char qt_meta_stringdata_ModGeoView[] = { "ModGeoView\0\0item\0currentChangedTransl(Q3ListViewItem*)\0" "editModule(Q3ListViewItem*)\0item,,col\0" "rightClick(Q3ListViewItem*,QPoint,int)\0" "updateList()\0changeStatus()\0" "emitCurrChanged(Q3ListViewItem*)\0" "mapAction(void*)\0loadGeo()\0" }; const QMetaObject ModGeoView::staticMetaObject = { { &QWidget::staticMetaObject, qt_meta_stringdata_ModGeoView, qt_meta_data_ModGeoView, 0 } }; #ifdef Q_NO_DATA_RELOCATION const QMetaObject &ModGeoView::getStaticMetaObject() { return staticMetaObject; } #endif //Q_NO_DATA_RELOCATION const QMetaObject *ModGeoView::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; } void *ModGeoView::qt_metacast(const char *_clname) { if (!_clname) return 0; if (!strcmp(_clname, qt_meta_stringdata_ModGeoView)) return static_cast(const_cast< ModGeoView*>(this)); if (!strcmp(_clname, "Ui::ModGeoViewBase")) return static_cast< Ui::ModGeoViewBase*>(const_cast< ModGeoView*>(this)); return QWidget::qt_metacast(_clname); } int ModGeoView::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: currentChangedTransl((*reinterpret_cast< Q3ListViewItem*(*)>(_a[1]))); break; case 1: editModule((*reinterpret_cast< Q3ListViewItem*(*)>(_a[1]))); break; case 2: rightClick((*reinterpret_cast< Q3ListViewItem*(*)>(_a[1])),(*reinterpret_cast< const QPoint(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break; case 3: updateList(); break; case 4: changeStatus(); break; case 5: emitCurrChanged((*reinterpret_cast< Q3ListViewItem*(*)>(_a[1]))); break; case 6: mapAction((*reinterpret_cast< void*(*)>(_a[1]))); break; case 7: loadGeo(); break; default: ; } _id -= 8; } return _id; } // SIGNAL 0 void ModGeoView::currentChangedTransl(Q3ListViewItem * _t1) { void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; QMetaObject::activate(this, &staticMetaObject, 0, _a); } QT_END_MOC_NAMESPACE