OpenCoverage

moc_qquickpositioners_p.cpp

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/.moc/moc_qquickpositioners_p.cpp
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3#pragma GCC diagnostic push-
4-
5-
6#pragma GCC diagnostic ignored "-Wdeprecated-declarations"-
7-
8struct qt_meta_stringdata_QQuickPositionerAttached_t {-
9 QByteArrayData data[8];-
10 char stringdata0[105];-
11};-
12-
13-
14-
15-
16-
17static const qt_meta_stringdata_QQuickPositionerAttached_t qt_meta_stringdata_QQuickPositionerAttached = {-
18 {-
19{ { { -1 } }, 24, 0, 0, qptrdiff(-
20__builtin_offsetof (-
21qt_meta_stringdata_QQuickPositionerAttached_t-
22, -
23stringdata0-
24) -
25+ 0 - 0 * sizeof(QByteArrayData)) },-
26{ { { -1 } }, 12, 0, 0, qptrdiff(-
27__builtin_offsetof (-
28qt_meta_stringdata_QQuickPositionerAttached_t-
29, -
30stringdata0-
31) -
32+ 25 - 1 * sizeof(QByteArrayData)) },-
33{ { { -1 } }, 0, 0, 0, qptrdiff(-
34__builtin_offsetof (-
35qt_meta_stringdata_QQuickPositionerAttached_t-
36, -
37stringdata0-
38) -
39+ 38 - 2 * sizeof(QByteArrayData)) },-
40{ { { -1 } }, 18, 0, 0, qptrdiff(-
41__builtin_offsetof (-
42qt_meta_stringdata_QQuickPositionerAttached_t-
43, -
44stringdata0-
45) -
46+ 39 - 3 * sizeof(QByteArrayData)) },-
47{ { { -1 } }, 17, 0, 0, qptrdiff(-
48__builtin_offsetof (-
49qt_meta_stringdata_QQuickPositionerAttached_t-
50, -
51stringdata0-
52) -
53+ 58 - 4 * sizeof(QByteArrayData)) },-
54{ { { -1 } }, 5, 0, 0, qptrdiff(-
55__builtin_offsetof (-
56qt_meta_stringdata_QQuickPositionerAttached_t-
57, -
58stringdata0-
59) -
60+ 76 - 5 * sizeof(QByteArrayData)) },-
61{ { { -1 } }, 11, 0, 0, qptrdiff(-
62__builtin_offsetof (-
63qt_meta_stringdata_QQuickPositionerAttached_t-
64, -
65stringdata0-
66) -
67+ 82 - 6 * sizeof(QByteArrayData)) },-
68{ { { -1 } }, 10, 0, 0, qptrdiff(-
69__builtin_offsetof (-
70qt_meta_stringdata_QQuickPositionerAttached_t-
71, -
72stringdata0-
73) -
74+ 94 - 7 * sizeof(QByteArrayData)) }-
75-
76 },-
77 "QQuickPositionerAttached\0indexChanged\0"-
78 "\0isFirstItemChanged\0isLastItemChanged\0"-
79 "index\0isFirstItem\0isLastItem"-
80};-
81-
82-
83static const uint qt_meta_data_QQuickPositionerAttached[] = {-
84-
85-
86 7,-
87 0,-
88 0, 0,-
89 3, 14,-
90 3, 32,-
91 0, 0,-
92 0, 0,-
93 0,-
94 3,-
95-
96-
97 1, 0, 29, 2, 0x06 ,-
98 3, 0, 30, 2, 0x06 ,-
99 4, 0, 31, 2, 0x06 ,-
100-
101-
102 QMetaType::Void,-
103 QMetaType::Void,-
104 QMetaType::Void,-
105-
106-
107 5, QMetaType::Int, 0x00495001,-
108 6, QMetaType::Bool, 0x00495001,-
109 7, QMetaType::Bool, 0x00495001,-
110-
111-
112 0,-
113 1,-
114 2,-
115-
116 0-
117};-
118-
119void QQuickPositionerAttached::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)-
120{-
121 if (_c == QMetaObject::InvokeMetaMethod) {-
122 QQuickPositionerAttached *_t = static_cast<QQuickPositionerAttached *>(_o);-
123 (void)_t;-
124 switch (_id) {-
125 case 0: _t->indexChanged(); break;-
126 case 1: _t->isFirstItemChanged(); break;-
127 case 2: _t->isLastItemChanged(); break;-
128 default: ;-
129 }-
130 } else if (_c == QMetaObject::IndexOfMethod) {-
131 int *result = reinterpret_cast<int *>(_a[0]);-
132 {-
133 using _t = void (QQuickPositionerAttached::*)();-
134 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickPositionerAttached::indexChanged)) {-
135 *result = 0;-
136 return;-
137 }-
138 }-
139 {-
140 using _t = void (QQuickPositionerAttached::*)();-
141 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickPositionerAttached::isFirstItemChanged)) {-
142 *result = 1;-
143 return;-
144 }-
145 }-
146 {-
147 using _t = void (QQuickPositionerAttached::*)();-
148 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickPositionerAttached::isLastItemChanged)) {-
149 *result = 2;-
150 return;-
151 }-
152 }-
153 }-
154-
155 else if (_c == QMetaObject::ReadProperty) {-
156 QQuickPositionerAttached *_t = static_cast<QQuickPositionerAttached *>(_o);-
157 (void)_t;-
158 void *_v = _a[0];-
159 switch (_id) {-
160 case 0: *reinterpret_cast< int*>(_v) = _t->index(); break;-
161 case 1: *reinterpret_cast< bool*>(_v) = _t->isFirstItem(); break;-
162 case 2: *reinterpret_cast< bool*>(_v) = _t->isLastItem(); break;-
163 default: break;-
164 }-
165 } else if (_c == QMetaObject::WriteProperty) {-
166 } else if (_c == QMetaObject::ResetProperty) {-
167 }-
168-
169 (void)_a;;-
170}-
171-
172 const QMetaObject QQuickPositionerAttached::staticMetaObject = {-
173 { &QObject::staticMetaObject, qt_meta_stringdata_QQuickPositionerAttached.data,-
174 qt_meta_data_QQuickPositionerAttached, qt_static_metacall, nullptr, nullptr}-
175};-
176-
177-
178const QMetaObject *QQuickPositionerAttached::metaObject() const-
179{-
180 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;-
181}-
182-
183void *QQuickPositionerAttached::qt_metacast(const char *_clname)-
184{-
185 if (!_clname) return nullptr;-
186 if (!strcmp(_clname, qt_meta_stringdata_QQuickPositionerAttached.stringdata0))-
187 return static_cast<void*>(this);-
188 return QObject::qt_metacast(_clname);-
189}-
190-
191int QQuickPositionerAttached::qt_metacall(QMetaObject::Call _c, int _id, void **_a)-
192{-
193 _id = QObject::qt_metacall(_c, _id, _a);-
194 if (_id < 0)-
195 return _id;-
196 if (_c == QMetaObject::InvokeMetaMethod) {-
197 if (_id < 3)-
198 qt_static_metacall(this, _c, _id, _a);-
199 _id -= 3;-
200 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {-
201 if (_id < 3)-
202 *reinterpret_cast<int*>(_a[0]) = -1;-
203 _id -= 3;-
204 }-
205-
206 else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty-
207 || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) {-
208 qt_static_metacall(this, _c, _id, _a);-
209 _id -= 3;-
210 } else if (_c == QMetaObject::QueryPropertyDesignable) {-
211 _id -= 3;-
212 } else if (_c == QMetaObject::QueryPropertyScriptable) {-
213 _id -= 3;-
214 } else if (_c == QMetaObject::QueryPropertyStored) {-
215 _id -= 3;-
216 } else if (_c == QMetaObject::QueryPropertyEditable) {-
217 _id -= 3;-
218 } else if (_c == QMetaObject::QueryPropertyUser) {-
219 _id -= 3;-
220 }-
221-
222 return _id;-
223}-
224-
225-
226void QQuickPositionerAttached::indexChanged()-
227{-
228 QMetaObject::activate(this, &staticMetaObject, 0, nullptr);-
229}
executed 22 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
22
230-
231-
232void QQuickPositionerAttached::isFirstItemChanged()-
233{-
234 QMetaObject::activate(this, &staticMetaObject, 1, nullptr);-
235}
executed 10 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
10
236-
237-
238void QQuickPositionerAttached::isLastItemChanged()-
239{-
240 QMetaObject::activate(this, &staticMetaObject, 2, nullptr);-
241}
executed 16 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
16
242struct qt_meta_stringdata_QQuickBasePositioner_t {-
243 QByteArrayData data[24];-
244 char stringdata0[318];-
245};-
246-
247-
248-
249-
250-
251static const qt_meta_stringdata_QQuickBasePositioner_t qt_meta_stringdata_QQuickBasePositioner = {-
252 {-
253{ { { -1 } }, 20, 0, 0, qptrdiff(-
254__builtin_offsetof (-
255qt_meta_stringdata_QQuickBasePositioner_t-
256, -
257stringdata0-
258) -
259+ 0 - 0 * sizeof(QByteArrayData)) },-
260{ { { -1 } }, 14, 0, 0, qptrdiff(-
261__builtin_offsetof (-
262qt_meta_stringdata_QQuickBasePositioner_t-
263, -
264stringdata0-
265) -
266+ 21 - 1 * sizeof(QByteArrayData)) },-
267{ { { -1 } }, 0, 0, 0, qptrdiff(-
268__builtin_offsetof (-
269qt_meta_stringdata_QQuickBasePositioner_t-
270, -
271stringdata0-
272) -
273+ 36 - 2 * sizeof(QByteArrayData)) },-
274{ { { -1 } }, 15, 0, 0, qptrdiff(-
275__builtin_offsetof (-
276qt_meta_stringdata_QQuickBasePositioner_t-
277, -
278stringdata0-
279) -
280+ 37 - 3 * sizeof(QByteArrayData)) },-
281{ { { -1 } }, 11, 0, 0, qptrdiff(-
282__builtin_offsetof (-
283qt_meta_stringdata_QQuickBasePositioner_t-
284, -
285stringdata0-
286) -
287+ 53 - 4 * sizeof(QByteArrayData)) },-
288{ { { -1 } }, 10, 0, 0, qptrdiff(-
289__builtin_offsetof (-
290qt_meta_stringdata_QQuickBasePositioner_t-
291, -
292stringdata0-
293) -
294+ 65 - 5 * sizeof(QByteArrayData)) },-
295{ { { -1 } }, 14, 0, 0, qptrdiff(-
296__builtin_offsetof (-
297qt_meta_stringdata_QQuickBasePositioner_t-
298, -
299stringdata0-
300) -
301+ 76 - 6 * sizeof(QByteArrayData)) },-
302{ { { -1 } }, 17, 0, 0, qptrdiff(-
303__builtin_offsetof (-
304qt_meta_stringdata_QQuickBasePositioner_t-
305, -
306stringdata0-
307) -
308+ 91 - 7 * sizeof(QByteArrayData)) },-
309{ { { -1 } }, 18, 0, 0, qptrdiff(-
310__builtin_offsetof (-
311qt_meta_stringdata_QQuickBasePositioner_t-
312, -
313stringdata0-
314) -
315+ 109 - 8 * sizeof(QByteArrayData)) },-
316{ { { -1 } }, 19, 0, 0, qptrdiff(-
317__builtin_offsetof (-
318qt_meta_stringdata_QQuickBasePositioner_t-
319, -
320stringdata0-
321) -
322+ 128 - 9 * sizeof(QByteArrayData)) },-
323{ { { -1 } }, 20, 0, 0, qptrdiff(-
324__builtin_offsetof (-
325qt_meta_stringdata_QQuickBasePositioner_t-
326, -
327stringdata0-
328) -
329+ 148 - 10 * sizeof(QByteArrayData)) },-
330{ { { -1 } }, 19, 0, 0, qptrdiff(-
331__builtin_offsetof (-
332qt_meta_stringdata_QQuickBasePositioner_t-
333, -
334stringdata0-
335) -
336+ 169 - 11 * sizeof(QByteArrayData)) },-
337{ { { -1 } }, 14, 0, 0, qptrdiff(-
338__builtin_offsetof (-
339qt_meta_stringdata_QQuickBasePositioner_t-
340, -
341stringdata0-
342) -
343+ 189 - 12 * sizeof(QByteArrayData)) },-
344{ { { -1 } }, 11, 0, 0, qptrdiff(-
345__builtin_offsetof (-
346qt_meta_stringdata_QQuickBasePositioner_t-
347, -
348stringdata0-
349) -
350+ 204 - 13 * sizeof(QByteArrayData)) },-
351{ { { -1 } }, 7, 0, 0, qptrdiff(-
352__builtin_offsetof (-
353qt_meta_stringdata_QQuickBasePositioner_t-
354, -
355stringdata0-
356) -
357+ 216 - 14 * sizeof(QByteArrayData)) },-
358{ { { -1 } }, 8, 0, 0, qptrdiff(-
359__builtin_offsetof (-
360qt_meta_stringdata_QQuickBasePositioner_t-
361, -
362stringdata0-
363) -
364+ 224 - 15 * sizeof(QByteArrayData)) },-
365{ { { -1 } }, 17, 0, 0, qptrdiff(-
366__builtin_offsetof (-
367qt_meta_stringdata_QQuickBasePositioner_t-
368, -
369stringdata0-
370) -
371+ 233 - 16 * sizeof(QByteArrayData)) },-
372{ { { -1 } }, 4, 0, 0, qptrdiff(-
373__builtin_offsetof (-
374qt_meta_stringdata_QQuickBasePositioner_t-
375, -
376stringdata0-
377) -
378+ 251 - 17 * sizeof(QByteArrayData)) },-
379{ { { -1 } }, 3, 0, 0, qptrdiff(-
380__builtin_offsetof (-
381qt_meta_stringdata_QQuickBasePositioner_t-
382, -
383stringdata0-
384) -
385+ 256 - 18 * sizeof(QByteArrayData)) },-
386{ { { -1 } }, 7, 0, 0, qptrdiff(-
387__builtin_offsetof (-
388qt_meta_stringdata_QQuickBasePositioner_t-
389, -
390stringdata0-
391) -
392+ 260 - 19 * sizeof(QByteArrayData)) },-
393{ { { -1 } }, 10, 0, 0, qptrdiff(-
394__builtin_offsetof (-
395qt_meta_stringdata_QQuickBasePositioner_t-
396, -
397stringdata0-
398) -
399+ 268 - 20 * sizeof(QByteArrayData)) },-
400{ { { -1 } }, 11, 0, 0, qptrdiff(-
401__builtin_offsetof (-
402qt_meta_stringdata_QQuickBasePositioner_t-
403, -
404stringdata0-
405) -
406+ 279 - 21 * sizeof(QByteArrayData)) },-
407{ { { -1 } }, 12, 0, 0, qptrdiff(-
408__builtin_offsetof (-
409qt_meta_stringdata_QQuickBasePositioner_t-
410, -
411stringdata0-
412) -
413+ 291 - 22 * sizeof(QByteArrayData)) },-
414{ { { -1 } }, 13, 0, 0, qptrdiff(-
415__builtin_offsetof (-
416qt_meta_stringdata_QQuickBasePositioner_t-
417, -
418stringdata0-
419) -
420+ 304 - 23 * sizeof(QByteArrayData)) }-
421-
422 },-
423 "QQuickBasePositioner\0spacingChanged\0"-
424 "\0populateChanged\0moveChanged\0addChanged\0"-
425 "paddingChanged\0topPaddingChanged\0"-
426 "leftPaddingChanged\0rightPaddingChanged\0"-
427 "bottomPaddingChanged\0positioningComplete\0"-
428 "prePositioning\0forceLayout\0spacing\0"-
429 "populate\0QQuickTransition*\0move\0add\0"-
430 "padding\0topPadding\0leftPadding\0"-
431 "rightPadding\0bottomPadding"-
432};-
433-
434-
435static const uint qt_meta_data_QQuickBasePositioner[] = {-
436-
437-
438 7,-
439 0,-
440 0, 0,-
441 12, 14,-
442 9, 98,-
443 0, 0,-
444 0, 0,-
445 0,-
446 10,-
447-
448-
449 1, 0, 86, 2, 0x06 ,-
450 3, 0, 87, 2, 0x06 ,-
451 4, 0, 88, 2, 0x06 ,-
452 5, 0, 89, 2, 0x06 ,-
453 6, 0, 90, 2, 0x86 ,-
454 7, 0, 91, 2, 0x86 ,-
455 8, 0, 92, 2, 0x86 ,-
456 9, 0, 93, 2, 0x86 ,-
457 10, 0, 94, 2, 0x86 ,-
458 11, 0, 95, 2, 0x86 ,-
459-
460-
461 12, 0, 96, 2, 0x09 ,-
462-
463-
464 13, 0, 97, 2, 0x82 ,-
465-
466-
467 0,-
468 0,-
469 0,-
470 0,-
471 6,-
472 6,-
473 6,-
474 6,-
475 6,-
476 9,-
477-
478-
479 0,-
480-
481-
482 9,-
483-
484-
485 QMetaType::Void,-
486 QMetaType::Void,-
487 QMetaType::Void,-
488 QMetaType::Void,-
489 QMetaType::Void,-
490 QMetaType::Void,-
491 QMetaType::Void,-
492 QMetaType::Void,-
493 QMetaType::Void,-
494 QMetaType::Void,-
495-
496-
497 QMetaType::Void,-
498-
499-
500 QMetaType::Void,-
501-
502-
503 14, QMetaType::QReal, 0x00495103,-
504 15, 0x80000000 | 16, 0x0049510b,-
505 17, 0x80000000 | 16, 0x0049510b,-
506 18, 0x80000000 | 16, 0x0049510b,-
507 19, QMetaType::QReal, 0x00c95107,-
508 20, QMetaType::QReal, 0x00c95107,-
509 21, QMetaType::QReal, 0x00c95107,-
510 22, QMetaType::QReal, 0x00c95107,-
511 23, QMetaType::QReal, 0x00c95107,-
512-
513-
514 0,-
515 1,-
516 2,-
517 3,-
518 4,-
519 5,-
520 6,-
521 7,-
522 8,-
523-
524-
525 0,-
526 0,-
527 0,-
528 0,-
529 6,-
530 6,-
531 6,-
532 6,-
533 6,-
534-
535 0-
536};-
537-
538void QQuickBasePositioner::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)-
539{-
540 if (_c == QMetaObject::InvokeMetaMethod) {-
541 QQuickBasePositioner *_t = static_cast<QQuickBasePositioner *>(_o);-
542 (void)_t;-
543 switch (_id) {-
544 case 0: _t->spacingChanged(); break;-
545 case 1: _t->populateChanged(); break;-
546 case 2: _t->moveChanged(); break;-
547 case 3: _t->addChanged(); break;-
548 case 4: _t->paddingChanged(); break;-
549 case 5: _t->topPaddingChanged(); break;-
550 case 6: _t->leftPaddingChanged(); break;-
551 case 7: _t->rightPaddingChanged(); break;-
552 case 8: _t->bottomPaddingChanged(); break;-
553 case 9: _t->positioningComplete(); break;-
554 case 10: _t->prePositioning(); break;-
555 case 11: _t->forceLayout(); break;-
556 default: ;-
557 }-
558 } else if (_c == QMetaObject::IndexOfMethod) {-
559 int *result = reinterpret_cast<int *>(_a[0]);-
560 {-
561 using _t = void (QQuickBasePositioner::*)();-
562 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickBasePositioner::spacingChanged)) {-
563 *result = 0;-
564 return;-
565 }-
566 }-
567 {-
568 using _t = void (QQuickBasePositioner::*)();-
569 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickBasePositioner::populateChanged)) {-
570 *result = 1;-
571 return;-
572 }-
573 }-
574 {-
575 using _t = void (QQuickBasePositioner::*)();-
576 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickBasePositioner::moveChanged)) {-
577 *result = 2;-
578 return;-
579 }-
580 }-
581 {-
582 using _t = void (QQuickBasePositioner::*)();-
583 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickBasePositioner::addChanged)) {-
584 *result = 3;-
585 return;-
586 }-
587 }-
588 {-
589 using _t = void (QQuickBasePositioner::*)();-
590 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickBasePositioner::paddingChanged)) {-
591 *result = 4;-
592 return;-
593 }-
594 }-
595 {-
596 using _t = void (QQuickBasePositioner::*)();-
597 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickBasePositioner::topPaddingChanged)) {-
598 *result = 5;-
599 return;-
600 }-
601 }-
602 {-
603 using _t = void (QQuickBasePositioner::*)();-
604 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickBasePositioner::leftPaddingChanged)) {-
605 *result = 6;-
606 return;-
607 }-
608 }-
609 {-
610 using _t = void (QQuickBasePositioner::*)();-
611 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickBasePositioner::rightPaddingChanged)) {-
612 *result = 7;-
613 return;-
614 }-
615 }-
616 {-
617 using _t = void (QQuickBasePositioner::*)();-
618 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickBasePositioner::bottomPaddingChanged)) {-
619 *result = 8;-
620 return;-
621 }-
622 }-
623 {-
624 using _t = void (QQuickBasePositioner::*)();-
625 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickBasePositioner::positioningComplete)) {-
626 *result = 9;-
627 return;-
628 }-
629 }-
630 } else if (_c == QMetaObject::RegisterPropertyMetaType) {-
631 switch (_id) {-
632 default: *reinterpret_cast<int*>(_a[0]) = -1; break;-
633 case 3:-
634 case 2:-
635 case 1:-
636 *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QQuickTransition* >(); break;-
637 }-
638 }-
639-
640-
641 else if (_c == QMetaObject::ReadProperty) {-
642 QQuickBasePositioner *_t = static_cast<QQuickBasePositioner *>(_o);-
643 (void)_t;-
644 void *_v = _a[0];-
645 switch (_id) {-
646 case 0: *reinterpret_cast< qreal*>(_v) = _t->spacing(); break;-
647 case 1: *reinterpret_cast< QQuickTransition**>(_v) = _t->populate(); break;-
648 case 2: *reinterpret_cast< QQuickTransition**>(_v) = _t->move(); break;-
649 case 3: *reinterpret_cast< QQuickTransition**>(_v) = _t->add(); break;-
650 case 4: *reinterpret_cast< qreal*>(_v) = _t->padding(); break;-
651 case 5: *reinterpret_cast< qreal*>(_v) = _t->topPadding(); break;-
652 case 6: *reinterpret_cast< qreal*>(_v) = _t->leftPadding(); break;-
653 case 7: *reinterpret_cast< qreal*>(_v) = _t->rightPadding(); break;-
654 case 8: *reinterpret_cast< qreal*>(_v) = _t->bottomPadding(); break;-
655 default: break;-
656 }-
657 } else if (_c == QMetaObject::WriteProperty) {-
658 QQuickBasePositioner *_t = static_cast<QQuickBasePositioner *>(_o);-
659 (void)_t;-
660 void *_v = _a[0];-
661 switch (_id) {-
662 case 0: _t->setSpacing(*reinterpret_cast< qreal*>(_v)); break;-
663 case 1: _t->setPopulate(*reinterpret_cast< QQuickTransition**>(_v)); break;-
664 case 2: _t->setMove(*reinterpret_cast< QQuickTransition**>(_v)); break;-
665 case 3: _t->setAdd(*reinterpret_cast< QQuickTransition**>(_v)); break;-
666 case 4: _t->setPadding(*reinterpret_cast< qreal*>(_v)); break;-
667 case 5: _t->setTopPadding(*reinterpret_cast< qreal*>(_v)); break;-
668 case 6: _t->setLeftPadding(*reinterpret_cast< qreal*>(_v)); break;-
669 case 7: _t->setRightPadding(*reinterpret_cast< qreal*>(_v)); break;-
670 case 8: _t->setBottomPadding(*reinterpret_cast< qreal*>(_v)); break;-
671 default: break;-
672 }-
673 } else if (_c == QMetaObject::ResetProperty) {-
674 QQuickBasePositioner *_t = static_cast<QQuickBasePositioner *>(_o);-
675 (void)_t;-
676 switch (_id) {-
677 case 4: _t->resetPadding(); break;-
678 case 5: _t->resetTopPadding(); break;-
679 case 6: _t->resetLeftPadding(); break;-
680 case 7: _t->resetRightPadding(); break;-
681 case 8: _t->resetBottomPadding(); break;-
682 default: break;-
683 }-
684 }-
685-
686}-
687-
688 const QMetaObject QQuickBasePositioner::staticMetaObject = {-
689 { &QQuickImplicitSizeItem::staticMetaObject, qt_meta_stringdata_QQuickBasePositioner.data,-
690 qt_meta_data_QQuickBasePositioner, qt_static_metacall, nullptr, nullptr}-
691};-
692-
693-
694const QMetaObject *QQuickBasePositioner::metaObject() const-
695{-
696 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;-
697}-
698-
699void *QQuickBasePositioner::qt_metacast(const char *_clname)-
700{-
701 if (!_clname) return nullptr;-
702 if (!strcmp(_clname, qt_meta_stringdata_QQuickBasePositioner.stringdata0))-
703 return static_cast<void*>(this);-
704 return QQuickImplicitSizeItem::qt_metacast(_clname);-
705}-
706-
707int QQuickBasePositioner::qt_metacall(QMetaObject::Call _c, int _id, void **_a)-
708{-
709 _id = QQuickImplicitSizeItem::qt_metacall(_c, _id, _a);-
710 if (_id < 0)-
711 return _id;-
712 if (_c == QMetaObject::InvokeMetaMethod) {-
713 if (_id < 12)-
714 qt_static_metacall(this, _c, _id, _a);-
715 _id -= 12;-
716 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {-
717 if (_id < 12)-
718 *reinterpret_cast<int*>(_a[0]) = -1;-
719 _id -= 12;-
720 }-
721-
722 else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty-
723 || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) {-
724 qt_static_metacall(this, _c, _id, _a);-
725 _id -= 9;-
726 } else if (_c == QMetaObject::QueryPropertyDesignable) {-
727 _id -= 9;-
728 } else if (_c == QMetaObject::QueryPropertyScriptable) {-
729 _id -= 9;-
730 } else if (_c == QMetaObject::QueryPropertyStored) {-
731 _id -= 9;-
732 } else if (_c == QMetaObject::QueryPropertyEditable) {-
733 _id -= 9;-
734 } else if (_c == QMetaObject::QueryPropertyUser) {-
735 _id -= 9;-
736 }-
737-
738 return _id;-
739}-
740-
741-
742void QQuickBasePositioner::spacingChanged()-
743{-
744 QMetaObject::activate(this, &staticMetaObject, 0, nullptr);-
745}
executed 432 times by 9 tests: end of block
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qquickanimations
  • tst_qquickdraghandler
  • tst_qquickitem2
  • tst_qquicklistview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquicktextinput
432
746-
747-
748void QQuickBasePositioner::populateChanged()-
749{-
750 QMetaObject::activate(this, &staticMetaObject, 1, nullptr);-
751}
executed 1044 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
1044
752-
753-
754void QQuickBasePositioner::moveChanged()-
755{-
756 QMetaObject::activate(this, &staticMetaObject, 2, nullptr);-
757}
executed 1062 times by 2 tests: end of block
Executed by:
  • tst_examples
  • tst_qquickpositioners
1062
758-
759-
760void QQuickBasePositioner::addChanged()-
761{-
762 QMetaObject::activate(this, &staticMetaObject, 3, nullptr);-
763}
executed 1054 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
1054
764-
765-
766void QQuickBasePositioner::paddingChanged()-
767{-
768 QMetaObject::activate(this, &staticMetaObject, 4, nullptr);-
769}
executed 610 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
610
770-
771-
772void QQuickBasePositioner::topPaddingChanged()-
773{-
774 QMetaObject::activate(this, &staticMetaObject, 5, nullptr);-
775}
executed 682 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
682
776-
777-
778void QQuickBasePositioner::leftPaddingChanged()-
779{-
780 QMetaObject::activate(this, &staticMetaObject, 6, nullptr);-
781}
executed 682 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
682
782-
783-
784void QQuickBasePositioner::rightPaddingChanged()-
785{-
786 QMetaObject::activate(this, &staticMetaObject, 7, nullptr);-
787}
executed 682 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
682
788-
789-
790void QQuickBasePositioner::bottomPaddingChanged()-
791{-
792 QMetaObject::activate(this, &staticMetaObject, 8, nullptr);-
793}
executed 682 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
682
794-
795-
796void QQuickBasePositioner::positioningComplete()-
797{-
798 QMetaObject::activate(this, &staticMetaObject, 9, nullptr);-
799}
executed 39652 times by 23 tests: end of block
Executed by:
  • tst_examples
  • tst_flickableinterop
  • tst_qqmlqt
  • tst_qquickanchors
  • tst_qquickanimations
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickfocusscope
  • tst_qquickgridview
  • tst_qquickitem2
  • tst_qquickitemlayer
  • tst_qquicklayouts
  • tst_qquicklistview
  • tst_qquickmultipointtoucharea
  • tst_qquickpathview
  • tst_qquickpositioners
  • tst_qquickrepeater
  • tst_qquickstates
  • tst_qquicktext
  • tst_qquicktextedit
  • tst_qquicktextinput
  • tst_qquickvisualdatamodel
  • tst_scenegraph
39652
800struct qt_meta_stringdata_QQuickColumn_t {-
801 QByteArrayData data[1];-
802 char stringdata0[13];-
803};-
804-
805-
806-
807-
808-
809static const qt_meta_stringdata_QQuickColumn_t qt_meta_stringdata_QQuickColumn = {-
810 {-
811{ { { -1 } }, 12, 0, 0, qptrdiff(-
812__builtin_offsetof (-
813qt_meta_stringdata_QQuickColumn_t-
814, -
815stringdata0-
816) -
817+ 0 - 0 * sizeof(QByteArrayData)) }-
818-
819 },-
820 "QQuickColumn"-
821};-
822-
823-
824static const uint qt_meta_data_QQuickColumn[] = {-
825-
826-
827 7,-
828 0,-
829 0, 0,-
830 0, 0,-
831 0, 0,-
832 0, 0,-
833 0, 0,-
834 0,-
835 0,-
836-
837 0-
838};-
839-
840void QQuickColumn::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)-
841{-
842 (void)_o;;-
843 (void)_id;;-
844 (void)_c;;-
845 (void)_a;;-
846}-
847-
848 const QMetaObject QQuickColumn::staticMetaObject = {-
849 { &QQuickBasePositioner::staticMetaObject, qt_meta_stringdata_QQuickColumn.data,-
850 qt_meta_data_QQuickColumn, qt_static_metacall, nullptr, nullptr}-
851};-
852-
853-
854const QMetaObject *QQuickColumn::metaObject() const-
855{-
856 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;-
857}-
858-
859void *QQuickColumn::qt_metacast(const char *_clname)-
860{-
861 if (!_clname) return nullptr;-
862 if (!strcmp(_clname, qt_meta_stringdata_QQuickColumn.stringdata0))-
863 return static_cast<void*>(this);-
864 return QQuickBasePositioner::qt_metacast(_clname);-
865}-
866-
867int QQuickColumn::qt_metacall(QMetaObject::Call _c, int _id, void **_a)-
868{-
869 _id = QQuickBasePositioner::qt_metacall(_c, _id, _a);-
870 return _id;-
871}-
872struct qt_meta_stringdata_QQuickRow_t {-
873 QByteArrayData data[7];-
874 char stringdata0[127];-
875};-
876-
877-
878-
879-
880-
881static const qt_meta_stringdata_QQuickRow_t qt_meta_stringdata_QQuickRow = {-
882 {-
883{ { { -1 } }, 9, 0, 0, qptrdiff(-
884__builtin_offsetof (-
885qt_meta_stringdata_QQuickRow_t-
886, -
887stringdata0-
888) -
889+ 0 - 0 * sizeof(QByteArrayData)) },-
890{ { { -1 } }, 22, 0, 0, qptrdiff(-
891__builtin_offsetof (-
892qt_meta_stringdata_QQuickRow_t-
893, -
894stringdata0-
895) -
896+ 10 - 1 * sizeof(QByteArrayData)) },-
897{ { { -1 } }, 0, 0, 0, qptrdiff(-
898__builtin_offsetof (-
899qt_meta_stringdata_QQuickRow_t-
900, -
901stringdata0-
902) -
903+ 33 - 2 * sizeof(QByteArrayData)) },-
904{ { { -1 } }, 31, 0, 0, qptrdiff(-
905__builtin_offsetof (-
906qt_meta_stringdata_QQuickRow_t-
907, -
908stringdata0-
909) -
910+ 34 - 3 * sizeof(QByteArrayData)) },-
911{ { { -1 } }, 15, 0, 0, qptrdiff(-
912__builtin_offsetof (-
913qt_meta_stringdata_QQuickRow_t-
914, -
915stringdata0-
916) -
917+ 66 - 4 * sizeof(QByteArrayData)) },-
918{ { { -1 } }, 19, 0, 0, qptrdiff(-
919__builtin_offsetof (-
920qt_meta_stringdata_QQuickRow_t-
921, -
922stringdata0-
923) -
924+ 82 - 5 * sizeof(QByteArrayData)) },-
925{ { { -1 } }, 24, 0, 0, qptrdiff(-
926__builtin_offsetof (-
927qt_meta_stringdata_QQuickRow_t-
928, -
929stringdata0-
930) -
931+ 102 - 6 * sizeof(QByteArrayData)) }-
932-
933 },-
934 "QQuickRow\0layoutDirectionChanged\0\0"-
935 "effectiveLayoutDirectionChanged\0"-
936 "layoutDirection\0Qt::LayoutDirection\0"-
937 "effectiveLayoutDirection"-
938};-
939-
940-
941static const uint qt_meta_data_QQuickRow[] = {-
942-
943-
944 7,-
945 0,-
946 0, 0,-
947 2, 14,-
948 2, 26,-
949 0, 0,-
950 0, 0,-
951 0,-
952 2,-
953-
954-
955 1, 0, 24, 2, 0x06 ,-
956 3, 0, 25, 2, 0x06 ,-
957-
958-
959 QMetaType::Void,-
960 QMetaType::Void,-
961-
962-
963 4, 0x80000000 | 5, 0x0049510b,-
964 6, 0x80000000 | 5, 0x00495009,-
965-
966-
967 0,-
968 1,-
969-
970 0-
971};-
972-
973void QQuickRow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)-
974{-
975 if (_c == QMetaObject::InvokeMetaMethod) {-
976 QQuickRow *_t = static_cast<QQuickRow *>(_o);-
977 (void)_t;-
978 switch (_id) {-
979 case 0: _t->layoutDirectionChanged(); break;-
980 case 1: _t->effectiveLayoutDirectionChanged(); break;-
981 default: ;-
982 }-
983 } else if (_c == QMetaObject::IndexOfMethod) {-
984 int *result = reinterpret_cast<int *>(_a[0]);-
985 {-
986 using _t = void (QQuickRow::*)();-
987 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickRow::layoutDirectionChanged)) {-
988 *result = 0;-
989 return;-
990 }-
991 }-
992 {-
993 using _t = void (QQuickRow::*)();-
994 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickRow::effectiveLayoutDirectionChanged)) {-
995 *result = 1;-
996 return;-
997 }-
998 }-
999 }-
1000-
1001 else if (_c == QMetaObject::ReadProperty) {-
1002 QQuickRow *_t = static_cast<QQuickRow *>(_o);-
1003 (void)_t;-
1004 void *_v = _a[0];-
1005 switch (_id) {-
1006 case 0: *reinterpret_cast< Qt::LayoutDirection*>(_v) = _t->layoutDirection(); break;-
1007 case 1: *reinterpret_cast< Qt::LayoutDirection*>(_v) = _t->effectiveLayoutDirection(); break;-
1008 default: break;-
1009 }-
1010 } else if (_c == QMetaObject::WriteProperty) {-
1011 QQuickRow *_t = static_cast<QQuickRow *>(_o);-
1012 (void)_t;-
1013 void *_v = _a[0];-
1014 switch (_id) {-
1015 case 0: _t->setLayoutDirection(*reinterpret_cast< Qt::LayoutDirection*>(_v)); break;-
1016 default: break;-
1017 }-
1018 } else if (_c == QMetaObject::ResetProperty) {-
1019 }-
1020-
1021 (void)_a;;-
1022}-
1023-
1024 const QMetaObject QQuickRow::staticMetaObject = {-
1025 { &QQuickBasePositioner::staticMetaObject, qt_meta_stringdata_QQuickRow.data,-
1026 qt_meta_data_QQuickRow, qt_static_metacall, nullptr, nullptr}-
1027};-
1028-
1029-
1030const QMetaObject *QQuickRow::metaObject() const-
1031{-
1032 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;-
1033}-
1034-
1035void *QQuickRow::qt_metacast(const char *_clname)-
1036{-
1037 if (!_clname) return nullptr;-
1038 if (!strcmp(_clname, qt_meta_stringdata_QQuickRow.stringdata0))-
1039 return static_cast<void*>(this);-
1040 return QQuickBasePositioner::qt_metacast(_clname);-
1041}-
1042-
1043int QQuickRow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)-
1044{-
1045 _id = QQuickBasePositioner::qt_metacall(_c, _id, _a);-
1046 if (_id < 0)-
1047 return _id;-
1048 if (_c == QMetaObject::InvokeMetaMethod) {-
1049 if (_id < 2)-
1050 qt_static_metacall(this, _c, _id, _a);-
1051 _id -= 2;-
1052 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {-
1053 if (_id < 2)-
1054 *reinterpret_cast<int*>(_a[0]) = -1;-
1055 _id -= 2;-
1056 }-
1057-
1058 else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty-
1059 || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) {-
1060 qt_static_metacall(this, _c, _id, _a);-
1061 _id -= 2;-
1062 } else if (_c == QMetaObject::QueryPropertyDesignable) {-
1063 _id -= 2;-
1064 } else if (_c == QMetaObject::QueryPropertyScriptable) {-
1065 _id -= 2;-
1066 } else if (_c == QMetaObject::QueryPropertyStored) {-
1067 _id -= 2;-
1068 } else if (_c == QMetaObject::QueryPropertyEditable) {-
1069 _id -= 2;-
1070 } else if (_c == QMetaObject::QueryPropertyUser) {-
1071 _id -= 2;-
1072 }-
1073-
1074 return _id;-
1075}-
1076-
1077-
1078void QQuickRow::layoutDirectionChanged()-
1079{-
1080 QMetaObject::activate(this, &staticMetaObject, 0, nullptr);-
1081}
executed 24 times by 2 tests: end of block
Executed by:
  • tst_examples
  • tst_qquickpositioners
24
1082-
1083-
1084void QQuickRow::effectiveLayoutDirectionChanged()-
1085{-
1086 QMetaObject::activate(this, &staticMetaObject, 1, nullptr);-
1087}
executed 34 times by 2 tests: end of block
Executed by:
  • tst_examples
  • tst_qquickpositioners
34
1088struct qt_meta_stringdata_QQuickGrid_t {-
1089 QByteArrayData data[35];-
1090 char stringdata0[545];-
1091};-
1092-
1093-
1094-
1095-
1096-
1097static const qt_meta_stringdata_QQuickGrid_t qt_meta_stringdata_QQuickGrid = {-
1098 {-
1099{ { { -1 } }, 10, 0, 0, qptrdiff(-
1100__builtin_offsetof (-
1101qt_meta_stringdata_QQuickGrid_t-
1102, -
1103stringdata0-
1104) -
1105+ 0 - 0 * sizeof(QByteArrayData)) },-
1106{ { { -1 } }, 11, 0, 0, qptrdiff(-
1107__builtin_offsetof (-
1108qt_meta_stringdata_QQuickGrid_t-
1109, -
1110stringdata0-
1111) -
1112+ 11 - 1 * sizeof(QByteArrayData)) },-
1113{ { { -1 } }, 0, 0, 0, qptrdiff(-
1114__builtin_offsetof (-
1115qt_meta_stringdata_QQuickGrid_t-
1116, -
1117stringdata0-
1118) -
1119+ 23 - 2 * sizeof(QByteArrayData)) },-
1120{ { { -1 } }, 14, 0, 0, qptrdiff(-
1121__builtin_offsetof (-
1122qt_meta_stringdata_QQuickGrid_t-
1123, -
1124stringdata0-
1125) -
1126+ 24 - 3 * sizeof(QByteArrayData)) },-
1127{ { { -1 } }, 11, 0, 0, qptrdiff(-
1128__builtin_offsetof (-
1129qt_meta_stringdata_QQuickGrid_t-
1130, -
1131stringdata0-
1132) -
1133+ 39 - 4 * sizeof(QByteArrayData)) },-
1134{ { { -1 } }, 22, 0, 0, qptrdiff(-
1135__builtin_offsetof (-
1136qt_meta_stringdata_QQuickGrid_t-
1137, -
1138stringdata0-
1139) -
1140+ 51 - 5 * sizeof(QByteArrayData)) },-
1141{ { { -1 } }, 31, 0, 0, qptrdiff(-
1142__builtin_offsetof (-
1143qt_meta_stringdata_QQuickGrid_t-
1144, -
1145stringdata0-
1146) -
1147+ 74 - 6 * sizeof(QByteArrayData)) },-
1148{ { { -1 } }, 17, 0, 0, qptrdiff(-
1149__builtin_offsetof (-
1150qt_meta_stringdata_QQuickGrid_t-
1151, -
1152stringdata0-
1153) -
1154+ 106 - 7 * sizeof(QByteArrayData)) },-
1155{ { { -1 } }, 20, 0, 0, qptrdiff(-
1156__builtin_offsetof (-
1157qt_meta_stringdata_QQuickGrid_t-
1158, -
1159stringdata0-
1160) -
1161+ 124 - 8 * sizeof(QByteArrayData)) },-
1162{ { { -1 } }, 26, 0, 0, qptrdiff(-
1163__builtin_offsetof (-
1164qt_meta_stringdata_QQuickGrid_t-
1165, -
1166stringdata0-
1167) -
1168+ 145 - 9 * sizeof(QByteArrayData)) },-
1169{ { { -1 } }, 10, 0, 0, qptrdiff(-
1170__builtin_offsetof (-
1171qt_meta_stringdata_QQuickGrid_t-
1172, -
1173stringdata0-
1174) -
1175+ 172 - 10 * sizeof(QByteArrayData)) },-
1176{ { { -1 } }, 9, 0, 0, qptrdiff(-
1177__builtin_offsetof (-
1178qt_meta_stringdata_QQuickGrid_t-
1179, -
1180stringdata0-
1181) -
1182+ 183 - 11 * sizeof(QByteArrayData)) },-
1183{ { { -1 } }, 35, 0, 0, qptrdiff(-
1184__builtin_offsetof (-
1185qt_meta_stringdata_QQuickGrid_t-
1186, -
1187stringdata0-
1188) -
1189+ 193 - 12 * sizeof(QByteArrayData)) },-
1190{ { { -1 } }, 24, 0, 0, qptrdiff(-
1191__builtin_offsetof (-
1192qt_meta_stringdata_QQuickGrid_t-
1193, -
1194stringdata0-
1195) -
1196+ 229 - 13 * sizeof(QByteArrayData)) },-
1197{ { { -1 } }, 10, 0, 0, qptrdiff(-
1198__builtin_offsetof (-
1199qt_meta_stringdata_QQuickGrid_t-
1200, -
1201stringdata0-
1202) -
1203+ 254 - 14 * sizeof(QByteArrayData)) },-
1204{ { { -1 } }, 4, 0, 0, qptrdiff(-
1205__builtin_offsetof (-
1206qt_meta_stringdata_QQuickGrid_t-
1207, -
1208stringdata0-
1209) -
1210+ 265 - 15 * sizeof(QByteArrayData)) },-
1211{ { { -1 } }, 7, 0, 0, qptrdiff(-
1212__builtin_offsetof (-
1213qt_meta_stringdata_QQuickGrid_t-
1214, -
1215stringdata0-
1216) -
1217+ 270 - 16 * sizeof(QByteArrayData)) },-
1218{ { { -1 } }, 10, 0, 0, qptrdiff(-
1219__builtin_offsetof (-
1220qt_meta_stringdata_QQuickGrid_t-
1221, -
1222stringdata0-
1223) -
1224+ 278 - 17 * sizeof(QByteArrayData)) },-
1225{ { { -1 } }, 13, 0, 0, qptrdiff(-
1226__builtin_offsetof (-
1227qt_meta_stringdata_QQuickGrid_t-
1228, -
1229stringdata0-
1230) -
1231+ 289 - 18 * sizeof(QByteArrayData)) },-
1232{ { { -1 } }, 4, 0, 0, qptrdiff(-
1233__builtin_offsetof (-
1234qt_meta_stringdata_QQuickGrid_t-
1235, -
1236stringdata0-
1237) -
1238+ 303 - 19 * sizeof(QByteArrayData)) },-
1239{ { { -1 } }, 4, 0, 0, qptrdiff(-
1240__builtin_offsetof (-
1241qt_meta_stringdata_QQuickGrid_t-
1242, -
1243stringdata0-
1244) -
1245+ 308 - 20 * sizeof(QByteArrayData)) },-
1246{ { { -1 } }, 15, 0, 0, qptrdiff(-
1247__builtin_offsetof (-
1248qt_meta_stringdata_QQuickGrid_t-
1249, -
1250stringdata0-
1251) -
1252+ 313 - 21 * sizeof(QByteArrayData)) },-
1253{ { { -1 } }, 19, 0, 0, qptrdiff(-
1254__builtin_offsetof (-
1255qt_meta_stringdata_QQuickGrid_t-
1256, -
1257stringdata0-
1258) -
1259+ 329 - 22 * sizeof(QByteArrayData)) },-
1260{ { { -1 } }, 24, 0, 0, qptrdiff(-
1261__builtin_offsetof (-
1262qt_meta_stringdata_QQuickGrid_t-
1263, -
1264stringdata0-
1265) -
1266+ 349 - 23 * sizeof(QByteArrayData)) },-
1267{ { { -1 } }, 23, 0, 0, qptrdiff(-
1268__builtin_offsetof (-
1269qt_meta_stringdata_QQuickGrid_t-
1270, -
1271stringdata0-
1272) -
1273+ 374 - 24 * sizeof(QByteArrayData)) },-
1274{ { { -1 } }, 32, 0, 0, qptrdiff(-
1275__builtin_offsetof (-
1276qt_meta_stringdata_QQuickGrid_t-
1277, -
1278stringdata0-
1279) -
1280+ 398 - 25 * sizeof(QByteArrayData)) },-
1281{ { { -1 } }, 21, 0, 0, qptrdiff(-
1282__builtin_offsetof (-
1283qt_meta_stringdata_QQuickGrid_t-
1284, -
1285stringdata0-
1286) -
1287+ 431 - 26 * sizeof(QByteArrayData)) },-
1288{ { { -1 } }, 11, 0, 0, qptrdiff(-
1289__builtin_offsetof (-
1290qt_meta_stringdata_QQuickGrid_t-
1291, -
1292stringdata0-
1293) -
1294+ 453 - 27 * sizeof(QByteArrayData)) },-
1295{ { { -1 } }, 11, 0, 0, qptrdiff(-
1296__builtin_offsetof (-
1297qt_meta_stringdata_QQuickGrid_t-
1298, -
1299stringdata0-
1300) -
1301+ 465 - 28 * sizeof(QByteArrayData)) },-
1302{ { { -1 } }, 9, 0, 0, qptrdiff(-
1303__builtin_offsetof (-
1304qt_meta_stringdata_QQuickGrid_t-
1305, -
1306stringdata0-
1307) -
1308+ 477 - 29 * sizeof(QByteArrayData)) },-
1309{ { { -1 } }, 10, 0, 0, qptrdiff(-
1310__builtin_offsetof (-
1311qt_meta_stringdata_QQuickGrid_t-
1312, -
1313stringdata0-
1314) -
1315+ 487 - 30 * sizeof(QByteArrayData)) },-
1316{ { { -1 } }, 12, 0, 0, qptrdiff(-
1317__builtin_offsetof (-
1318qt_meta_stringdata_QQuickGrid_t-
1319, -
1320stringdata0-
1321) -
1322+ 498 - 31 * sizeof(QByteArrayData)) },-
1323{ { { -1 } }, 8, 0, 0, qptrdiff(-
1324__builtin_offsetof (-
1325qt_meta_stringdata_QQuickGrid_t-
1326, -
1327stringdata0-
1328) -
1329+ 511 - 32 * sizeof(QByteArrayData)) },-
1330{ { { -1 } }, 11, 0, 0, qptrdiff(-
1331__builtin_offsetof (-
1332qt_meta_stringdata_QQuickGrid_t-
1333, -
1334stringdata0-
1335) -
1336+ 520 - 33 * sizeof(QByteArrayData)) },-
1337{ { { -1 } }, 12, 0, 0, qptrdiff(-
1338__builtin_offsetof (-
1339qt_meta_stringdata_QQuickGrid_t-
1340, -
1341stringdata0-
1342) -
1343+ 532 - 34 * sizeof(QByteArrayData)) }-
1344-
1345 },-
1346 "QQuickGrid\0rowsChanged\0\0columnsChanged\0"-
1347 "flowChanged\0layoutDirectionChanged\0"-
1348 "effectiveLayoutDirectionChanged\0"-
1349 "rowSpacingChanged\0columnSpacingChanged\0"-
1350 "horizontalAlignmentChanged\0HAlignment\0"-
1351 "alignment\0effectiveHorizontalAlignmentChanged\0"-
1352 "verticalAlignmentChanged\0VAlignment\0"-
1353 "rows\0columns\0rowSpacing\0columnSpacing\0"-
1354 "flow\0Flow\0layoutDirection\0Qt::LayoutDirection\0"-
1355 "effectiveLayoutDirection\0"-
1356 "horizontalItemAlignment\0"-
1357 "effectiveHorizontalItemAlignment\0"-
1358 "verticalItemAlignment\0LeftToRight\0"-
1359 "TopToBottom\0AlignLeft\0AlignRight\0"-
1360 "AlignHCenter\0AlignTop\0AlignBottom\0"-
1361 "AlignVCenter"-
1362};-
1363-
1364-
1365static const uint qt_meta_data_QQuickGrid[] = {-
1366-
1367-
1368 7,-
1369 0,-
1370 0, 0,-
1371 10, 14,-
1372 10, 90,-
1373 3, 140,-
1374 0, 0,-
1375 0,-
1376 10,-
1377-
1378-
1379 1, 0, 74, 2, 0x06 ,-
1380 3, 0, 75, 2, 0x06 ,-
1381 4, 0, 76, 2, 0x06 ,-
1382 5, 0, 77, 2, 0x06 ,-
1383 6, 0, 78, 2, 0x06 ,-
1384 7, 0, 79, 2, 0x06 ,-
1385 8, 0, 80, 2, 0x06 ,-
1386 9, 1, 81, 2, 0x86 ,-
1387 12, 1, 84, 2, 0x86 ,-
1388 13, 1, 87, 2, 0x86 ,-
1389-
1390-
1391 0,-
1392 0,-
1393 0,-
1394 0,-
1395 0,-
1396 0,-
1397 0,-
1398 1,-
1399 1,-
1400 1,-
1401-
1402-
1403 QMetaType::Void,-
1404 QMetaType::Void,-
1405 QMetaType::Void,-
1406 QMetaType::Void,-
1407 QMetaType::Void,-
1408 QMetaType::Void,-
1409 QMetaType::Void,-
1410 QMetaType::Void, 0x80000000 | 10, 11,-
1411 QMetaType::Void, 0x80000000 | 10, 11,-
1412 QMetaType::Void, 0x80000000 | 14, 11,-
1413-
1414-
1415 15, QMetaType::Int, 0x00495103,-
1416 16, QMetaType::Int, 0x00495103,-
1417 17, QMetaType::QReal, 0x00495107,-
1418 18, QMetaType::QReal, 0x00495107,-
1419 19, 0x80000000 | 20, 0x0049510b,-
1420 21, 0x80000000 | 22, 0x0049510b,-
1421 23, 0x80000000 | 22, 0x00495009,-
1422 24, 0x80000000 | 10, 0x00c9500b,-
1423 25, 0x80000000 | 10, 0x00c95009,-
1424 26, 0x80000000 | 14, 0x00c9500b,-
1425-
1426-
1427 0,-
1428 1,-
1429 5,-
1430 6,-
1431 2,-
1432 3,-
1433 4,-
1434 7,-
1435 8,-
1436 9,-
1437-
1438-
1439 0,-
1440 0,-
1441 0,-
1442 0,-
1443 0,-
1444 0,-
1445 0,-
1446 1,-
1447 1,-
1448 1,-
1449-
1450-
1451 20, 0x0, 2, 152,-
1452 10, 0x0, 3, 156,-
1453 14, 0x0, 3, 162,-
1454-
1455-
1456 27, uint(QQuickGrid::LeftToRight),-
1457 28, uint(QQuickGrid::TopToBottom),-
1458 29, uint(QQuickGrid::AlignLeft),-
1459 30, uint(QQuickGrid::AlignRight),-
1460 31, uint(QQuickGrid::AlignHCenter),-
1461 32, uint(QQuickGrid::AlignTop),-
1462 33, uint(QQuickGrid::AlignBottom),-
1463 34, uint(QQuickGrid::AlignVCenter),-
1464-
1465 0-
1466};-
1467-
1468void QQuickGrid::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)-
1469{-
1470 if (_c == QMetaObject::InvokeMetaMethod) {-
1471 QQuickGrid *_t = static_cast<QQuickGrid *>(_o);-
1472 (void)_t;-
1473 switch (_id) {-
1474 case 0: _t->rowsChanged(); break;-
1475 case 1: _t->columnsChanged(); break;-
1476 case 2: _t->flowChanged(); break;-
1477 case 3: _t->layoutDirectionChanged(); break;-
1478 case 4: _t->effectiveLayoutDirectionChanged(); break;-
1479 case 5: _t->rowSpacingChanged(); break;-
1480 case 6: _t->columnSpacingChanged(); break;-
1481 case 7: _t->horizontalAlignmentChanged((*reinterpret_cast< HAlignment(*)>(_a[1]))); break;-
1482 case 8: _t->effectiveHorizontalAlignmentChanged((*reinterpret_cast< HAlignment(*)>(_a[1]))); break;-
1483 case 9: _t->verticalAlignmentChanged((*reinterpret_cast< VAlignment(*)>(_a[1]))); break;-
1484 default: ;-
1485 }-
1486 } else if (_c == QMetaObject::IndexOfMethod) {-
1487 int *result = reinterpret_cast<int *>(_a[0]);-
1488 {-
1489 using _t = void (QQuickGrid::*)();-
1490 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickGrid::rowsChanged)) {-
1491 *result = 0;-
1492 return;-
1493 }-
1494 }-
1495 {-
1496 using _t = void (QQuickGrid::*)();-
1497 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickGrid::columnsChanged)) {-
1498 *result = 1;-
1499 return;-
1500 }-
1501 }-
1502 {-
1503 using _t = void (QQuickGrid::*)();-
1504 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickGrid::flowChanged)) {-
1505 *result = 2;-
1506 return;-
1507 }-
1508 }-
1509 {-
1510 using _t = void (QQuickGrid::*)();-
1511 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickGrid::layoutDirectionChanged)) {-
1512 *result = 3;-
1513 return;-
1514 }-
1515 }-
1516 {-
1517 using _t = void (QQuickGrid::*)();-
1518 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickGrid::effectiveLayoutDirectionChanged)) {-
1519 *result = 4;-
1520 return;-
1521 }-
1522 }-
1523 {-
1524 using _t = void (QQuickGrid::*)();-
1525 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickGrid::rowSpacingChanged)) {-
1526 *result = 5;-
1527 return;-
1528 }-
1529 }-
1530 {-
1531 using _t = void (QQuickGrid::*)();-
1532 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickGrid::columnSpacingChanged)) {-
1533 *result = 6;-
1534 return;-
1535 }-
1536 }-
1537 {-
1538 using _t = void (QQuickGrid::*)(HAlignment );-
1539 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickGrid::horizontalAlignmentChanged)) {-
1540 *result = 7;-
1541 return;-
1542 }-
1543 }-
1544 {-
1545 using _t = void (QQuickGrid::*)(HAlignment );-
1546 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickGrid::effectiveHorizontalAlignmentChanged)) {-
1547 *result = 8;-
1548 return;-
1549 }-
1550 }-
1551 {-
1552 using _t = void (QQuickGrid::*)(VAlignment );-
1553 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickGrid::verticalAlignmentChanged)) {-
1554 *result = 9;-
1555 return;-
1556 }-
1557 }-
1558 }-
1559-
1560 else if (_c == QMetaObject::ReadProperty) {-
1561 QQuickGrid *_t = static_cast<QQuickGrid *>(_o);-
1562 (void)_t;-
1563 void *_v = _a[0];-
1564 switch (_id) {-
1565 case 0: *reinterpret_cast< int*>(_v) = _t->rows(); break;-
1566 case 1: *reinterpret_cast< int*>(_v) = _t->columns(); break;-
1567 case 2: *reinterpret_cast< qreal*>(_v) = _t->rowSpacing(); break;-
1568 case 3: *reinterpret_cast< qreal*>(_v) = _t->columnSpacing(); break;-
1569 case 4: *reinterpret_cast< Flow*>(_v) = _t->flow(); break;-
1570 case 5: *reinterpret_cast< Qt::LayoutDirection*>(_v) = _t->layoutDirection(); break;-
1571 case 6: *reinterpret_cast< Qt::LayoutDirection*>(_v) = _t->effectiveLayoutDirection(); break;-
1572 case 7: *reinterpret_cast< HAlignment*>(_v) = _t->hItemAlign(); break;-
1573 case 8: *reinterpret_cast< HAlignment*>(_v) = _t->effectiveHAlign(); break;-
1574 case 9: *reinterpret_cast< VAlignment*>(_v) = _t->vItemAlign(); break;-
1575 default: break;-
1576 }-
1577 } else if (_c == QMetaObject::WriteProperty) {-
1578 QQuickGrid *_t = static_cast<QQuickGrid *>(_o);-
1579 (void)_t;-
1580 void *_v = _a[0];-
1581 switch (_id) {-
1582 case 0: _t->setRows(*reinterpret_cast< int*>(_v)); break;-
1583 case 1: _t->setColumns(*reinterpret_cast< int*>(_v)); break;-
1584 case 2: _t->setRowSpacing(*reinterpret_cast< qreal*>(_v)); break;-
1585 case 3: _t->setColumnSpacing(*reinterpret_cast< qreal*>(_v)); break;-
1586 case 4: _t->setFlow(*reinterpret_cast< Flow*>(_v)); break;-
1587 case 5: _t->setLayoutDirection(*reinterpret_cast< Qt::LayoutDirection*>(_v)); break;-
1588 case 7: _t->setHItemAlign(*reinterpret_cast< HAlignment*>(_v)); break;-
1589 case 9: _t->setVItemAlign(*reinterpret_cast< VAlignment*>(_v)); break;-
1590 default: break;-
1591 }-
1592 } else if (_c == QMetaObject::ResetProperty) {-
1593 QQuickGrid *_t = static_cast<QQuickGrid *>(_o);-
1594 (void)_t;-
1595 switch (_id) {-
1596 case 2: _t->resetRowSpacing(); break;-
1597 case 3: _t->resetColumnSpacing(); break;-
1598 default: break;-
1599 }-
1600 }-
1601-
1602}-
1603-
1604 const QMetaObject QQuickGrid::staticMetaObject = {-
1605 { &QQuickBasePositioner::staticMetaObject, qt_meta_stringdata_QQuickGrid.data,-
1606 qt_meta_data_QQuickGrid, qt_static_metacall, nullptr, nullptr}-
1607};-
1608-
1609-
1610const QMetaObject *QQuickGrid::metaObject() const-
1611{-
1612 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;-
1613}-
1614-
1615void *QQuickGrid::qt_metacast(const char *_clname)-
1616{-
1617 if (!_clname) return nullptr;-
1618 if (!strcmp(_clname, qt_meta_stringdata_QQuickGrid.stringdata0))-
1619 return static_cast<void*>(this);-
1620 return QQuickBasePositioner::qt_metacast(_clname);-
1621}-
1622-
1623int QQuickGrid::qt_metacall(QMetaObject::Call _c, int _id, void **_a)-
1624{-
1625 _id = QQuickBasePositioner::qt_metacall(_c, _id, _a);-
1626 if (_id < 0)-
1627 return _id;-
1628 if (_c == QMetaObject::InvokeMetaMethod) {-
1629 if (_id < 10)-
1630 qt_static_metacall(this, _c, _id, _a);-
1631 _id -= 10;-
1632 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {-
1633 if (_id < 10)-
1634 *reinterpret_cast<int*>(_a[0]) = -1;-
1635 _id -= 10;-
1636 }-
1637-
1638 else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty-
1639 || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) {-
1640 qt_static_metacall(this, _c, _id, _a);-
1641 _id -= 10;-
1642 } else if (_c == QMetaObject::QueryPropertyDesignable) {-
1643 _id -= 10;-
1644 } else if (_c == QMetaObject::QueryPropertyScriptable) {-
1645 _id -= 10;-
1646 } else if (_c == QMetaObject::QueryPropertyStored) {-
1647 _id -= 10;-
1648 } else if (_c == QMetaObject::QueryPropertyEditable) {-
1649 _id -= 10;-
1650 } else if (_c == QMetaObject::QueryPropertyUser) {-
1651 _id -= 10;-
1652 }-
1653-
1654 return _id;-
1655}-
1656-
1657-
1658void QQuickGrid::rowsChanged()-
1659{-
1660 QMetaObject::activate(this, &staticMetaObject, 0, nullptr);-
1661}
executed 18 times by 2 tests: end of block
Executed by:
  • tst_examples
  • tst_qquickpositioners
18
1662-
1663-
1664void QQuickGrid::columnsChanged()-
1665{-
1666 QMetaObject::activate(this, &staticMetaObject, 1, nullptr);-
1667}
executed 98 times by 6 tests: end of block
Executed by:
  • tst_examples
  • tst_qquickdraghandler
  • tst_qquickflickable
  • tst_qquickitem2
  • tst_qquicklistview
  • tst_qquickpositioners
98
1668-
1669-
1670void QQuickGrid::flowChanged()-
1671{-
1672 QMetaObject::activate(this, &staticMetaObject, 2, nullptr);-
1673}
executed 6 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
6
1674-
1675-
1676void QQuickGrid::layoutDirectionChanged()-
1677{-
1678 QMetaObject::activate(this, &staticMetaObject, 3, nullptr);-
1679}
executed 30 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
30
1680-
1681-
1682void QQuickGrid::effectiveLayoutDirectionChanged()-
1683{-
1684 QMetaObject::activate(this, &staticMetaObject, 4, nullptr);-
1685}
executed 34 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
34
1686-
1687-
1688void QQuickGrid::rowSpacingChanged()-
1689{-
1690 QMetaObject::activate(this, &staticMetaObject, 5, nullptr);-
1691}
executed 4 times by 2 tests: end of block
Executed by:
  • tst_examples
  • tst_qquickpositioners
4
1692-
1693-
1694void QQuickGrid::columnSpacingChanged()-
1695{-
1696 QMetaObject::activate(this, &staticMetaObject, 6, nullptr);-
1697}
executed 4 times by 2 tests: end of block
Executed by:
  • tst_examples
  • tst_qquickpositioners
4
1698-
1699-
1700void QQuickGrid::horizontalAlignmentChanged(HAlignment _t1)-
1701{-
1702 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1703 QMetaObject::activate(this, &staticMetaObject, 7, _a);-
1704}
executed 12 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
12
1705-
1706-
1707void QQuickGrid::effectiveHorizontalAlignmentChanged(HAlignment _t1)-
1708{-
1709 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1710 QMetaObject::activate(this, &staticMetaObject, 8, _a);-
1711}
executed 46 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
46
1712-
1713-
1714void QQuickGrid::verticalAlignmentChanged(VAlignment _t1)-
1715{-
1716 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };-
1717 QMetaObject::activate(this, &staticMetaObject, 9, _a);-
1718}
executed 8 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
8
1719struct qt_meta_stringdata_QQuickFlow_t {-
1720 QByteArrayData data[12];-
1721 char stringdata0[174];-
1722};-
1723-
1724-
1725-
1726-
1727-
1728static const qt_meta_stringdata_QQuickFlow_t qt_meta_stringdata_QQuickFlow = {-
1729 {-
1730{ { { -1 } }, 10, 0, 0, qptrdiff(-
1731__builtin_offsetof (-
1732qt_meta_stringdata_QQuickFlow_t-
1733, -
1734stringdata0-
1735) -
1736+ 0 - 0 * sizeof(QByteArrayData)) },-
1737{ { { -1 } }, 11, 0, 0, qptrdiff(-
1738__builtin_offsetof (-
1739qt_meta_stringdata_QQuickFlow_t-
1740, -
1741stringdata0-
1742) -
1743+ 11 - 1 * sizeof(QByteArrayData)) },-
1744{ { { -1 } }, 0, 0, 0, qptrdiff(-
1745__builtin_offsetof (-
1746qt_meta_stringdata_QQuickFlow_t-
1747, -
1748stringdata0-
1749) -
1750+ 23 - 2 * sizeof(QByteArrayData)) },-
1751{ { { -1 } }, 22, 0, 0, qptrdiff(-
1752__builtin_offsetof (-
1753qt_meta_stringdata_QQuickFlow_t-
1754, -
1755stringdata0-
1756) -
1757+ 24 - 3 * sizeof(QByteArrayData)) },-
1758{ { { -1 } }, 31, 0, 0, qptrdiff(-
1759__builtin_offsetof (-
1760qt_meta_stringdata_QQuickFlow_t-
1761, -
1762stringdata0-
1763) -
1764+ 47 - 4 * sizeof(QByteArrayData)) },-
1765{ { { -1 } }, 4, 0, 0, qptrdiff(-
1766__builtin_offsetof (-
1767qt_meta_stringdata_QQuickFlow_t-
1768, -
1769stringdata0-
1770) -
1771+ 79 - 5 * sizeof(QByteArrayData)) },-
1772{ { { -1 } }, 4, 0, 0, qptrdiff(-
1773__builtin_offsetof (-
1774qt_meta_stringdata_QQuickFlow_t-
1775, -
1776stringdata0-
1777) -
1778+ 84 - 6 * sizeof(QByteArrayData)) },-
1779{ { { -1 } }, 15, 0, 0, qptrdiff(-
1780__builtin_offsetof (-
1781qt_meta_stringdata_QQuickFlow_t-
1782, -
1783stringdata0-
1784) -
1785+ 89 - 7 * sizeof(QByteArrayData)) },-
1786{ { { -1 } }, 19, 0, 0, qptrdiff(-
1787__builtin_offsetof (-
1788qt_meta_stringdata_QQuickFlow_t-
1789, -
1790stringdata0-
1791) -
1792+ 105 - 8 * sizeof(QByteArrayData)) },-
1793{ { { -1 } }, 24, 0, 0, qptrdiff(-
1794__builtin_offsetof (-
1795qt_meta_stringdata_QQuickFlow_t-
1796, -
1797stringdata0-
1798) -
1799+ 125 - 9 * sizeof(QByteArrayData)) },-
1800{ { { -1 } }, 11, 0, 0, qptrdiff(-
1801__builtin_offsetof (-
1802qt_meta_stringdata_QQuickFlow_t-
1803, -
1804stringdata0-
1805) -
1806+ 150 - 10 * sizeof(QByteArrayData)) },-
1807{ { { -1 } }, 11, 0, 0, qptrdiff(-
1808__builtin_offsetof (-
1809qt_meta_stringdata_QQuickFlow_t-
1810, -
1811stringdata0-
1812) -
1813+ 162 - 11 * sizeof(QByteArrayData)) }-
1814-
1815 },-
1816 "QQuickFlow\0flowChanged\0\0layoutDirectionChanged\0"-
1817 "effectiveLayoutDirectionChanged\0flow\0"-
1818 "Flow\0layoutDirection\0Qt::LayoutDirection\0"-
1819 "effectiveLayoutDirection\0LeftToRight\0"-
1820 "TopToBottom"-
1821};-
1822-
1823-
1824static const uint qt_meta_data_QQuickFlow[] = {-
1825-
1826-
1827 7,-
1828 0,-
1829 0, 0,-
1830 3, 14,-
1831 3, 32,-
1832 1, 44,-
1833 0, 0,-
1834 0,-
1835 3,-
1836-
1837-
1838 1, 0, 29, 2, 0x06 ,-
1839 3, 0, 30, 2, 0x06 ,-
1840 4, 0, 31, 2, 0x06 ,-
1841-
1842-
1843 QMetaType::Void,-
1844 QMetaType::Void,-
1845 QMetaType::Void,-
1846-
1847-
1848 5, 0x80000000 | 6, 0x0049510b,-
1849 7, 0x80000000 | 8, 0x0049510b,-
1850 9, 0x80000000 | 8, 0x00495009,-
1851-
1852-
1853 0,-
1854 1,-
1855 2,-
1856-
1857-
1858 6, 0x0, 2, 48,-
1859-
1860-
1861 10, uint(QQuickFlow::LeftToRight),-
1862 11, uint(QQuickFlow::TopToBottom),-
1863-
1864 0-
1865};-
1866-
1867void QQuickFlow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)-
1868{-
1869 if (_c == QMetaObject::InvokeMetaMethod) {-
1870 QQuickFlow *_t = static_cast<QQuickFlow *>(_o);-
1871 (void)_t;-
1872 switch (_id) {-
1873 case 0: _t->flowChanged(); break;-
1874 case 1: _t->layoutDirectionChanged(); break;-
1875 case 2: _t->effectiveLayoutDirectionChanged(); break;-
1876 default: ;-
1877 }-
1878 } else if (_c == QMetaObject::IndexOfMethod) {-
1879 int *result = reinterpret_cast<int *>(_a[0]);-
1880 {-
1881 using _t = void (QQuickFlow::*)();-
1882 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickFlow::flowChanged)) {-
1883 *result = 0;-
1884 return;-
1885 }-
1886 }-
1887 {-
1888 using _t = void (QQuickFlow::*)();-
1889 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickFlow::layoutDirectionChanged)) {-
1890 *result = 1;-
1891 return;-
1892 }-
1893 }-
1894 {-
1895 using _t = void (QQuickFlow::*)();-
1896 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QQuickFlow::effectiveLayoutDirectionChanged)) {-
1897 *result = 2;-
1898 return;-
1899 }-
1900 }-
1901 }-
1902-
1903 else if (_c == QMetaObject::ReadProperty) {-
1904 QQuickFlow *_t = static_cast<QQuickFlow *>(_o);-
1905 (void)_t;-
1906 void *_v = _a[0];-
1907 switch (_id) {-
1908 case 0: *reinterpret_cast< Flow*>(_v) = _t->flow(); break;-
1909 case 1: *reinterpret_cast< Qt::LayoutDirection*>(_v) = _t->layoutDirection(); break;-
1910 case 2: *reinterpret_cast< Qt::LayoutDirection*>(_v) = _t->effectiveLayoutDirection(); break;-
1911 default: break;-
1912 }-
1913 } else if (_c == QMetaObject::WriteProperty) {-
1914 QQuickFlow *_t = static_cast<QQuickFlow *>(_o);-
1915 (void)_t;-
1916 void *_v = _a[0];-
1917 switch (_id) {-
1918 case 0: _t->setFlow(*reinterpret_cast< Flow*>(_v)); break;-
1919 case 1: _t->setLayoutDirection(*reinterpret_cast< Qt::LayoutDirection*>(_v)); break;-
1920 default: break;-
1921 }-
1922 } else if (_c == QMetaObject::ResetProperty) {-
1923 }-
1924-
1925 (void)_a;;-
1926}-
1927-
1928 const QMetaObject QQuickFlow::staticMetaObject = {-
1929 { &QQuickBasePositioner::staticMetaObject, qt_meta_stringdata_QQuickFlow.data,-
1930 qt_meta_data_QQuickFlow, qt_static_metacall, nullptr, nullptr}-
1931};-
1932-
1933-
1934const QMetaObject *QQuickFlow::metaObject() const-
1935{-
1936 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;-
1937}-
1938-
1939void *QQuickFlow::qt_metacast(const char *_clname)-
1940{-
1941 if (!_clname) return nullptr;-
1942 if (!strcmp(_clname, qt_meta_stringdata_QQuickFlow.stringdata0))-
1943 return static_cast<void*>(this);-
1944 return QQuickBasePositioner::qt_metacast(_clname);-
1945}-
1946-
1947int QQuickFlow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)-
1948{-
1949 _id = QQuickBasePositioner::qt_metacall(_c, _id, _a);-
1950 if (_id < 0)-
1951 return _id;-
1952 if (_c == QMetaObject::InvokeMetaMethod) {-
1953 if (_id < 3)-
1954 qt_static_metacall(this, _c, _id, _a);-
1955 _id -= 3;-
1956 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {-
1957 if (_id < 3)-
1958 *reinterpret_cast<int*>(_a[0]) = -1;-
1959 _id -= 3;-
1960 }-
1961-
1962 else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty-
1963 || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) {-
1964 qt_static_metacall(this, _c, _id, _a);-
1965 _id -= 3;-
1966 } else if (_c == QMetaObject::QueryPropertyDesignable) {-
1967 _id -= 3;-
1968 } else if (_c == QMetaObject::QueryPropertyScriptable) {-
1969 _id -= 3;-
1970 } else if (_c == QMetaObject::QueryPropertyStored) {-
1971 _id -= 3;-
1972 } else if (_c == QMetaObject::QueryPropertyEditable) {-
1973 _id -= 3;-
1974 } else if (_c == QMetaObject::QueryPropertyUser) {-
1975 _id -= 3;-
1976 }-
1977-
1978 return _id;-
1979}-
1980-
1981-
1982void QQuickFlow::flowChanged()-
1983{-
1984 QMetaObject::activate(this, &staticMetaObject, 0, nullptr);-
1985}
executed 20 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
20
1986-
1987-
1988void QQuickFlow::layoutDirectionChanged()-
1989{-
1990 QMetaObject::activate(this, &staticMetaObject, 1, nullptr);-
1991}
executed 26 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
26
1992-
1993-
1994void QQuickFlow::effectiveLayoutDirectionChanged()-
1995{-
1996 QMetaObject::activate(this, &staticMetaObject, 2, nullptr);-
1997}
executed 30 times by 1 test: end of block
Executed by:
  • tst_qquickpositioners
30
1998-
1999#pragma GCC diagnostic pop-
2000-
2001-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0