/**************************************************************************** ** Meta object code from reading C++ file 'DBTreeView.h' ** ** Created: Mon 23. Jul 10:25:26 2012 ** by: The Qt Meta Object Compiler version 62 (Qt 4.6.3) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ #include "../DBTreeView.h" #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'DBTreeView.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_DBListView[] = { // content: 4, // revision 0, // classname 0, 0, // classinfo 7, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 2, // signalCount // signals: signature, parameters, type, tag, flags 12, 11, 11, 11, 0x05, 41, 39, 11, 11, 0x05, // slots: signature, parameters, type, tag, flags 84, 11, 11, 11, 0x0a, 122, 11, 11, 11, 0x0a, 162, 11, 11, 11, 0x0a, 199, 11, 11, 11, 0x0a, 220, 11, 11, 11, 0x0a, 0 // eod }; static const char qt_meta_stringdata_DBListView[] = { "DBListView\0\0draggingInto(QMouseEvent*)\0" ",\0droppingInto(QMouseEvent*,Q3ListViewItem*)\0" "contentsMousePressEvent(QMouseEvent*)\0" "contentsMouseReleaseEvent(QMouseEvent*)\0" "contentsMouseMoveEvent(QMouseEvent*)\0" "myDrag(QMouseEvent*)\0resetDrag()\0" }; const QMetaObject DBListView::staticMetaObject = { { &Q3ListView::staticMetaObject, qt_meta_stringdata_DBListView, qt_meta_data_DBListView, 0 } }; #ifdef Q_NO_DATA_RELOCATION const QMetaObject &DBListView::getStaticMetaObject() { return staticMetaObject; } #endif //Q_NO_DATA_RELOCATION const QMetaObject *DBListView::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; } void *DBListView::qt_metacast(const char *_clname) { if (!_clname) return 0; if (!strcmp(_clname, qt_meta_stringdata_DBListView)) return static_cast(const_cast< DBListView*>(this)); return Q3ListView::qt_metacast(_clname); } int DBListView::qt_metacall(QMetaObject::Call _c, int _id, void **_a) { _id = Q3ListView::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { switch (_id) { case 0: draggingInto((*reinterpret_cast< QMouseEvent*(*)>(_a[1]))); break; case 1: droppingInto((*reinterpret_cast< QMouseEvent*(*)>(_a[1])),(*reinterpret_cast< Q3ListViewItem*(*)>(_a[2]))); break; case 2: contentsMousePressEvent((*reinterpret_cast< QMouseEvent*(*)>(_a[1]))); break; case 3: contentsMouseReleaseEvent((*reinterpret_cast< QMouseEvent*(*)>(_a[1]))); break; case 4: contentsMouseMoveEvent((*reinterpret_cast< QMouseEvent*(*)>(_a[1]))); break; case 5: myDrag((*reinterpret_cast< QMouseEvent*(*)>(_a[1]))); break; case 6: resetDrag(); break; default: ; } _id -= 7; } return _id; } // SIGNAL 0 void DBListView::draggingInto(QMouseEvent * _t1) { void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; QMetaObject::activate(this, &staticMetaObject, 0, _a); } // SIGNAL 1 void DBListView::droppingInto(QMouseEvent * _t1, Q3ListViewItem * _t2) { void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)) }; QMetaObject::activate(this, &staticMetaObject, 1, _a); } static const uint qt_meta_data_DBTreeView[] = { // content: 4, // revision 0, // classname 0, 0, // classinfo 3, 14, // methods 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors 0, // flags 0, // signalCount // slots: signature, parameters, type, tag, flags 12, 11, 11, 11, 0x0a, 25, 11, 11, 11, 0x0a, 36, 11, 11, 11, 0x0a, 0 // eod }; static const char qt_meta_stringdata_DBTreeView[] = { "DBTreeView\0\0updateList()\0fillView()\0" "itemDoubleClick(Q3ListViewItem*)\0" }; const QMetaObject DBTreeView::staticMetaObject = { { &QWidget::staticMetaObject, qt_meta_stringdata_DBTreeView, qt_meta_data_DBTreeView, 0 } }; #ifdef Q_NO_DATA_RELOCATION const QMetaObject &DBTreeView::getStaticMetaObject() { return staticMetaObject; } #endif //Q_NO_DATA_RELOCATION const QMetaObject *DBTreeView::metaObject() const { return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; } void *DBTreeView::qt_metacast(const char *_clname) { if (!_clname) return 0; if (!strcmp(_clname, qt_meta_stringdata_DBTreeView)) return static_cast(const_cast< DBTreeView*>(this)); if (!strcmp(_clname, "Ui::DBTreeViewBase")) return static_cast< Ui::DBTreeViewBase*>(const_cast< DBTreeView*>(this)); return QWidget::qt_metacast(_clname); } int DBTreeView::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: updateList(); break; case 1: fillView(); break; case 2: itemDoubleClick((*reinterpret_cast< Q3ListViewItem*(*)>(_a[1]))); break; default: ; } _id -= 3; } return _id; } QT_END_MOC_NAMESPACE