1/****************************************************************************
2** Meta object code from reading C++ file 'qplatformbackingstore.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.0.0)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
10#include "painting/qplatformbackingstore.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'qplatformbackingstore.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 68
16#error "This file was generated using the moc from 6.0.0. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
24struct qt_meta_stringdata_QPlatformTextureList_t {
25 const uint offsetsAndSize[6];
26 char stringdata0[29];
27};
28#define QT_MOC_LITERAL(ofs, len) \
29 uint(offsetof(qt_meta_stringdata_QPlatformTextureList_t, stringdata0) + ofs), len
30static const qt_meta_stringdata_QPlatformTextureList_t qt_meta_stringdata_QPlatformTextureList = {
31 {
32QT_MOC_LITERAL(0, 20), // "QPlatformTextureList"
33QT_MOC_LITERAL(21, 6), // "locked"
34QT_MOC_LITERAL(28, 0) // ""
35
36 },
37 "QPlatformTextureList\0locked\0"
38};
39#undef QT_MOC_LITERAL
40
41static const uint qt_meta_data_QPlatformTextureList[] = {
42
43 // content:
44 9, // revision
45 0, // classname
46 0, 0, // classinfo
47 1, 14, // methods
48 0, 0, // properties
49 0, 0, // enums/sets
50 0, 0, // constructors
51 0, // flags
52 1, // signalCount
53
54 // signals: name, argc, parameters, tag, flags, initial metatype offsets
55 1, 1, 20, 2, 0x06, 0 /* Public */,
56
57 // signals: parameters
58 QMetaType::Void, QMetaType::Bool, 2,
59
60 0 // eod
61};
62
63void QPlatformTextureList::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
64{
65 if (_c == QMetaObject::InvokeMetaMethod) {
66 Q_ASSERT(staticMetaObject.cast(_o));
67 auto *_t = static_cast<QPlatformTextureList *>(_o);
68 Q_UNUSED(_t)
69 switch (_id) {
70 case 0: _t->locked((*reinterpret_cast< bool(*)>(_a[1]))); break;
71 default: ;
72 }
73 } else if (_c == QMetaObject::IndexOfMethod) {
74 int *result = reinterpret_cast<int *>(_a[0]);
75 {
76 using _t = void (QPlatformTextureList::*)(bool );
77 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QPlatformTextureList::locked)) {
78 *result = 0;
79 return;
80 }
81 }
82 }
83}
84
85const QMetaObject QPlatformTextureList::staticMetaObject = { {
86 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
87 qt_meta_stringdata_QPlatformTextureList.offsetsAndSize,
88 qt_meta_data_QPlatformTextureList,
89 qt_static_metacall,
90 nullptr,
91qt_incomplete_metaTypeArray<qt_meta_stringdata_QPlatformTextureList_t
92, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<bool, std::false_type>
93
94
95
96>,
97 nullptr
98} };
99
100
101const QMetaObject *QPlatformTextureList::metaObject() const
102{
103 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
104}
105
106void *QPlatformTextureList::qt_metacast(const char *_clname)
107{
108 if (!_clname) return nullptr;
109 if (!strcmp(_clname, qt_meta_stringdata_QPlatformTextureList.stringdata0))
110 return static_cast<void*>(this);
111 return QObject::qt_metacast(_clname);
112}
113
114int QPlatformTextureList::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
115{
116 _id = QObject::qt_metacall(_c, _id, _a);
117 if (_id < 0)
118 return _id;
119 if (_c == QMetaObject::InvokeMetaMethod) {
120 if (_id < 1)
121 qt_static_metacall(this, _c, _id, _a);
122 _id -= 1;
123 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
124 if (_id < 1)
125 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
126 _id -= 1;
127 }
128 return _id;
129}
130
131// SIGNAL 0
132void QPlatformTextureList::locked(bool _t1)
133{
134 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
135 QMetaObject::activate(this, &staticMetaObject, 0, _a);
136}
137QT_WARNING_POP
138QT_END_MOC_NAMESPACE
139