| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | #pragma GCC diagnostic push | - |
| 4 | | - |
| 5 | | - |
| 6 | #pragma GCC diagnostic ignored "-Wdeprecated-declarations" | - |
| 7 | | - |
| 8 | struct qt_meta_stringdata_QQuickPointHandler_t { | - |
| 9 | QByteArrayData data[4]; | - |
| 10 | char stringdata0[51]; | - |
| 11 | }; | - |
| 12 | | - |
| 13 | | - |
| 14 | | - |
| 15 | | - |
| 16 | | - |
| 17 | static const qt_meta_stringdata_QQuickPointHandler_t qt_meta_stringdata_QQuickPointHandler = { | - |
| 18 | { | - |
| 19 | { { { -1 } }, 18, 0, 0, qptrdiff( | - |
| 20 | __builtin_offsetof ( | - |
| 21 | qt_meta_stringdata_QQuickPointHandler_t | - |
| 22 | , | - |
| 23 | stringdata0 | - |
| 24 | ) | - |
| 25 | + 0 - 0 * sizeof(QByteArrayData)) }, | - |
| 26 | { { { -1 } }, 18, 0, 0, qptrdiff( | - |
| 27 | __builtin_offsetof ( | - |
| 28 | qt_meta_stringdata_QQuickPointHandler_t | - |
| 29 | , | - |
| 30 | stringdata0 | - |
| 31 | ) | - |
| 32 | + 19 - 1 * sizeof(QByteArrayData)) }, | - |
| 33 | { { { -1 } }, 0, 0, 0, qptrdiff( | - |
| 34 | __builtin_offsetof ( | - |
| 35 | qt_meta_stringdata_QQuickPointHandler_t | - |
| 36 | , | - |
| 37 | stringdata0 | - |
| 38 | ) | - |
| 39 | + 38 - 2 * sizeof(QByteArrayData)) }, | - |
| 40 | { { { -1 } }, 11, 0, 0, qptrdiff( | - |
| 41 | __builtin_offsetof ( | - |
| 42 | qt_meta_stringdata_QQuickPointHandler_t | - |
| 43 | , | - |
| 44 | stringdata0 | - |
| 45 | ) | - |
| 46 | + 39 - 3 * sizeof(QByteArrayData)) } | - |
| 47 | | - |
| 48 | }, | - |
| 49 | "QQuickPointHandler\0translationChanged\0" | - |
| 50 | "\0translation" | - |
| 51 | }; | - |
| 52 | | - |
| 53 | | - |
| 54 | static const uint qt_meta_data_QQuickPointHandler[] = { | - |
| 55 | | - |
| 56 | | - |
| 57 | 7, | - |
| 58 | 0, | - |
| 59 | 0, 0, | - |
| 60 | 1, 14, | - |
| 61 | 1, 20, | - |
| 62 | 0, 0, | - |
| 63 | 0, 0, | - |
| 64 | 0, | - |
| 65 | 1, | - |
| 66 | | - |
| 67 | | - |
| 68 | 1, 0, 19, 2, 0x06 , | - |
| 69 | | - |
| 70 | | - |
| 71 | QMetaType::Void, | - |
| 72 | | - |
| 73 | | - |
| 74 | 3, QMetaType::QVector2D, 0x00495001, | - |
| 75 | | - |
| 76 | | - |
| 77 | 0, | - |
| 78 | | - |
| 79 | 0 | - |
| 80 | }; | - |
| 81 | | - |
| 82 | void QQuickPointHandler::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) | - |
| 83 | { | - |
| 84 | if (_c == QMetaObject::InvokeMetaMethod) { | - |
| 85 | QQuickPointHandler *_t = static_cast<QQuickPointHandler *>(_o); | - |
| 86 | (void)_t; | - |
| 87 | switch (_id) { | - |
| 88 | case 0: _t->translationChanged(); break; | - |
| 89 | default: ; | - |
| 90 | } | - |
| 91 | } else if (_c == QMetaObject::IndexOfMethod) { | - |
| 92 | int *result = reinterpret_cast<int *>(_a[0]); | - |
| 93 | { | - |
| 94 | using _t = void (QQuickPointHandler::*)(); | - |
| 95 | if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickPointHandler::translationChanged)) { | - |
| 96 | *result = 0; | - |
| 97 | return; | - |
| 98 | } | - |
| 99 | } | - |
| 100 | } | - |
| 101 | | - |
| 102 | else if (_c == QMetaObject::ReadProperty) { | - |
| 103 | QQuickPointHandler *_t = static_cast<QQuickPointHandler *>(_o); | - |
| 104 | (void)_t; | - |
| 105 | void *_v = _a[0]; | - |
| 106 | switch (_id) { | - |
| 107 | case 0: *reinterpret_cast< QVector2D*>(_v) = _t->translation(); break; | - |
| 108 | default: break; | - |
| 109 | } | - |
| 110 | } else if (_c == QMetaObject::WriteProperty) { | - |
| 111 | } else if (_c == QMetaObject::ResetProperty) { | - |
| 112 | } | - |
| 113 | | - |
| 114 | (void)_a;; | - |
| 115 | } | - |
| 116 | | - |
| 117 | const QMetaObject QQuickPointHandler::staticMetaObject = { | - |
| 118 | { &QQuickSinglePointHandler::staticMetaObject, qt_meta_stringdata_QQuickPointHandler.data, | - |
| 119 | qt_meta_data_QQuickPointHandler, qt_static_metacall, nullptr, nullptr} | - |
| 120 | }; | - |
| 121 | | - |
| 122 | | - |
| 123 | const QMetaObject *QQuickPointHandler::metaObject() const | - |
| 124 | { | - |
| 125 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; | - |
| 126 | } | - |
| 127 | | - |
| 128 | void *QQuickPointHandler::qt_metacast(const char *_clname) | - |
| 129 | { | - |
| 130 | if (!_clname) return nullptr; | - |
| 131 | if (!strcmp(_clname, qt_meta_stringdata_QQuickPointHandler.stringdata0)) | - |
| 132 | return static_cast<void*>(this); | - |
| 133 | return QQuickSinglePointHandler::qt_metacast(_clname); | - |
| 134 | } | - |
| 135 | | - |
| 136 | int QQuickPointHandler::qt_metacall(QMetaObject::Call _c, int _id, void **_a) | - |
| 137 | { | - |
| 138 | _id = QQuickSinglePointHandler::qt_metacall(_c, _id, _a); | - |
| 139 | if (_id < 0) | - |
| 140 | return _id; | - |
| 141 | if (_c == QMetaObject::InvokeMetaMethod) { | - |
| 142 | if (_id < 1) | - |
| 143 | qt_static_metacall(this, _c, _id, _a); | - |
| 144 | _id -= 1; | - |
| 145 | } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { | - |
| 146 | if (_id < 1) | - |
| 147 | *reinterpret_cast<int*>(_a[0]) = -1; | - |
| 148 | _id -= 1; | - |
| 149 | } | - |
| 150 | | - |
| 151 | else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty | - |
| 152 | || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { | - |
| 153 | qt_static_metacall(this, _c, _id, _a); | - |
| 154 | _id -= 1; | - |
| 155 | } else if (_c == QMetaObject::QueryPropertyDesignable) { | - |
| 156 | _id -= 1; | - |
| 157 | } else if (_c == QMetaObject::QueryPropertyScriptable) { | - |
| 158 | _id -= 1; | - |
| 159 | } else if (_c == QMetaObject::QueryPropertyStored) { | - |
| 160 | _id -= 1; | - |
| 161 | } else if (_c == QMetaObject::QueryPropertyEditable) { | - |
| 162 | _id -= 1; | - |
| 163 | } else if (_c == QMetaObject::QueryPropertyUser) { | - |
| 164 | _id -= 1; | - |
| 165 | } | - |
| 166 | | - |
| 167 | return _id; | - |
| 168 | } | - |
| 169 | | - |
| 170 | | - |
| 171 | void QQuickPointHandler::translationChanged() | - |
| 172 | { | - |
| 173 | QMetaObject::activate(this, &staticMetaObject, 0, nullptr); | - |
| 174 | } never executed: end of block | 0 |
| 175 | | - |
| 176 | #pragma GCC diagnostic pop | - |
| 177 | | - |
| 178 | | - |
| | |