| 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_QQuickHoverHandler_t { | - |
| 9 | QByteArrayData data[4]; | - |
| 10 | char stringdata0[43]; | - |
| 11 | }; | - |
| 12 | | - |
| 13 | | - |
| 14 | | - |
| 15 | | - |
| 16 | | - |
| 17 | static const qt_meta_stringdata_QQuickHoverHandler_t qt_meta_stringdata_QQuickHoverHandler = { | - |
| 18 | { | - |
| 19 | { { { -1 } }, 18, 0, 0, qptrdiff( | - |
| 20 | __builtin_offsetof ( | - |
| 21 | qt_meta_stringdata_QQuickHoverHandler_t | - |
| 22 | , | - |
| 23 | stringdata0 | - |
| 24 | ) | - |
| 25 | + 0 - 0 * sizeof(QByteArrayData)) }, | - |
| 26 | { { { -1 } }, 14, 0, 0, qptrdiff( | - |
| 27 | __builtin_offsetof ( | - |
| 28 | qt_meta_stringdata_QQuickHoverHandler_t | - |
| 29 | , | - |
| 30 | stringdata0 | - |
| 31 | ) | - |
| 32 | + 19 - 1 * sizeof(QByteArrayData)) }, | - |
| 33 | { { { -1 } }, 0, 0, 0, qptrdiff( | - |
| 34 | __builtin_offsetof ( | - |
| 35 | qt_meta_stringdata_QQuickHoverHandler_t | - |
| 36 | , | - |
| 37 | stringdata0 | - |
| 38 | ) | - |
| 39 | + 34 - 2 * sizeof(QByteArrayData)) }, | - |
| 40 | { { { -1 } }, 7, 0, 0, qptrdiff( | - |
| 41 | __builtin_offsetof ( | - |
| 42 | qt_meta_stringdata_QQuickHoverHandler_t | - |
| 43 | , | - |
| 44 | stringdata0 | - |
| 45 | ) | - |
| 46 | + 35 - 3 * sizeof(QByteArrayData)) } | - |
| 47 | | - |
| 48 | }, | - |
| 49 | "QQuickHoverHandler\0hoveredChanged\0\0" | - |
| 50 | "hovered" | - |
| 51 | }; | - |
| 52 | | - |
| 53 | | - |
| 54 | static const uint qt_meta_data_QQuickHoverHandler[] = { | - |
| 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::Bool, 0x00495001, | - |
| 75 | | - |
| 76 | | - |
| 77 | 0, | - |
| 78 | | - |
| 79 | 0 | - |
| 80 | }; | - |
| 81 | | - |
| 82 | void QQuickHoverHandler::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) | - |
| 83 | { | - |
| 84 | if (_c == QMetaObject::InvokeMetaMethod) { | - |
| 85 | QQuickHoverHandler *_t = static_cast<QQuickHoverHandler *>(_o); | - |
| 86 | (void)_t; | - |
| 87 | switch (_id) { | - |
| 88 | case 0: _t->hoveredChanged(); break; | - |
| 89 | default: ; | - |
| 90 | } | - |
| 91 | } else if (_c == QMetaObject::IndexOfMethod) { | - |
| 92 | int *result = reinterpret_cast<int *>(_a[0]); | - |
| 93 | { | - |
| 94 | using _t = void (QQuickHoverHandler::*)(); | - |
| 95 | if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickHoverHandler::hoveredChanged)) { | - |
| 96 | *result = 0; | - |
| 97 | return; | - |
| 98 | } | - |
| 99 | } | - |
| 100 | } | - |
| 101 | | - |
| 102 | else if (_c == QMetaObject::ReadProperty) { | - |
| 103 | QQuickHoverHandler *_t = static_cast<QQuickHoverHandler *>(_o); | - |
| 104 | (void)_t; | - |
| 105 | void *_v = _a[0]; | - |
| 106 | switch (_id) { | - |
| 107 | case 0: *reinterpret_cast< bool*>(_v) = _t->isHovered(); 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 QQuickHoverHandler::staticMetaObject = { | - |
| 118 | { &QQuickSinglePointHandler::staticMetaObject, qt_meta_stringdata_QQuickHoverHandler.data, | - |
| 119 | qt_meta_data_QQuickHoverHandler, qt_static_metacall, nullptr, nullptr} | - |
| 120 | }; | - |
| 121 | | - |
| 122 | | - |
| 123 | const QMetaObject *QQuickHoverHandler::metaObject() const | - |
| 124 | { | - |
| 125 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; | - |
| 126 | } | - |
| 127 | | - |
| 128 | void *QQuickHoverHandler::qt_metacast(const char *_clname) | - |
| 129 | { | - |
| 130 | if (!_clname) return nullptr; | - |
| 131 | if (!strcmp(_clname, qt_meta_stringdata_QQuickHoverHandler.stringdata0)) | - |
| 132 | return static_cast<void*>(this); | - |
| 133 | return QQuickSinglePointHandler::qt_metacast(_clname); | - |
| 134 | } | - |
| 135 | | - |
| 136 | int QQuickHoverHandler::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 QQuickHoverHandler::hoveredChanged() | - |
| 172 | { | - |
| 173 | QMetaObject::activate(this, &staticMetaObject, 0, nullptr); | - |
| 174 | } never executed: end of block | 0 |
| 175 | | - |
| 176 | #pragma GCC diagnostic pop | - |
| 177 | | - |
| 178 | | - |
| | |