1/****************************************************************************
2** Meta object code from reading C++ file 'qstylesheetstyle_p.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 "styles/qstylesheetstyle_p.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'qstylesheetstyle_p.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_QStyleSheetStyle_t {
25 const uint offsetsAndSize[2];
26 char stringdata0[17];
27};
28#define QT_MOC_LITERAL(ofs, len) \
29 uint(offsetof(qt_meta_stringdata_QStyleSheetStyle_t, stringdata0) + ofs), len
30static const qt_meta_stringdata_QStyleSheetStyle_t qt_meta_stringdata_QStyleSheetStyle = {
31 {
32QT_MOC_LITERAL(0, 16) // "QStyleSheetStyle"
33
34 },
35 "QStyleSheetStyle"
36};
37#undef QT_MOC_LITERAL
38
39static const uint qt_meta_data_QStyleSheetStyle[] = {
40
41 // content:
42 9, // revision
43 0, // classname
44 0, 0, // classinfo
45 0, 0, // methods
46 0, 0, // properties
47 0, 0, // enums/sets
48 0, 0, // constructors
49 0, // flags
50 0, // signalCount
51
52 0 // eod
53};
54
55void QStyleSheetStyle::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
56{
57 Q_UNUSED(_o);
58 Q_UNUSED(_id);
59 Q_UNUSED(_c);
60 Q_UNUSED(_a);
61}
62
63const QMetaObject QStyleSheetStyle::staticMetaObject = { {
64 QMetaObject::SuperData::link<QWindowsStyle::staticMetaObject>(),
65 qt_meta_stringdata_QStyleSheetStyle.offsetsAndSize,
66 qt_meta_data_QStyleSheetStyle,
67 qt_static_metacall,
68 nullptr,
69 nullptr,
70 nullptr
71} };
72
73
74const QMetaObject *QStyleSheetStyle::metaObject() const
75{
76 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
77}
78
79void *QStyleSheetStyle::qt_metacast(const char *_clname)
80{
81 if (!_clname) return nullptr;
82 if (!strcmp(_clname, qt_meta_stringdata_QStyleSheetStyle.stringdata0))
83 return static_cast<void*>(this);
84 return QWindowsStyle::qt_metacast(_clname);
85}
86
87int QStyleSheetStyle::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
88{
89 _id = QWindowsStyle::qt_metacall(_c, _id, _a);
90 return _id;
91}
92struct qt_meta_stringdata_QStyleSheetStyleCaches_t {
93 const uint offsetsAndSize[8];
94 char stringdata0[55];
95};
96#define QT_MOC_LITERAL(ofs, len) \
97 uint(offsetof(qt_meta_stringdata_QStyleSheetStyleCaches_t, stringdata0) + ofs), len
98static const qt_meta_stringdata_QStyleSheetStyleCaches_t qt_meta_stringdata_QStyleSheetStyleCaches = {
99 {
100QT_MOC_LITERAL(0, 22), // "QStyleSheetStyleCaches"
101QT_MOC_LITERAL(23, 15), // "objectDestroyed"
102QT_MOC_LITERAL(39, 0), // ""
103QT_MOC_LITERAL(40, 14) // "styleDestroyed"
104
105 },
106 "QStyleSheetStyleCaches\0objectDestroyed\0"
107 "\0styleDestroyed"
108};
109#undef QT_MOC_LITERAL
110
111static const uint qt_meta_data_QStyleSheetStyleCaches[] = {
112
113 // content:
114 9, // revision
115 0, // classname
116 0, 0, // classinfo
117 2, 14, // methods
118 0, 0, // properties
119 0, 0, // enums/sets
120 0, 0, // constructors
121 0, // flags
122 0, // signalCount
123
124 // slots: name, argc, parameters, tag, flags, initial metatype offsets
125 1, 1, 26, 2, 0x0a, 0 /* Public */,
126 3, 1, 29, 2, 0x0a, 2 /* Public */,
127
128 // slots: parameters
129 QMetaType::Void, QMetaType::QObjectStar, 2,
130 QMetaType::Void, QMetaType::QObjectStar, 2,
131
132 0 // eod
133};
134
135void QStyleSheetStyleCaches::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
136{
137 if (_c == QMetaObject::InvokeMetaMethod) {
138 Q_ASSERT(staticMetaObject.cast(_o));
139 auto *_t = static_cast<QStyleSheetStyleCaches *>(_o);
140 Q_UNUSED(_t)
141 switch (_id) {
142 case 0: _t->objectDestroyed((*reinterpret_cast< QObject*(*)>(_a[1]))); break;
143 case 1: _t->styleDestroyed((*reinterpret_cast< QObject*(*)>(_a[1]))); break;
144 default: ;
145 }
146 }
147}
148
149const QMetaObject QStyleSheetStyleCaches::staticMetaObject = { {
150 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
151 qt_meta_stringdata_QStyleSheetStyleCaches.offsetsAndSize,
152 qt_meta_data_QStyleSheetStyleCaches,
153 qt_static_metacall,
154 nullptr,
155qt_incomplete_metaTypeArray<qt_meta_stringdata_QStyleSheetStyleCaches_t
156
157, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<QObject *, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<QObject *, std::false_type>
158
159
160>,
161 nullptr
162} };
163
164
165const QMetaObject *QStyleSheetStyleCaches::metaObject() const
166{
167 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
168}
169
170void *QStyleSheetStyleCaches::qt_metacast(const char *_clname)
171{
172 if (!_clname) return nullptr;
173 if (!strcmp(_clname, qt_meta_stringdata_QStyleSheetStyleCaches.stringdata0))
174 return static_cast<void*>(this);
175 return QObject::qt_metacast(_clname);
176}
177
178int QStyleSheetStyleCaches::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
179{
180 _id = QObject::qt_metacall(_c, _id, _a);
181 if (_id < 0)
182 return _id;
183 if (_c == QMetaObject::InvokeMetaMethod) {
184 if (_id < 2)
185 qt_static_metacall(this, _c, _id, _a);
186 _id -= 2;
187 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
188 if (_id < 2)
189 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
190 _id -= 2;
191 }
192 return _id;
193}
194QT_WARNING_POP
195QT_END_MOC_NAMESPACE
196