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