OpenCoverage

moc_qquickitem.cpp

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/.moc/moc_qquickitem.cpp
Source codeSwitch to Preprocessed file
LineSourceCount
1/****************************************************************************-
2** Meta object code from reading C++ file 'qquickitem.h'-
3**-
4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.0)-
5**-
6** WARNING! All changes made in this file will be lost!-
7*****************************************************************************/-
8-
9#include "../items/qquickitem.h"-
10#include <QtCore/qbytearray.h>-
11#include <QtCore/qmetatype.h>-
12#if !defined(Q_MOC_OUTPUT_REVISION)-
13#error "The header file 'qquickitem.h' doesn't include <QObject>."-
14#elif Q_MOC_OUTPUT_REVISION != 67-
15#error "This file was generated using the moc from 5.12.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-
20QT_BEGIN_MOC_NAMESPACE-
21QT_WARNING_PUSH-
22QT_WARNING_DISABLE_DEPRECATED-
23struct qt_meta_stringdata_QQuickTransform_t {-
24 QByteArrayData data[3];-
25 char stringdata0[24];-
26};-
27#define QT_MOC_LITERAL(idx, ofs, len) \-
28 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \-
29 qptrdiff(offsetof(qt_meta_stringdata_QQuickTransform_t, stringdata0) + ofs \-
30 - idx * sizeof(QByteArrayData)) \-
31 )-
32static const qt_meta_stringdata_QQuickTransform_t qt_meta_stringdata_QQuickTransform = {-
33 {-
34QT_MOC_LITERAL(0, 0, 15), // "QQuickTransform"-
35QT_MOC_LITERAL(1, 16, 6), // "update"-
36QT_MOC_LITERAL(2, 23, 0) // ""-
37-
38 },-
39 "QQuickTransform\0update\0"-
40};-
41#undef QT_MOC_LITERAL-
42-
43static const uint qt_meta_data_QQuickTransform[] = {-
44-
45 // content:-
46 7, // revision-
47 0, // classname-
48 0, 0, // classinfo-
49 1, 14, // methods-
50 0, 0, // properties-
51 0, 0, // enums/sets-
52 0, 0, // constructors-
53 0, // flags-
54 0, // signalCount-
55-
56 // slots: name, argc, parameters, tag, flags-
57 1, 0, 19, 2, 0x09 /* Protected */,-
58-
59 // slots: parameters-
60 QMetaType::Void,-
61-
62 0 // eod-
63};-
64-
65void QQuickTransform::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)-
66{-
67 if (_c == QMetaObject::InvokeMetaMethod) {-
68 QQuickTransform *_t = static_cast<QQuickTransform *>(_o);-
69 Q_UNUSED(_t)-
70 switch (_id) {-
71 case 0: _t->update(); break;-
72 default: ;-
73 }-
74 }-
75 Q_UNUSED(_a);-
76}-
77-
78QT_INIT_METAOBJECT const QMetaObject QQuickTransform::staticMetaObject = {-
79 { &QObject::staticMetaObject, qt_meta_stringdata_QQuickTransform.data,-
80 qt_meta_data_QQuickTransform, qt_static_metacall, nullptr, nullptr}-
81};-
82-
83-
84const QMetaObject *QQuickTransform::metaObject() const-
85{-
86 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;-
87}-
88-
89void *QQuickTransform::qt_metacast(const char *_clname)-
90{-
91 if (!_clname) return nullptr;-
92 if (!strcmp(_clname, qt_meta_stringdata_QQuickTransform.stringdata0))-
93 return static_cast<void*>(this);-
94 return QObject::qt_metacast(_clname);-
95}-
96-
97int QQuickTransform::qt_metacall(QMetaObject::Call _c, int _id, void **_a)-
98{-
99 _id = QObject::qt_metacall(_c, _id, _a);-
100 if (_id < 0)-
101 return _id;-
102 if (_c == QMetaObject::InvokeMetaMethod) {-
103 if (_id < 1)-
104 qt_static_metacall(this, _c, _id, _a);-
105 _id -= 1;-
106 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {-
107 if (_id < 1)-
108 *reinterpret_cast<int*>(_a[0]) = -1;-
109 _id -= 1;-
110 }-
111 return _id;-
112}-
113struct qt_meta_stringdata_QQuickItem_t {-
114 QByteArrayData data[115];-
115 char stringdata0[1518];-
116};-
117#define QT_MOC_LITERAL(idx, ofs, len) \-
118 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \-
119 qptrdiff(offsetof(qt_meta_stringdata_QQuickItem_t, stringdata0) + ofs \-
120 - idx * sizeof(QByteArrayData)) \-
121 )-
122static const qt_meta_stringdata_QQuickItem_t qt_meta_stringdata_QQuickItem = {-
123 {-
124QT_MOC_LITERAL(0, 0, 10), // "QQuickItem"-
125QT_MOC_LITERAL(1, 11, 15), // "DefaultProperty"-
126QT_MOC_LITERAL(2, 27, 4), // "data"-
127QT_MOC_LITERAL(3, 32, 28), // "qt_QmlJSWrapperFactoryMethod"-
128QT_MOC_LITERAL(4, 61, 41), // "_q_createJSWrapper(QV4::Execu..."-
129QT_MOC_LITERAL(5, 103, 19), // "childrenRectChanged"-
130QT_MOC_LITERAL(6, 123, 0), // ""-
131QT_MOC_LITERAL(7, 124, 21), // "baselineOffsetChanged"-
132QT_MOC_LITERAL(8, 146, 12), // "stateChanged"-
133QT_MOC_LITERAL(9, 159, 12), // "focusChanged"-
134QT_MOC_LITERAL(10, 172, 18), // "activeFocusChanged"-
135QT_MOC_LITERAL(11, 191, 23), // "activeFocusOnTabChanged"-
136QT_MOC_LITERAL(12, 215, 13), // "parentChanged"-
137QT_MOC_LITERAL(13, 229, 11), // "QQuickItem*"-
138QT_MOC_LITERAL(14, 241, 22), // "transformOriginChanged"-
139QT_MOC_LITERAL(15, 264, 15), // "TransformOrigin"-
140QT_MOC_LITERAL(16, 280, 13), // "smoothChanged"-
141QT_MOC_LITERAL(17, 294, 19), // "antialiasingChanged"-
142QT_MOC_LITERAL(18, 314, 11), // "clipChanged"-
143QT_MOC_LITERAL(19, 326, 13), // "windowChanged"-
144QT_MOC_LITERAL(20, 340, 13), // "QQuickWindow*"-
145QT_MOC_LITERAL(21, 354, 6), // "window"-
146QT_MOC_LITERAL(22, 361, 15), // "childrenChanged"-
147QT_MOC_LITERAL(23, 377, 14), // "opacityChanged"-
148QT_MOC_LITERAL(24, 392, 14), // "enabledChanged"-
149QT_MOC_LITERAL(25, 407, 14), // "visibleChanged"-
150QT_MOC_LITERAL(26, 422, 22), // "visibleChildrenChanged"-
151QT_MOC_LITERAL(27, 445, 15), // "rotationChanged"-
152QT_MOC_LITERAL(28, 461, 12), // "scaleChanged"-
153QT_MOC_LITERAL(29, 474, 8), // "xChanged"-
154QT_MOC_LITERAL(30, 483, 8), // "yChanged"-
155QT_MOC_LITERAL(31, 492, 12), // "widthChanged"-
156QT_MOC_LITERAL(32, 505, 13), // "heightChanged"-
157QT_MOC_LITERAL(33, 519, 8), // "zChanged"-
158QT_MOC_LITERAL(34, 528, 20), // "implicitWidthChanged"-
159QT_MOC_LITERAL(35, 549, 21), // "implicitHeightChanged"-
160QT_MOC_LITERAL(36, 571, 22), // "containmentMaskChanged"-
161QT_MOC_LITERAL(37, 594, 6), // "update"-
162QT_MOC_LITERAL(38, 601, 24), // "_q_resourceObjectDeleted"-
163QT_MOC_LITERAL(39, 626, 18), // "_q_createJSWrapper"-
164QT_MOC_LITERAL(40, 645, 21), // "QV4::ExecutionEngine*"-
165QT_MOC_LITERAL(41, 667, 11), // "grabToImage"-
166QT_MOC_LITERAL(42, 679, 8), // "QJSValue"-
167QT_MOC_LITERAL(43, 688, 8), // "callback"-
168QT_MOC_LITERAL(44, 697, 10), // "targetSize"-
169QT_MOC_LITERAL(45, 708, 8), // "contains"-
170QT_MOC_LITERAL(46, 717, 5), // "point"-
171QT_MOC_LITERAL(47, 723, 11), // "mapFromItem"-
172QT_MOC_LITERAL(48, 735, 15), // "QQmlV4Function*"-
173QT_MOC_LITERAL(49, 751, 9), // "mapToItem"-
174QT_MOC_LITERAL(50, 761, 13), // "mapFromGlobal"-
175QT_MOC_LITERAL(51, 775, 11), // "mapToGlobal"-
176QT_MOC_LITERAL(52, 787, 16), // "forceActiveFocus"-
177QT_MOC_LITERAL(53, 804, 15), // "Qt::FocusReason"-
178QT_MOC_LITERAL(54, 820, 6), // "reason"-
179QT_MOC_LITERAL(55, 827, 20), // "nextItemInFocusChain"-
180QT_MOC_LITERAL(56, 848, 7), // "forward"-
181QT_MOC_LITERAL(57, 856, 7), // "childAt"-
182QT_MOC_LITERAL(58, 864, 1), // "x"-
183QT_MOC_LITERAL(59, 866, 1), // "y"-
184QT_MOC_LITERAL(60, 868, 6), // "parent"-
185QT_MOC_LITERAL(61, 875, 25), // "QQmlListProperty<QObject>"-
186QT_MOC_LITERAL(62, 901, 9), // "resources"-
187QT_MOC_LITERAL(63, 911, 8), // "children"-
188QT_MOC_LITERAL(64, 920, 28), // "QQmlListProperty<QQuickItem>"-
189QT_MOC_LITERAL(65, 949, 1), // "z"-
190QT_MOC_LITERAL(66, 951, 5), // "width"-
191QT_MOC_LITERAL(67, 957, 6), // "height"-
192QT_MOC_LITERAL(68, 964, 7), // "opacity"-
193QT_MOC_LITERAL(69, 972, 7), // "enabled"-
194QT_MOC_LITERAL(70, 980, 7), // "visible"-
195QT_MOC_LITERAL(71, 988, 15), // "visibleChildren"-
196QT_MOC_LITERAL(72, 1004, 6), // "states"-
197QT_MOC_LITERAL(73, 1011, 29), // "QQmlListProperty<QQuickState>"-
198QT_MOC_LITERAL(74, 1041, 11), // "transitions"-
199QT_MOC_LITERAL(75, 1053, 34), // "QQmlListProperty<QQuickTransi..."-
200QT_MOC_LITERAL(76, 1088, 5), // "state"-
201QT_MOC_LITERAL(77, 1094, 12), // "childrenRect"-
202QT_MOC_LITERAL(78, 1107, 7), // "anchors"-
203QT_MOC_LITERAL(79, 1115, 14), // "QQuickAnchors*"-
204QT_MOC_LITERAL(80, 1130, 4), // "left"-
205QT_MOC_LITERAL(81, 1135, 16), // "QQuickAnchorLine"-
206QT_MOC_LITERAL(82, 1152, 5), // "right"-
207QT_MOC_LITERAL(83, 1158, 16), // "horizontalCenter"-
208QT_MOC_LITERAL(84, 1175, 3), // "top"-
209QT_MOC_LITERAL(85, 1179, 6), // "bottom"-
210QT_MOC_LITERAL(86, 1186, 14), // "verticalCenter"-
211QT_MOC_LITERAL(87, 1201, 8), // "baseline"-
212QT_MOC_LITERAL(88, 1210, 14), // "baselineOffset"-
213QT_MOC_LITERAL(89, 1225, 4), // "clip"-
214QT_MOC_LITERAL(90, 1230, 5), // "focus"-
215QT_MOC_LITERAL(91, 1236, 11), // "activeFocus"-
216QT_MOC_LITERAL(92, 1248, 16), // "activeFocusOnTab"-
217QT_MOC_LITERAL(93, 1265, 8), // "rotation"-
218QT_MOC_LITERAL(94, 1274, 5), // "scale"-
219QT_MOC_LITERAL(95, 1280, 15), // "transformOrigin"-
220QT_MOC_LITERAL(96, 1296, 20), // "transformOriginPoint"-
221QT_MOC_LITERAL(97, 1317, 9), // "transform"-
222QT_MOC_LITERAL(98, 1327, 33), // "QQmlListProperty<QQuickTransf..."-
223QT_MOC_LITERAL(99, 1361, 6), // "smooth"-
224QT_MOC_LITERAL(100, 1368, 12), // "antialiasing"-
225QT_MOC_LITERAL(101, 1381, 13), // "implicitWidth"-
226QT_MOC_LITERAL(102, 1395, 14), // "implicitHeight"-
227QT_MOC_LITERAL(103, 1410, 15), // "containmentMask"-
228QT_MOC_LITERAL(104, 1426, 5), // "layer"-
229QT_MOC_LITERAL(105, 1432, 16), // "QQuickItemLayer*"-
230QT_MOC_LITERAL(106, 1449, 7), // "TopLeft"-
231QT_MOC_LITERAL(107, 1457, 3), // "Top"-
232QT_MOC_LITERAL(108, 1461, 8), // "TopRight"-
233QT_MOC_LITERAL(109, 1470, 4), // "Left"-
234QT_MOC_LITERAL(110, 1475, 6), // "Center"-
235QT_MOC_LITERAL(111, 1482, 5), // "Right"-
236QT_MOC_LITERAL(112, 1488, 10), // "BottomLeft"-
237QT_MOC_LITERAL(113, 1499, 6), // "Bottom"-
238QT_MOC_LITERAL(114, 1506, 11) // "BottomRight"-
239-
240 },-
241 "QQuickItem\0DefaultProperty\0data\0"-
242 "qt_QmlJSWrapperFactoryMethod\0"-
243 "_q_createJSWrapper(QV4::ExecutionEngine*)\0"-
244 "childrenRectChanged\0\0baselineOffsetChanged\0"-
245 "stateChanged\0focusChanged\0activeFocusChanged\0"-
246 "activeFocusOnTabChanged\0parentChanged\0"-
247 "QQuickItem*\0transformOriginChanged\0"-
248 "TransformOrigin\0smoothChanged\0"-
249 "antialiasingChanged\0clipChanged\0"-
250 "windowChanged\0QQuickWindow*\0window\0"-
251 "childrenChanged\0opacityChanged\0"-
252 "enabledChanged\0visibleChanged\0"-
253 "visibleChildrenChanged\0rotationChanged\0"-
254 "scaleChanged\0xChanged\0yChanged\0"-
255 "widthChanged\0heightChanged\0zChanged\0"-
256 "implicitWidthChanged\0implicitHeightChanged\0"-
257 "containmentMaskChanged\0update\0"-
258 "_q_resourceObjectDeleted\0_q_createJSWrapper\0"-
259 "QV4::ExecutionEngine*\0grabToImage\0"-
260 "QJSValue\0callback\0targetSize\0contains\0"-
261 "point\0mapFromItem\0QQmlV4Function*\0"-
262 "mapToItem\0mapFromGlobal\0mapToGlobal\0"-
263 "forceActiveFocus\0Qt::FocusReason\0"-
264 "reason\0nextItemInFocusChain\0forward\0"-
265 "childAt\0x\0y\0parent\0QQmlListProperty<QObject>\0"-
266 "resources\0children\0QQmlListProperty<QQuickItem>\0"-
267 "z\0width\0height\0opacity\0enabled\0visible\0"-
268 "visibleChildren\0states\0"-
269 "QQmlListProperty<QQuickState>\0transitions\0"-
270 "QQmlListProperty<QQuickTransition>\0"-
271 "state\0childrenRect\0anchors\0QQuickAnchors*\0"-
272 "left\0QQuickAnchorLine\0right\0"-
273 "horizontalCenter\0top\0bottom\0verticalCenter\0"-
274 "baseline\0baselineOffset\0clip\0focus\0"-
275 "activeFocus\0activeFocusOnTab\0rotation\0"-
276 "scale\0transformOrigin\0transformOriginPoint\0"-
277 "transform\0QQmlListProperty<QQuickTransform>\0"-
278 "smooth\0antialiasing\0implicitWidth\0"-
279 "implicitHeight\0containmentMask\0layer\0"-
280 "QQuickItemLayer*\0TopLeft\0Top\0TopRight\0"-
281 "Left\0Center\0Right\0BottomLeft\0Bottom\0"-
282 "BottomRight"-
283};-
284#undef QT_MOC_LITERAL-
285-
286static const uint qt_meta_data_QQuickItem[] = {-
287-
288 // content:-
289 7, // revision-
290 0, // classname-
291 2, 14, // classinfo-
292 42, 18, // methods-
293 41, 364, // properties-
294 1, 569, // enums/sets-
295 0, 0, // constructors-
296 0, // flags-
297 27, // signalCount-
298-
299 // classinfo: key, value-
300 1, 2,-
301 3, 4,-
302-
303 // signals: name, argc, parameters, tag, flags-
304 5, 1, 270, 6, 0x06 /* Public */,-
305 7, 1, 273, 6, 0x06 /* Public */,-
306 8, 1, 276, 6, 0x06 /* Public */,-
307 9, 1, 279, 6, 0x06 /* Public */,-
308 10, 1, 282, 6, 0x06 /* Public */,-
309 11, 1, 285, 6, 0x86 /* Public | MethodRevisioned */,-
310 12, 1, 288, 6, 0x06 /* Public */,-
311 14, 1, 291, 6, 0x06 /* Public */,-
312 16, 1, 294, 6, 0x06 /* Public */,-
313 17, 1, 297, 6, 0x06 /* Public */,-
314 18, 1, 300, 6, 0x06 /* Public */,-
315 19, 1, 303, 6, 0x86 /* Public | MethodRevisioned */,-
316 22, 0, 306, 6, 0x06 /* Public */,-
317 23, 0, 307, 6, 0x06 /* Public */,-
318 24, 0, 308, 6, 0x06 /* Public */,-
319 25, 0, 309, 6, 0x06 /* Public */,-
320 26, 0, 310, 6, 0x06 /* Public */,-
321 27, 0, 311, 6, 0x06 /* Public */,-
322 28, 0, 312, 6, 0x06 /* Public */,-
323 29, 0, 313, 6, 0x06 /* Public */,-
324 30, 0, 314, 6, 0x06 /* Public */,-
325 31, 0, 315, 6, 0x06 /* Public */,-
326 32, 0, 316, 6, 0x06 /* Public */,-
327 33, 0, 317, 6, 0x06 /* Public */,-
328 34, 0, 318, 6, 0x06 /* Public */,-
329 35, 0, 319, 6, 0x06 /* Public */,-
330 36, 0, 320, 6, 0x86 /* Public | MethodRevisioned */,-
331-
332 // slots: name, argc, parameters, tag, flags-
333 37, 0, 321, 6, 0x0a /* Public */,-
334 38, 1, 322, 6, 0x08 /* Private */,-
335 39, 1, 325, 6, 0x08 /* Private */,-
336-
337 // methods: name, argc, parameters, tag, flags-
338 41, 2, 328, 6, 0x82 /* Public | MethodRevisioned */,-
339 41, 1, 333, 6, 0xa2 /* Public | MethodCloned | MethodRevisioned */,-
340 45, 1, 336, 6, 0x02 /* Public */,-
341 47, 1, 339, 6, 0x02 /* Public */,-
342 49, 1, 342, 6, 0x02 /* Public */,-
343 50, 1, 345, 6, 0x82 /* Public | MethodRevisioned */,-
344 51, 1, 348, 6, 0x82 /* Public | MethodRevisioned */,-
345 52, 0, 351, 6, 0x02 /* Public */,-
346 52, 1, 352, 6, 0x02 /* Public */,-
347 55, 1, 355, 6, 0x82 /* Public | MethodRevisioned */,-
348 55, 0, 358, 6, 0xa2 /* Public | MethodCloned | MethodRevisioned */,-
349 57, 2, 359, 6, 0x02 /* Public */,-
350-
351 // signals: revision-
352 0,-
353 0,-
354 0,-
355 0,-
356 0,-
357 1,-
358 0,-
359 0,-
360 0,-
361 0,-
362 0,-
363 1,-
364 0,-
365 0,-
366 0,-
367 0,-
368 0,-
369 0,-
370 0,-
371 0,-
372 0,-
373 0,-
374 0,-
375 0,-
376 0,-
377 0,-
378 11,-
379-
380 // slots: revision-
381 0,-
382 0,-
383 0,-
384-
385 // methods: revision-
386 2,-
387 2,-
388 0,-
389 0,-
390 0,-
391 7,-
392 7,-
393 0,-
394 0,-
395 1,-
396 1,-
397 0,-
398-
399 // signals: parameters-
400 QMetaType::Void, QMetaType::QRectF, 6,-
401 QMetaType::Void, QMetaType::QReal, 6,-
402 QMetaType::Void, QMetaType::QString, 6,-
403 QMetaType::Void, QMetaType::Bool, 6,-
404 QMetaType::Void, QMetaType::Bool, 6,-
405 QMetaType::Void, QMetaType::Bool, 6,-
406 QMetaType::Void, 0x80000000 | 13, 6,-
407 QMetaType::Void, 0x80000000 | 15, 6,-
408 QMetaType::Void, QMetaType::Bool, 6,-
409 QMetaType::Void, QMetaType::Bool, 6,-
410 QMetaType::Void, QMetaType::Bool, 6,-
411 QMetaType::Void, 0x80000000 | 20, 21,-
412 QMetaType::Void,-
413 QMetaType::Void,-
414 QMetaType::Void,-
415 QMetaType::Void,-
416 QMetaType::Void,-
417 QMetaType::Void,-
418 QMetaType::Void,-
419 QMetaType::Void,-
420 QMetaType::Void,-
421 QMetaType::Void,-
422 QMetaType::Void,-
423 QMetaType::Void,-
424 QMetaType::Void,-
425 QMetaType::Void,-
426 QMetaType::Void,-
427-
428 // slots: parameters-
429 QMetaType::Void,-
430 QMetaType::Void, QMetaType::QObjectStar, 6,-
431 QMetaType::ULongLong, 0x80000000 | 40, 6,-
432-
433 // methods: parameters-
434 QMetaType::Bool, 0x80000000 | 42, QMetaType::QSize, 43, 44,-
435 QMetaType::Bool, 0x80000000 | 42, 43,-
436 QMetaType::Bool, QMetaType::QPointF, 46,-
437 QMetaType::Void, 0x80000000 | 48, 6,-
438 QMetaType::Void, 0x80000000 | 48, 6,-
439 QMetaType::Void, 0x80000000 | 48, 6,-
440 QMetaType::Void, 0x80000000 | 48, 6,-
441 QMetaType::Void,-
442 QMetaType::Void, 0x80000000 | 53, 54,-
443 0x80000000 | 13, QMetaType::Bool, 56,-
444 0x80000000 | 13,-
445 0x80000000 | 13, QMetaType::QReal, QMetaType::QReal, 58, 59,-
446-
447 // properties: name, type, flags-
448 60, 0x80000000 | 13, 0x0049480b,-
449 2, 0x80000000 | 61, 0x00094009,-
450 62, 0x80000000 | 61, 0x00094009,-
451 63, 0x80000000 | 64, 0x00494009,-
452 58, QMetaType::QReal, 0x00495903,-
453 59, QMetaType::QReal, 0x00495903,-
454 65, QMetaType::QReal, 0x00495903,-
455 66, QMetaType::QReal, 0x00495907,-
456 67, QMetaType::QReal, 0x00495907,-
457 68, QMetaType::QReal, 0x00495903,-
458 69, QMetaType::Bool, 0x00495103,-
459 70, QMetaType::Bool, 0x00495903,-
460 71, 0x80000000 | 64, 0x00494009,-
461 72, 0x80000000 | 73, 0x00094009,-
462 74, 0x80000000 | 75, 0x00094009,-
463 76, QMetaType::QString, 0x00495103,-
464 77, QMetaType::QRectF, 0x00494801,-
465 78, 0x80000000 | 79, 0x00094c09,-
466 80, 0x80000000 | 81, 0x00095c09,-
467 82, 0x80000000 | 81, 0x00095c09,-
468 83, 0x80000000 | 81, 0x00095c09,-
469 84, 0x80000000 | 81, 0x00095c09,-
470 85, 0x80000000 | 81, 0x00095c09,-
471 86, 0x80000000 | 81, 0x00095c09,-
472 87, 0x80000000 | 81, 0x00095c09,-
473 88, QMetaType::QReal, 0x00495103,-
474 89, QMetaType::Bool, 0x00495103,-
475 90, QMetaType::Bool, 0x00495903,-
476 91, QMetaType::Bool, 0x00495801,-
477 92, QMetaType::Bool, 0x00c95903,-
478 93, QMetaType::QReal, 0x00495103,-
479 94, QMetaType::QReal, 0x00495103,-
480 95, 0x80000000 | 15, 0x0049510b,-
481 96, QMetaType::QPointF, 0x00095001,-
482 97, 0x80000000 | 98, 0x00094809,-
483 99, QMetaType::Bool, 0x00495103,-
484 100, QMetaType::Bool, 0x00495107,-
485 101, QMetaType::QReal, 0x00495103,-
486 102, QMetaType::QReal, 0x00495103,-
487 103, QMetaType::QObjectStar, 0x00c95103,-
488 104, 0x80000000 | 105, 0x00094c09,-
489-
490 // properties: notify_signal_id-
491 6,-
492 0,-
493 0,-
494 12,-
495 19,-
496 20,-
497 23,-
498 21,-
499 22,-
500 13,-
501 14,-
502 15,-
503 16,-
504 0,-
505 0,-
506 2,-
507 0,-
508 0,-
509 0,-
510 0,-
511 0,-
512 0,-
513 0,-
514 0,-
515 0,-
516 1,-
517 10,-
518 3,-
519 4,-
520 5,-
521 17,-
522 18,-
523 7,-
524 0,-
525 0,-
526 8,-
527 9,-
528 24,-
529 25,-
530 26,-
531 0,-
532-
533 // properties: revision-
534 0,-
535 0,-
536 0,-
537 0,-
538 0,-
539 0,-
540 0,-
541 0,-
542 0,-
543 0,-
544 0,-
545 0,-
546 0,-
547 0,-
548 0,-
549 0,-
550 0,-
551 0,-
552 0,-
553 0,-
554 0,-
555 0,-
556 0,-
557 0,-
558 0,-
559 0,-
560 0,-
561 0,-
562 0,-
563 1,-
564 0,-
565 0,-
566 0,-
567 0,-
568 0,-
569 0,-
570 0,-
571 0,-
572 0,-
573 11,-
574 0,-
575-
576 // enums: name, flags, count, data-
577 15, 0x0, 9, 573,-
578-
579 // enum data: key, value-
580 106, uint(QQuickItem::TopLeft),-
581 107, uint(QQuickItem::Top),-
582 108, uint(QQuickItem::TopRight),-
583 109, uint(QQuickItem::Left),-
584 110, uint(QQuickItem::Center),-
585 111, uint(QQuickItem::Right),-
586 112, uint(QQuickItem::BottomLeft),-
587 113, uint(QQuickItem::Bottom),-
588 114, uint(QQuickItem::BottomRight),-
589-
590 0 // eod-
591};-
592-
593void QQuickItem::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)-
594{-
595 if (_c == QMetaObject::InvokeMetaMethod) {-
596 QQuickItem *_t = static_cast<QQuickItem *>(_o);-
597 Q_UNUSED(_t)-
598 switch (_id) {-
599 case 0: _t->childrenRectChanged((*reinterpret_cast< const QRectF(*)>(_a[1]))); break;-
600 case 1: _t->baselineOffsetChanged((*reinterpret_cast< qreal(*)>(_a[1]))); break;-
601 case 2: _t->stateChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;-
602 case 3: _t->focusChanged((*reinterpret_cast< bool(*)>(_a[1]))); break;-
603 case 4: _t->activeFocusChanged((*reinterpret_cast< bool(*)>(_a[1]))); break;-
604 case 5: _t->activeFocusOnTabChanged((*reinterpret_cast< bool(*)>(_a[1]))); break;-
605 case 6: _t->parentChanged((*reinterpret_cast< QQuickItem*(*)>(_a[1]))); break;-
606 case 7: _t->transformOriginChanged((*reinterpret_cast< TransformOrigin(*)>(_a[1]))); break;-
607 case 8: _t->smoothChanged((*reinterpret_cast< bool(*)>(_a[1]))); break;-
608 case 9: _t->antialiasingChanged((*reinterpret_cast< bool(*)>(_a[1]))); break;-
609 case 10: _t->clipChanged((*reinterpret_cast< bool(*)>(_a[1]))); break;-
610 case 11: _t->windowChanged((*reinterpret_cast< QQuickWindow*(*)>(_a[1]))); break;-
611 case 12: _t->childrenChanged(); break;-
612 case 13: _t->opacityChanged(); break;-
613 case 14: _t->enabledChanged(); break;-
614 case 15: _t->visibleChanged(); break;-
615 case 16: _t->visibleChildrenChanged(); break;-
616 case 17: _t->rotationChanged(); break;-
617 case 18: _t->scaleChanged(); break;-
618 case 19: _t->xChanged(); break;-
619 case 20: _t->yChanged(); break;-
620 case 21: _t->widthChanged(); break;-
621 case 22: _t->heightChanged(); break;-
622 case 23: _t->zChanged(); break;-
623 case 24: _t->implicitWidthChanged(); break;-
624 case 25: _t->implicitHeightChanged(); break;-
625 case 26: _t->containmentMaskChanged(); break;-
626 case 27: _t->update(); break;-
627 case 28: _t->d_func()->_q_resourceObjectDeleted((*reinterpret_cast< QObject*(*)>(_a[1]))); break;-
628 case 29: { quint64 _r = _t->d_func()->_q_createJSWrapper((*reinterpret_cast< QV4::ExecutionEngine*(*)>(_a[1])));-
629 if (_a[0]) *reinterpret_cast< quint64*>(_a[0]) = std::move(_r); } break;-
630 case 30: { bool _r = _t->grabToImage((*reinterpret_cast< const QJSValue(*)>(_a[1])),(*reinterpret_cast< const QSize(*)>(_a[2])));-
631 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;-
632 case 31: { bool _r = _t->grabToImage((*reinterpret_cast< const QJSValue(*)>(_a[1])));-
633 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;-
634 case 32: { bool _r = _t->contains((*reinterpret_cast< const QPointF(*)>(_a[1])));-
635 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;-
636 case 33: _t->mapFromItem((*reinterpret_cast< QQmlV4Function*(*)>(_a[1]))); break;-
637 case 34: _t->mapToItem((*reinterpret_cast< QQmlV4Function*(*)>(_a[1]))); break;-
638 case 35: _t->mapFromGlobal((*reinterpret_cast< QQmlV4Function*(*)>(_a[1]))); break;-
639 case 36: _t->mapToGlobal((*reinterpret_cast< QQmlV4Function*(*)>(_a[1]))); break;-
640 case 37: _t->forceActiveFocus(); break;-
641 case 38: _t->forceActiveFocus((*reinterpret_cast< Qt::FocusReason(*)>(_a[1]))); break;-
642 case 39: { QQuickItem* _r = _t->nextItemInFocusChain((*reinterpret_cast< bool(*)>(_a[1])));-
643 if (_a[0]) *reinterpret_cast< QQuickItem**>(_a[0]) = std::move(_r); } break;-
644 case 40: { QQuickItem* _r = _t->nextItemInFocusChain();-
645 if (_a[0]) *reinterpret_cast< QQuickItem**>(_a[0]) = std::move(_r); } break;-
646 case 41: { QQuickItem* _r = _t->childAt((*reinterpret_cast< qreal(*)>(_a[1])),(*reinterpret_cast< qreal(*)>(_a[2])));-
647 if (_a[0]) *reinterpret_cast< QQuickItem**>(_a[0]) = std::move(_r); } break;-
648 default: ;-
649 }-
650 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {-
651 switch (_id) {-
652 default: *reinterpret_cast<int*>(_a[0]) = -1; break;-
653 case 6:-
654 switch (*reinterpret_cast<int*>(_a[1])) {-
655 default: *reinterpret_cast<int*>(_a[0]) = -1; break;-
656 case 0:-
657 *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QQuickItem* >(); break;-
658 }-
659 break;-
660 case 30:-
661 switch (*reinterpret_cast<int*>(_a[1])) {-
662 default: *reinterpret_cast<int*>(_a[0]) = -1; break;-
663 case 0:-
664 *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QJSValue >(); break;-
665 }-
666 break;-
667 case 31:-
668 switch (*reinterpret_cast<int*>(_a[1])) {-
669 default: *reinterpret_cast<int*>(_a[0]) = -1; break;-
670 case 0:-
671 *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QJSValue >(); break;-
672 }-
673 break;-
674 }-
675 } else if (_c == QMetaObject::IndexOfMethod) {-
676 int *result = reinterpret_cast<int *>(_a[0]);-
677 {-
678 using _t = void (QQuickItem::*)(const QRectF & );-
679 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::childrenRectChanged)) {-
680 *result = 0;-
681 return;-
682 }-
683 }-
684 {-
685 using _t = void (QQuickItem::*)(qreal );-
686 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::baselineOffsetChanged)) {-
687 *result = 1;-
688 return;-
689 }-
690 }-
691 {-
692 using _t = void (QQuickItem::*)(const QString & );-
693 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::stateChanged)) {-
694 *result = 2;-
695 return;-
696 }-
697 }-
698 {-
699 using _t = void (QQuickItem::*)(bool );-
700 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::focusChanged)) {-
701 *result = 3;-
702 return;-
703 }-
704 }-
705 {-
706 using _t = void (QQuickItem::*)(bool );-
707 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::activeFocusChanged)) {-
708 *result = 4;-
709 return;-
710 }-
711 }-
712 {-
713 using _t = void (QQuickItem::*)(bool );-
714 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::activeFocusOnTabChanged)) {-
715 *result = 5;-
716 return;-
717 }-
718 }-
719 {-
720 using _t = void (QQuickItem::*)(QQuickItem * );-
721 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::parentChanged)) {-
722 *result = 6;-
723 return;-
724 }-
725 }-
726 {-
727 using _t = void (QQuickItem::*)(TransformOrigin );-
728 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::transformOriginChanged)) {-
729 *result = 7;-
730 return;-
731 }-
732 }-
733 {-
734 using _t = void (QQuickItem::*)(bool );-
735 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::smoothChanged)) {-
736 *result = 8;-
737 return;-
738 }-
739 }-
740 {-
741 using _t = void (QQuickItem::*)(bool );-
742 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::antialiasingChanged)) {-
743 *result = 9;-
744 return;-
745 }-
746 }-
747 {-
748 using _t = void (QQuickItem::*)(bool );-
749 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::clipChanged)) {-
750 *result = 10;-
751 return;-
752 }-
753 }-
754 {-
755 using _t = void (QQuickItem::*)(QQuickWindow * );-
756 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::windowChanged)) {-
757 *result = 11;-
758 return;-
759 }-
760 }-
761 {-
762 using _t = void (QQuickItem::*)();-
763 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::childrenChanged)) {-
764 *result = 12;-
765 return;-
766 }-
767 }-
768 {-
769 using _t = void (QQuickItem::*)();-
770 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::opacityChanged)) {-
771 *result = 13;-
772 return;-
773 }-
774 }-
775 {-
776 using _t = void (QQuickItem::*)();-
777 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::enabledChanged)) {-
778 *result = 14;-
779 return;-
780 }-
781 }-
782 {-
783 using _t = void (QQuickItem::*)();-
784 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::visibleChanged)) {-
785 *result = 15;-
786 return;-
787 }-
788 }-
789 {-
790 using _t = void (QQuickItem::*)();-
791 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::visibleChildrenChanged)) {-
792 *result = 16;-
793 return;-
794 }-
795 }-
796 {-
797 using _t = void (QQuickItem::*)();-
798 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::rotationChanged)) {-
799 *result = 17;-
800 return;-
801 }-
802 }-
803 {-
804 using _t = void (QQuickItem::*)();-
805 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::scaleChanged)) {-
806 *result = 18;-
807 return;-
808 }-
809 }-
810 {-
811 using _t = void (QQuickItem::*)();-
812 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::xChanged)) {-
813 *result = 19;-
814 return;-
815 }-
816 }-
817 {-
818 using _t = void (QQuickItem::*)();-
819 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::yChanged)) {-
820 *result = 20;-
821 return;-
822 }-
823 }-
824 {-
825 using _t = void (QQuickItem::*)();-
826 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::widthChanged)) {-
827 *result = 21;-
828 return;-
829 }-
830 }-
831 {-
832 using _t = void (QQuickItem::*)();-
833 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::heightChanged)) {-
834 *result = 22;-
835 return;-
836 }-
837 }-
838 {-
839 using _t = void (QQuickItem::*)();-
840 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::zChanged)) {-
841 *result = 23;-
842 return;-
843 }-
844 }-
845 {-
846 using _t = void (QQuickItem::*)();-
847 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::implicitWidthChanged)) {-
848 *result = 24;-
849 return;-
850 }-
851 }-
852 {-
853 using _t = void (QQuickItem::*)();-
854 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::implicitHeightChanged)) {-
855 *result = 25;-
856 return;-
857 }-
858 }-
859 {-
860 using _t = void (QQuickItem::*)();-
861 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickItem::containmentMaskChanged)) {-
862 *result = 26;-
863 return;-
864 }-
865 }-
866 } else if (_c == QMetaObject::RegisterPropertyMetaType) {-
867 switch (_id) {-
868 default: *reinterpret_cast<int*>(_a[0]) = -1; break;-
869 case 2:-
870 case 1:-
871 *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QQmlListProperty<QObject> >(); break;-
872 case 12:-
873 case 3:-
874 *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QQmlListProperty<QQuickItem> >(); break;-
875 case 34:-
876 *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QQmlListProperty<QQuickTransform> >(); break;-
877 case 0:-
878 *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QQuickItem* >(); break;-
879 }-
880 }-
881-
882#ifndef QT_NO_PROPERTIES-
883 else if (_c == QMetaObject::ReadProperty) {-
884 QQuickItem *_t = static_cast<QQuickItem *>(_o);-
885 Q_UNUSED(_t)-
886 void *_v = _a[0];-
887 switch (_id) {-
888 case 0: *reinterpret_cast< QQuickItem**>(_v) = _t->parentItem(); break;-
889 case 1: *reinterpret_cast< QQmlListProperty<QObject>*>(_v) = _t->QQuickItem::d_func()->data(); break;-
890 case 2: *reinterpret_cast< QQmlListProperty<QObject>*>(_v) = _t->QQuickItem::d_func()->resources(); break;-
891 case 3: *reinterpret_cast< QQmlListProperty<QQuickItem>*>(_v) = _t->QQuickItem::d_func()->children(); break;-
892 case 4: *reinterpret_cast< qreal*>(_v) = _t->x(); break;-
893 case 5: *reinterpret_cast< qreal*>(_v) = _t->y(); break;-
894 case 6: *reinterpret_cast< qreal*>(_v) = _t->z(); break;-
895 case 7: *reinterpret_cast< qreal*>(_v) = _t->width(); break;-
896 case 8: *reinterpret_cast< qreal*>(_v) = _t->height(); break;-
897 case 9: *reinterpret_cast< qreal*>(_v) = _t->opacity(); break;-
898 case 10: *reinterpret_cast< bool*>(_v) = _t->isEnabled(); break;-
899 case 11: *reinterpret_cast< bool*>(_v) = _t->isVisible(); break;-
900 case 12: *reinterpret_cast< QQmlListProperty<QQuickItem>*>(_v) = _t->QQuickItem::d_func()->visibleChildren(); break;-
901 case 13: *reinterpret_cast< QQmlListProperty<QQuickState>*>(_v) = _t->QQuickItem::d_func()->states(); break;-
902 case 14: *reinterpret_cast< QQmlListProperty<QQuickTransition>*>(_v) = _t->QQuickItem::d_func()->transitions(); break;-
903 case 15: *reinterpret_cast< QString*>(_v) = _t->state(); break;-
904 case 16: *reinterpret_cast< QRectF*>(_v) = _t->childrenRect(); break;-
905 case 17: *reinterpret_cast< QQuickAnchors**>(_v) = _t->QQuickItem::d_func()->anchors(); break;-
906 case 18: *reinterpret_cast< QQuickAnchorLine*>(_v) = _t->QQuickItem::d_func()->left(); break;-
907 case 19: *reinterpret_cast< QQuickAnchorLine*>(_v) = _t->QQuickItem::d_func()->right(); break;-
908 case 20: *reinterpret_cast< QQuickAnchorLine*>(_v) = _t->QQuickItem::d_func()->horizontalCenter(); break;-
909 case 21: *reinterpret_cast< QQuickAnchorLine*>(_v) = _t->QQuickItem::d_func()->top(); break;-
910 case 22: *reinterpret_cast< QQuickAnchorLine*>(_v) = _t->QQuickItem::d_func()->bottom(); break;-
911 case 23: *reinterpret_cast< QQuickAnchorLine*>(_v) = _t->QQuickItem::d_func()->verticalCenter(); break;-
912 case 24: *reinterpret_cast< QQuickAnchorLine*>(_v) = _t->QQuickItem::d_func()->baseline(); break;-
913 case 25: *reinterpret_cast< qreal*>(_v) = _t->baselineOffset(); break;-
914 case 26: *reinterpret_cast< bool*>(_v) = _t->clip(); break;-
915 case 27: *reinterpret_cast< bool*>(_v) = _t->hasFocus(); break;-
916 case 28: *reinterpret_cast< bool*>(_v) = _t->hasActiveFocus(); break;-
917 case 29: *reinterpret_cast< bool*>(_v) = _t->activeFocusOnTab(); break;-
918 case 30: *reinterpret_cast< qreal*>(_v) = _t->rotation(); break;-
919 case 31: *reinterpret_cast< qreal*>(_v) = _t->scale(); break;-
920 case 32: *reinterpret_cast< TransformOrigin*>(_v) = _t->transformOrigin(); break;-
921 case 33: *reinterpret_cast< QPointF*>(_v) = _t->transformOriginPoint(); break;-
922 case 34: *reinterpret_cast< QQmlListProperty<QQuickTransform>*>(_v) = _t->transform(); break;-
923 case 35: *reinterpret_cast< bool*>(_v) = _t->smooth(); break;-
924 case 36: *reinterpret_cast< bool*>(_v) = _t->antialiasing(); break;-
925 case 37: *reinterpret_cast< qreal*>(_v) = _t->implicitWidth(); break;-
926 case 38: *reinterpret_cast< qreal*>(_v) = _t->implicitHeight(); break;-
927 case 39: *reinterpret_cast< QObject**>(_v) = _t->containmentMask(); break;-
928 case 40: *reinterpret_cast< QQuickItemLayer**>(_v) = _t->QQuickItem::d_func()->layer(); break;-
929 default: break;-
930 }-
931 } else if (_c == QMetaObject::WriteProperty) {-
932 QQuickItem *_t = static_cast<QQuickItem *>(_o);-
933 Q_UNUSED(_t)-
934 void *_v = _a[0];-
935 switch (_id) {-
936 case 0: _t->setParentItem(*reinterpret_cast< QQuickItem**>(_v)); break;-
937 case 4: _t->setX(*reinterpret_cast< qreal*>(_v)); break;-
938 case 5: _t->setY(*reinterpret_cast< qreal*>(_v)); break;-
939 case 6: _t->setZ(*reinterpret_cast< qreal*>(_v)); break;-
940 case 7: _t->setWidth(*reinterpret_cast< qreal*>(_v)); break;-
941 case 8: _t->setHeight(*reinterpret_cast< qreal*>(_v)); break;-
942 case 9: _t->setOpacity(*reinterpret_cast< qreal*>(_v)); break;-
943 case 10: _t->setEnabled(*reinterpret_cast< bool*>(_v)); break;-
944 case 11: _t->setVisible(*reinterpret_cast< bool*>(_v)); break;-
945 case 15: _t->setState(*reinterpret_cast< QString*>(_v)); break;-
946 case 25: _t->setBaselineOffset(*reinterpret_cast< qreal*>(_v)); break;-
947 case 26: _t->setClip(*reinterpret_cast< bool*>(_v)); break;-
948 case 27: _t->setFocus(*reinterpret_cast< bool*>(_v)); break;-
949 case 29: _t->setActiveFocusOnTab(*reinterpret_cast< bool*>(_v)); break;-
950 case 30: _t->setRotation(*reinterpret_cast< qreal*>(_v)); break;-
951 case 31: _t->setScale(*reinterpret_cast< qreal*>(_v)); break;-
952 case 32: _t->setTransformOrigin(*reinterpret_cast< TransformOrigin*>(_v)); break;-
953 case 35: _t->setSmooth(*reinterpret_cast< bool*>(_v)); break;-
954 case 36: _t->setAntialiasing(*reinterpret_cast< bool*>(_v)); break;-
955 case 37: _t->setImplicitWidth(*reinterpret_cast< qreal*>(_v)); break;-
956 case 38: _t->setImplicitHeight(*reinterpret_cast< qreal*>(_v)); break;-
957 case 39: _t->setContainmentMask(*reinterpret_cast< QObject**>(_v)); break;-
958 default: break;-
959 }-
960 } else if (_c == QMetaObject::ResetProperty) {-
961 QQuickItem *_t = static_cast<QQuickItem *>(_o);-
962 Q_UNUSED(_t)-
963 switch (_id) {-
964 case 7: _t->resetWidth(); break;-
965 case 8: _t->resetHeight(); break;-
966 case 36: _t->resetAntialiasing(); break;-
967 default: break;-
968 }-
969 }-
970#endif // QT_NO_PROPERTIES-
971}-
972-
973QT_INIT_METAOBJECT const QMetaObject QQuickItem::staticMetaObject = {-
974 { &QObject::staticMetaObject, qt_meta_stringdata_QQuickItem.data,-
975 qt_meta_data_QQuickItem, qt_static_metacall, nullptr, nullptr}-
976};-
977-
978-
979const QMetaObject *QQuickItem::metaObject() const-
980{-
981 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;-
982}-
983-
984void *QQuickItem::qt_metacast(const char *_clname)-
985{-
986 if (!_clname) return nullptr;-
987 if (!strcmp(_clname, qt_meta_stringdata_QQuickItem.stringdata0))-
988 return static_cast<void*>(this);-
989 if (!strcmp(_clname, "QQmlParserStatus"))-
990 return static_cast< QQmlParserStatus*>(this);-
991 if (!strcmp(_clname, "org.qt-project.Qt.QQmlParserStatus"))-
992 return static_cast< QQmlParserStatus*>(this);-
993 return QObject::qt_metacast(_clname);-
994}-
995-
996int QQuickItem::qt_metacall(QMetaObject::Call _c, int _id, void **_a)-
997{-
998 _id = QObject::qt_metacall(_c, _id, _a);-
999 if (_id < 0)-
1000 return _id;-
1001 if (_c == QMetaObject::InvokeMetaMethod) {-
1002 if (_id < 42)-
1003 qt_static_metacall(this, _c, _id, _a);-
1004 _id -= 42;-
1005 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {-
1006 if (_id < 42)-
1007 qt_static_metacall(this, _c, _id, _a);-
1008 _id -= 42;-
1009 }-
1010#ifndef QT_NO_PROPERTIES-
1011 else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty-
1012 || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) {-
1013 qt_static_metacall(this, _c, _id, _a);-
1014 _id -= 41;-
1015 } else if (_c == QMetaObject::QueryPropertyDesignable) {-
1016 _id -= 41;-
1017 } else if (_c == QMetaObject::QueryPropertyScriptable) {-
1018 _id -= 41;-
1019 } else if (_c == QMetaObject::QueryPropertyStored) {-
1020 _id -= 41;-
1021 } else if (_c == QMetaObject::QueryPropertyEditable) {-
1022 _id -= 41;-
1023 } else if (_c == QMetaObject::QueryPropertyUser) {-
1024 _id -= 41;-
1025 }-
1026#endif // QT_NO_PROPERTIES-
1027 return _id;-
1028}-
1029-
1030// SIGNAL 0-
1031void QQuickItem::childrenRectChanged(const QRectF & _t1)-
1032{-
1033 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1034 QMetaObject::activate(this, &staticMetaObject, 0, _a);-
1035}
executed 202 times by 3 tests: end of block
Executed by:
  • tst_examples
  • tst_qqmlenginedebugservice
  • tst_qquickitem2
202
1036-
1037// SIGNAL 1-
1038void QQuickItem::baselineOffsetChanged(qreal _t1)-
1039{-
1040 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1041 QMetaObject::activate(this, &staticMetaObject, 1, _a);-
1042}
executed 269628 times by 39 tests: end of block
Executed by:
  • tst_bindingdependencyapi
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlmetaobject
  • tst_qqmlproperty
  • tst_qqmlpropertymap
  • tst_qqmlsqldatabase
  • tst_qqmlvaluetypes
  • tst_qquickaccessible
  • tst_qquickanchors
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickfocusscope
  • tst_qquickfontloader
  • tst_qquickfontloader_static
  • tst_qquickgridview
  • tst_qquickitem
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • ...
269628
1043-
1044// SIGNAL 2-
1045void QQuickItem::stateChanged(const QString & _t1)-
1046{-
1047 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1048 QMetaObject::activate(this, &staticMetaObject, 2, _a);-
1049}
executed 574 times by 19 tests: end of block
Executed by:
  • tst_examples
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmllistreference
  • tst_qqmlnotifier
  • tst_qqmlproperty
  • tst_qqmltranslation
  • tst_qqmlvaluetypes
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquickdesignersupport
  • tst_qquickflipable
  • tst_qquickfontloader
  • tst_qquickitem2
  • tst_qquicklistview
  • tst_qquickloader
  • tst_qquickpathview
  • tst_qquickstates
574
1050-
1051// SIGNAL 3-
1052void QQuickItem::focusChanged(bool _t1)-
1053{-
1054 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1055 QMetaObject::activate(this, &staticMetaObject, 3, _a);-
1056}
executed 18222 times by 28 tests: end of block
Executed by:
  • tst_examples
  • tst_qqmllistmodel
  • tst_qqmlqt
  • tst_qqmltypeloader
  • tst_qqmlvaluetypes
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickflickable
  • tst_qquickfocusscope
  • tst_qquickfontloader
  • tst_qquickframebufferobject
  • tst_qquickgridview
  • tst_qquickimage
  • tst_qquickitem
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickshortcut
  • tst_qquickspringanimation
  • tst_qquicktext
  • tst_qquicktextedit
  • ...
18222
1057-
1058// SIGNAL 4-
1059void QQuickItem::activeFocusChanged(bool _t1)-
1060{-
1061 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1062 QMetaObject::activate(this, &staticMetaObject, 4, _a);-
1063}
executed 3418 times by 18 tests: end of block
Executed by:
  • tst_qquickaccessible
  • tst_qquickanimationcontroller
  • tst_qquickapplication
  • tst_qquickflickable
  • tst_qquickfocusscope
  • tst_qquickfontloader
  • tst_qquickframebufferobject
  • tst_qquickgridview
  • tst_qquickitem
  • tst_qquickitem2
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickshortcut
  • tst_qquicktext
  • tst_qquicktextedit
  • tst_qquicktextinput
3418
1064-
1065// SIGNAL 5-
1066void QQuickItem::activeFocusOnTabChanged(bool _t1)-
1067{-
1068 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1069 QMetaObject::activate(this, &staticMetaObject, 5, _a);-
1070}
executed 168 times by 5 tests: end of block
Executed by:
  • tst_examples
  • tst_qquickitem2
  • tst_qquickpathview
  • tst_qquicktextedit
  • tst_qquickwidget
168
1071-
1072// SIGNAL 6-
1073void QQuickItem::parentChanged(QQuickItem * _t1)-
1074{-
1075 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1076 QMetaObject::activate(this, &staticMetaObject, 6, _a);-
1077}
executed 817030 times by 106 tests: end of block
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlimport
  • tst_qqmllistmodel
  • tst_qqmlmoduleplugin
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlsettings
  • tst_qqmltypeloader
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickage
  • tst_qquickanchors
  • tst_qquickangleddirection
  • ...
817030
1078-
1079// SIGNAL 7-
1080void QQuickItem::transformOriginChanged(TransformOrigin _t1)-
1081{-
1082 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1083 QMetaObject::activate(this, &staticMetaObject, 7, _a);-
1084}
executed 30 times by 4 tests: end of block
Executed by:
  • tst_examples
  • tst_qquickpathview
  • tst_qquickstates
  • tst_scenegraph
30
1085-
1086// SIGNAL 8-
1087void QQuickItem::smoothChanged(bool _t1)-
1088{-
1089 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1090 QMetaObject::activate(this, &staticMetaObject, 8, _a);-
1091}
executed 108 times by 6 tests: end of block
Executed by:
  • tst_examples
  • tst_qquickimage
  • tst_qquickitem2
  • tst_qquickitemlayer
  • tst_qquicktext
  • tst_scenegraph
108
1092-
1093// SIGNAL 9-
1094void QQuickItem::antialiasingChanged(bool _t1)-
1095{-
1096 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1097 QMetaObject::activate(this, &staticMetaObject, 9, _a);-
1098}
executed 2211 times by 9 tests: end of block
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qquickitem2
  • tst_qquickrectangle
  • tst_qquickstates
  • tst_qquicktaphandler
  • tst_qquicktext
  • tst_scenegraph
2211
1099-
1100// SIGNAL 10-
1101void QQuickItem::clipChanged(bool _t1)-
1102{-
1103 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1104 QMetaObject::activate(this, &staticMetaObject, 10, _a);-
1105}
executed 272 times by 11 tests: end of block
Executed by:
  • tst_examples
  • tst_qquickaccessible
  • tst_qquickanimations
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquicklistview
  • tst_qquickpathview
  • tst_qquicktableview
  • tst_rendernode
  • tst_scenegraph
272
1106-
1107// SIGNAL 11-
1108void QQuickItem::windowChanged(QQuickWindow * _t1)-
1109{-
1110 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1111 QMetaObject::activate(this, &staticMetaObject, 11, _a);-
1112}
executed 806842 times by 90 tests: end of block
Executed by:
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlcomponent
  • tst_qqmldebugjs
  • tst_qqmlimport
  • tst_qqmltypeloader
  • tst_qquickaccessible
  • tst_qquickage
  • tst_qquickanchors
  • tst_qquickangleddirection
  • tst_qquickanimatedimage
  • tst_qquickanimatedsprite
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickapplication
  • tst_qquickborderimage
  • tst_qquickcumulativedirection
  • tst_qquickcustomaffector
  • tst_qquickcustomparticle
  • tst_qquickdesignersupport
  • tst_qquickdrag
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • ...
806842
1113-
1114// SIGNAL 12-
1115void QQuickItem::childrenChanged()-
1116{-
1117 QMetaObject::activate(this, &staticMetaObject, 12, nullptr);-
1118}
executed 817530 times by 106 tests: end of block
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlimport
  • tst_qqmllistmodel
  • tst_qqmlmoduleplugin
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlsettings
  • tst_qqmltypeloader
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickage
  • tst_qquickanchors
  • tst_qquickangleddirection
  • ...
817530
1119-
1120// SIGNAL 13-
1121void QQuickItem::opacityChanged()-
1122{-
1123 QMetaObject::activate(this, &staticMetaObject, 13, nullptr);-
1124}
executed 24584 times by 19 tests: end of block
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qquickanimatedimage
  • tst_qquickdrag
  • tst_qquickdraghandler
  • tst_qquickflipable
  • tst_qquickgridview
  • tst_qquickimage
  • tst_qquickitem2
  • tst_qquickitemlayer
  • tst_qquickitemparticle
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquicktaphandler
  • tst_qquicktextinput
  • tst_rendernode
  • tst_scenegraph
24584
1125-
1126// SIGNAL 14-
1127void QQuickItem::enabledChanged()-
1128{-
1129 QMetaObject::activate(this, &staticMetaObject, 14, nullptr);-
1130}
executed 390 times by 9 tests: end of block
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlbinding
  • tst_qquickdrag
  • tst_qquickflickable
  • tst_qquickflipable
  • tst_qquickitem
  • tst_qquickitem2
  • tst_qquickmultipointtoucharea
390
1131-
1132// SIGNAL 15-
1133void QQuickItem::visibleChanged()-
1134{-
1135 QMetaObject::activate(this, &staticMetaObject, 15, nullptr);-
1136}
executed 12722 times by 33 tests: end of block
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlconnections
  • tst_qqmlecmascript
  • tst_qqmltypeloader
  • tst_qqmlxmlhttprequest
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickborderimage
  • tst_qquickdrag
  • tst_qquickflickable
  • tst_qquickfocusscope
  • tst_qquickgridview
  • tst_qquickitem
  • tst_qquickitem2
  • tst_qquickitemlayer
  • tst_qquickitemparticle
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickloader
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • ...
12722
1137-
1138// SIGNAL 16-
1139void QQuickItem::visibleChildrenChanged()-
1140{-
1141 QMetaObject::activate(this, &staticMetaObject, 16, nullptr);-
1142}
executed 823690 times by 104 tests: end of block
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlcontext
  • tst_qqmldebugjs
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlimport
  • tst_qqmllistmodel
  • tst_qqmlmoduleplugin
  • tst_qqmlproperty
  • tst_qqmlqt
  • tst_qqmlsettings
  • tst_qqmltypeloader
  • tst_qqmlvaluetypes
  • tst_qqmlxmlhttprequest
  • tst_qquickaccessible
  • tst_qquickage
  • tst_qquickanchors
  • tst_qquickangleddirection
  • ...
823690
1143-
1144// SIGNAL 17-
1145void QQuickItem::rotationChanged()-
1146{-
1147 QMetaObject::activate(this, &staticMetaObject, 17, nullptr);-
1148}
executed 1299 times by 13 tests: end of block
Executed by:
  • tst_examples
  • tst_multipointtoucharea_interop
  • tst_qquickanchors
  • tst_qquickanimations
  • tst_qquickflickable
  • tst_qquickitem2
  • tst_qquickitemlayer
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpincharea
  • tst_qquickstates
  • tst_rendernode
  • tst_scenegraph
1299
1149-
1150// SIGNAL 18-
1151void QQuickItem::scaleChanged()-
1152{-
1153 QMetaObject::activate(this, &staticMetaObject, 18, nullptr);-
1154}
executed 297 times by 14 tests: end of block
Executed by:
  • tst_examples
  • tst_multipointtoucharea_interop
  • tst_qquickanimations
  • tst_qquickflickable
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemlayer
  • tst_qquickmousearea
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpincharea
  • tst_qquickspritesequence
  • tst_qquickstates
  • tst_scenegraph
297
1155-
1156// SIGNAL 19-
1157void QQuickItem::xChanged()-
1158{-
1159 QMetaObject::activate(this, &staticMetaObject, 19, nullptr);-
1160}
executed 283863 times by 51 tests: end of block
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlecmascript
  • tst_qquickaccessible
  • tst_qquickanchors
  • tst_qquickanimatedimage
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquickdesignersupport
  • tst_qquickdrag
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickfocusscope
  • tst_qquickfontloader_static
  • tst_qquickgridview
  • tst_qquickimage
  • tst_qquickitem
  • tst_qquickitem2
  • tst_qquickitemlayer
  • tst_qquickitemparticle
  • ...
283863
1161-
1162// SIGNAL 20-
1163void QQuickItem::yChanged()-
1164{-
1165 QMetaObject::activate(this, &staticMetaObject, 20, nullptr);-
1166}
executed 285264 times by 56 tests: end of block
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlenginedebugservice
  • tst_qqmllistmodel
  • tst_qqmltypeloader
  • tst_qqmlvaluetypes
  • tst_qquickaccessible
  • tst_qquickanchors
  • tst_qquickanimatedimage
  • tst_qquickanimatedsprite
  • tst_qquickanimationcontroller
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquickcustomaffector
  • tst_qquickdrag
  • tst_qquickdraghandler
  • tst_qquickdroparea
  • tst_qquickflickable
  • tst_qquickfocusscope
  • tst_qquickfontloader_static
  • tst_qquickfriction
  • tst_qquickgridview
  • ...
285264
1167-
1168// SIGNAL 21-
1169void QQuickItem::widthChanged()-
1170{-
1171 QMetaObject::activate(this, &staticMetaObject, 21, nullptr);-
1172}
executed 511619 times by 100 tests: end of block
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlconnections
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmllistmodel
  • tst_qqmlmoduleplugin
  • tst_qqmlpropertymap
  • tst_qqmlsqldatabase
  • tst_qqmltypeloader
  • tst_qqmlvaluetypes
  • tst_qquickaccessible
  • tst_qquickage
  • tst_qquickanchors
  • tst_qquickangleddirection
  • tst_qquickanimatedimage
  • tst_qquickanimatedsprite
  • ...
511619
1173-
1174// SIGNAL 22-
1175void QQuickItem::heightChanged()-
1176{-
1177 QMetaObject::activate(this, &staticMetaObject, 22, nullptr);-
1178}
executed 419729 times by 100 tests: end of block
Executed by:
  • tst_bindingdependencyapi
  • tst_drawingmodes
  • tst_examples
  • tst_flickableinterop
  • tst_multipointtoucharea_interop
  • tst_qqmlbinding
  • tst_qqmlcomponent
  • tst_qqmlcontext
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlimport
  • tst_qqmlincubator
  • tst_qqmllistmodel
  • tst_qqmlmetaobject
  • tst_qqmlproperty
  • tst_qqmlpropertymap
  • tst_qqmlsqldatabase
  • tst_qqmltypeloader
  • tst_qqmlvaluetypes
  • tst_qquickaccessible
  • tst_qquickage
  • tst_qquickanchors
  • tst_qquickangleddirection
  • tst_qquickanimatedimage
  • tst_qquickanimatedsprite
  • ...
419729
1179-
1180// SIGNAL 23-
1181void QQuickItem::zChanged()-
1182{-
1183 QMetaObject::activate(this, &staticMetaObject, 23, nullptr);-
1184}
executed 80357 times by 16 tests: end of block
Executed by:
  • tst_examples
  • tst_qqmllistmodel
  • tst_qqmltypeloader
  • tst_qqmlvaluetypes
  • tst_qquickaccessible
  • tst_qquickanimations
  • tst_qquickgridview
  • tst_qquickimage
  • tst_qquickitem
  • tst_qquickitemlayer
  • tst_qquicklistview
  • tst_qquickmousearea
  • tst_qquickpathview
  • tst_qquickpositioners
  • tst_qquickspringanimation
  • tst_qquickvisualdatamodel
80357
1185-
1186// SIGNAL 24-
1187void QQuickItem::implicitWidthChanged()-
1188{-
1189 QMetaObject::activate(this, &staticMetaObject, 24, nullptr);-
1190}
executed 859041 times by 53 tests: end of block
Executed by:
  • tst_bindingdependencyapi
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlbinding
  • tst_qqmlconnections
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlmetaobject
  • tst_qqmlproperty
  • tst_qqmlpropertymap
  • tst_qqmlsqldatabase
  • tst_qqmlvaluetypes
  • tst_qquickaccessible
  • tst_qquickanchors
  • tst_qquickanimatedimage
  • tst_qquickanimatedsprite
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquickborderimage
  • tst_qquickcustomparticle
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickfocusscope
  • tst_qquickfontloader
  • tst_qquickfontloader_static
  • ...
859041
1191-
1192// SIGNAL 25-
1193void QQuickItem::implicitHeightChanged()-
1194{-
1195 QMetaObject::activate(this, &staticMetaObject, 25, nullptr);-
1196}
executed 761441 times by 52 tests: end of block
Executed by:
  • tst_bindingdependencyapi
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlbinding
  • tst_qqmlecmascript
  • tst_qqmlenginedebugservice
  • tst_qqmlmetaobject
  • tst_qqmlproperty
  • tst_qqmlpropertymap
  • tst_qqmlsqldatabase
  • tst_qqmlvaluetypes
  • tst_qquickaccessible
  • tst_qquickanchors
  • tst_qquickanimatedimage
  • tst_qquickanimatedsprite
  • tst_qquickanimations
  • tst_qquickbehaviors
  • tst_qquickborderimage
  • tst_qquickcustomparticle
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickfocusscope
  • tst_qquickfontloader
  • tst_qquickfontloader_static
  • tst_qquickgridview
  • ...
761441
1197-
1198// SIGNAL 26-
1199void QQuickItem::containmentMaskChanged()-
1200{-
1201 QMetaObject::activate(this, &staticMetaObject, 26, nullptr);-
1202}
executed 6 times by 2 tests: end of block
Executed by:
  • tst_examples
  • tst_qquickmousearea
6
1203QT_WARNING_POP-
1204QT_END_MOC_NAMESPACE-
Source codeSwitch to Preprocessed file

Generated by Squish Coco 4.2.0