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