| 1 | /**************************************************************************** |
| 2 | ** Meta object code from reading C++ file 'xbeltree.h' |
| 3 | ** |
| 4 | ** Created by: The Qt Meta Object Compiler version 68 (Qt 6.0.0) |
| 5 | ** |
| 6 | ** WARNING! All changes made in this file will be lost! |
| 7 | *****************************************************************************/ |
| 8 | |
| 9 | #include <memory> |
| 10 | #include "xbeltree.h" |
| 11 | #include <QtCore/qbytearray.h> |
| 12 | #include <QtCore/qmetatype.h> |
| 13 | #if !defined(Q_MOC_OUTPUT_REVISION) |
| 14 | #error "The header file 'xbeltree.h' doesn't include <QObject>." |
| 15 | #elif Q_MOC_OUTPUT_REVISION != 68 |
| 16 | #error "This file was generated using the moc from 6.0.0. It" |
| 17 | #error "cannot be used with the include files from this version of Qt." |
| 18 | #error "(The moc has changed too much.)" |
| 19 | #endif |
| 20 | |
| 21 | QT_BEGIN_MOC_NAMESPACE |
| 22 | QT_WARNING_PUSH |
| 23 | QT_WARNING_DISABLE_DEPRECATED |
| 24 | struct qt_meta_stringdata_XbelTree_t { |
| 25 | const uint offsetsAndSize[12]; |
| 26 | char stringdata0[62]; |
| 27 | }; |
| 28 | #define QT_MOC_LITERAL(ofs, len) \ |
| 29 | uint(offsetof(qt_meta_stringdata_XbelTree_t, stringdata0) + ofs), len |
| 30 | static const qt_meta_stringdata_XbelTree_t qt_meta_stringdata_XbelTree = { |
| 31 | { |
| 32 | QT_MOC_LITERAL(0, 8), // "XbelTree" |
| 33 | QT_MOC_LITERAL(9, 16), // "updateDomElement" |
| 34 | QT_MOC_LITERAL(26, 0), // "" |
| 35 | QT_MOC_LITERAL(27, 22), // "const QTreeWidgetItem*" |
| 36 | QT_MOC_LITERAL(50, 4), // "item" |
| 37 | QT_MOC_LITERAL(55, 6) // "column" |
| 38 | |
| 39 | }, |
| 40 | "XbelTree\0updateDomElement\0\0" |
| 41 | "const QTreeWidgetItem*\0item\0column" |
| 42 | }; |
| 43 | #undef QT_MOC_LITERAL |
| 44 | |
| 45 | static const uint qt_meta_data_XbelTree[] = { |
| 46 | |
| 47 | // content: |
| 48 | 9, // revision |
| 49 | 0, // classname |
| 50 | 0, 0, // classinfo |
| 51 | 1, 14, // methods |
| 52 | 0, 0, // properties |
| 53 | 0, 0, // enums/sets |
| 54 | 0, 0, // constructors |
| 55 | 0, // flags |
| 56 | 0, // signalCount |
| 57 | |
| 58 | // slots: name, argc, parameters, tag, flags, initial metatype offsets |
| 59 | 1, 2, 20, 2, 0x08, 0 /* Private */, |
| 60 | |
| 61 | // slots: parameters |
| 62 | QMetaType::Void, 0x80000000 | 3, QMetaType::Int, 4, 5, |
| 63 | |
| 64 | 0 // eod |
| 65 | }; |
| 66 | |
| 67 | void XbelTree::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
| 68 | { |
| 69 | if (_c == QMetaObject::InvokeMetaMethod) { |
| 70 | Q_ASSERT(staticMetaObject.cast(_o)); |
| 71 | auto *_t = static_cast<XbelTree *>(_o); |
| 72 | Q_UNUSED(_t) |
| 73 | switch (_id) { |
| 74 | case 0: _t->updateDomElement((*reinterpret_cast< const QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; |
| 75 | default: ; |
| 76 | } |
| 77 | } |
| 78 | } |
| 79 | |
| 80 | const QMetaObject XbelTree::staticMetaObject = { { |
| 81 | QMetaObject::SuperData::link<QTreeWidget::staticMetaObject>(), |
| 82 | qt_meta_stringdata_XbelTree.offsetsAndSize, |
| 83 | qt_meta_data_XbelTree, |
| 84 | qt_static_metacall, |
| 85 | nullptr, |
| 86 | qt_incomplete_metaTypeArray<qt_meta_stringdata_XbelTree_t |
| 87 | |
| 88 | , QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<const QTreeWidgetItem *, std::false_type>, QtPrivate::TypeAndForceComplete<int, std::false_type> |
| 89 | |
| 90 | |
| 91 | >, |
| 92 | nullptr |
| 93 | } }; |
| 94 | |
| 95 | |
| 96 | const QMetaObject *XbelTree::metaObject() const |
| 97 | { |
| 98 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
| 99 | } |
| 100 | |
| 101 | void *XbelTree::qt_metacast(const char *_clname) |
| 102 | { |
| 103 | if (!_clname) return nullptr; |
| 104 | if (!strcmp(_clname, qt_meta_stringdata_XbelTree.stringdata0)) |
| 105 | return static_cast<void*>(this); |
| 106 | return QTreeWidget::qt_metacast(_clname); |
| 107 | } |
| 108 | |
| 109 | int XbelTree::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
| 110 | { |
| 111 | _id = QTreeWidget::qt_metacall(_c, _id, _a); |
| 112 | if (_id < 0) |
| 113 | return _id; |
| 114 | if (_c == QMetaObject::InvokeMetaMethod) { |
| 115 | if (_id < 1) |
| 116 | qt_static_metacall(this, _c, _id, _a); |
| 117 | _id -= 1; |
| 118 | } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { |
| 119 | if (_id < 1) |
| 120 | *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); |
| 121 | _id -= 1; |
| 122 | } |
| 123 | return _id; |
| 124 | } |
| 125 | QT_WARNING_POP |
| 126 | QT_END_MOC_NAMESPACE |
| 127 | |