1 | /**************************************************************************** |
2 | ** Meta object code from reading C++ file 'qstyleanimation_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/qstyleanimation_p.h" |
11 | #include <QtCore/qbytearray.h> |
12 | #include <QtCore/qmetatype.h> |
13 | #if !defined(Q_MOC_OUTPUT_REVISION) |
14 | #error "The header file 'qstyleanimation_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 | |
21 | QT_BEGIN_MOC_NAMESPACE |
22 | QT_WARNING_PUSH |
23 | QT_WARNING_DISABLE_DEPRECATED |
24 | struct qt_meta_stringdata_QStyleAnimation_t { |
25 | const uint offsetsAndSize[6]; |
26 | char stringdata0[23]; |
27 | }; |
28 | #define QT_MOC_LITERAL(ofs, len) \ |
29 | uint(offsetof(qt_meta_stringdata_QStyleAnimation_t, stringdata0) + ofs), len |
30 | static const qt_meta_stringdata_QStyleAnimation_t qt_meta_stringdata_QStyleAnimation = { |
31 | { |
32 | QT_MOC_LITERAL(0, 15), // "QStyleAnimation" |
33 | QT_MOC_LITERAL(16, 5), // "start" |
34 | QT_MOC_LITERAL(22, 0) // "" |
35 | |
36 | }, |
37 | "QStyleAnimation\0start\0" |
38 | }; |
39 | #undef QT_MOC_LITERAL |
40 | |
41 | static const uint qt_meta_data_QStyleAnimation[] = { |
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 | 0, // signalCount |
53 | |
54 | // slots: name, argc, parameters, tag, flags, initial metatype offsets |
55 | 1, 0, 20, 2, 0x0a, 0 /* Public */, |
56 | |
57 | // slots: parameters |
58 | QMetaType::Void, |
59 | |
60 | 0 // eod |
61 | }; |
62 | |
63 | void QStyleAnimation::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<QStyleAnimation *>(_o); |
68 | Q_UNUSED(_t) |
69 | switch (_id) { |
70 | case 0: _t->start(); break; |
71 | default: ; |
72 | } |
73 | } |
74 | Q_UNUSED(_a); |
75 | } |
76 | |
77 | const QMetaObject QStyleAnimation::staticMetaObject = { { |
78 | QMetaObject::SuperData::link<QAbstractAnimation::staticMetaObject>(), |
79 | qt_meta_stringdata_QStyleAnimation.offsetsAndSize, |
80 | qt_meta_data_QStyleAnimation, |
81 | qt_static_metacall, |
82 | nullptr, |
83 | qt_incomplete_metaTypeArray<qt_meta_stringdata_QStyleAnimation_t |
84 | |
85 | , QtPrivate::TypeAndForceComplete<void, std::false_type> |
86 | |
87 | |
88 | >, |
89 | nullptr |
90 | } }; |
91 | |
92 | |
93 | const QMetaObject *QStyleAnimation::metaObject() const |
94 | { |
95 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
96 | } |
97 | |
98 | void *QStyleAnimation::qt_metacast(const char *_clname) |
99 | { |
100 | if (!_clname) return nullptr; |
101 | if (!strcmp(_clname, qt_meta_stringdata_QStyleAnimation.stringdata0)) |
102 | return static_cast<void*>(this); |
103 | return QAbstractAnimation::qt_metacast(_clname); |
104 | } |
105 | |
106 | int QStyleAnimation::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
107 | { |
108 | _id = QAbstractAnimation::qt_metacall(_c, _id, _a); |
109 | if (_id < 0) |
110 | return _id; |
111 | if (_c == QMetaObject::InvokeMetaMethod) { |
112 | if (_id < 1) |
113 | qt_static_metacall(this, _c, _id, _a); |
114 | _id -= 1; |
115 | } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { |
116 | if (_id < 1) |
117 | *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); |
118 | _id -= 1; |
119 | } |
120 | return _id; |
121 | } |
122 | struct qt_meta_stringdata_QProgressStyleAnimation_t { |
123 | const uint offsetsAndSize[2]; |
124 | char stringdata0[24]; |
125 | }; |
126 | #define QT_MOC_LITERAL(ofs, len) \ |
127 | uint(offsetof(qt_meta_stringdata_QProgressStyleAnimation_t, stringdata0) + ofs), len |
128 | static const qt_meta_stringdata_QProgressStyleAnimation_t qt_meta_stringdata_QProgressStyleAnimation = { |
129 | { |
130 | QT_MOC_LITERAL(0, 23) // "QProgressStyleAnimation" |
131 | |
132 | }, |
133 | "QProgressStyleAnimation" |
134 | }; |
135 | #undef QT_MOC_LITERAL |
136 | |
137 | static const uint qt_meta_data_QProgressStyleAnimation[] = { |
138 | |
139 | // content: |
140 | 9, // revision |
141 | 0, // classname |
142 | 0, 0, // classinfo |
143 | 0, 0, // methods |
144 | 0, 0, // properties |
145 | 0, 0, // enums/sets |
146 | 0, 0, // constructors |
147 | 0, // flags |
148 | 0, // signalCount |
149 | |
150 | 0 // eod |
151 | }; |
152 | |
153 | void QProgressStyleAnimation::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
154 | { |
155 | Q_UNUSED(_o); |
156 | Q_UNUSED(_id); |
157 | Q_UNUSED(_c); |
158 | Q_UNUSED(_a); |
159 | } |
160 | |
161 | const QMetaObject QProgressStyleAnimation::staticMetaObject = { { |
162 | QMetaObject::SuperData::link<QStyleAnimation::staticMetaObject>(), |
163 | qt_meta_stringdata_QProgressStyleAnimation.offsetsAndSize, |
164 | qt_meta_data_QProgressStyleAnimation, |
165 | qt_static_metacall, |
166 | nullptr, |
167 | nullptr, |
168 | nullptr |
169 | } }; |
170 | |
171 | |
172 | const QMetaObject *QProgressStyleAnimation::metaObject() const |
173 | { |
174 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
175 | } |
176 | |
177 | void *QProgressStyleAnimation::qt_metacast(const char *_clname) |
178 | { |
179 | if (!_clname) return nullptr; |
180 | if (!strcmp(_clname, qt_meta_stringdata_QProgressStyleAnimation.stringdata0)) |
181 | return static_cast<void*>(this); |
182 | return QStyleAnimation::qt_metacast(_clname); |
183 | } |
184 | |
185 | int QProgressStyleAnimation::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
186 | { |
187 | _id = QStyleAnimation::qt_metacall(_c, _id, _a); |
188 | return _id; |
189 | } |
190 | struct qt_meta_stringdata_QNumberStyleAnimation_t { |
191 | const uint offsetsAndSize[2]; |
192 | char stringdata0[22]; |
193 | }; |
194 | #define QT_MOC_LITERAL(ofs, len) \ |
195 | uint(offsetof(qt_meta_stringdata_QNumberStyleAnimation_t, stringdata0) + ofs), len |
196 | static const qt_meta_stringdata_QNumberStyleAnimation_t qt_meta_stringdata_QNumberStyleAnimation = { |
197 | { |
198 | QT_MOC_LITERAL(0, 21) // "QNumberStyleAnimation" |
199 | |
200 | }, |
201 | "QNumberStyleAnimation" |
202 | }; |
203 | #undef QT_MOC_LITERAL |
204 | |
205 | static const uint qt_meta_data_QNumberStyleAnimation[] = { |
206 | |
207 | // content: |
208 | 9, // revision |
209 | 0, // classname |
210 | 0, 0, // classinfo |
211 | 0, 0, // methods |
212 | 0, 0, // properties |
213 | 0, 0, // enums/sets |
214 | 0, 0, // constructors |
215 | 0, // flags |
216 | 0, // signalCount |
217 | |
218 | 0 // eod |
219 | }; |
220 | |
221 | void QNumberStyleAnimation::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
222 | { |
223 | Q_UNUSED(_o); |
224 | Q_UNUSED(_id); |
225 | Q_UNUSED(_c); |
226 | Q_UNUSED(_a); |
227 | } |
228 | |
229 | const QMetaObject QNumberStyleAnimation::staticMetaObject = { { |
230 | QMetaObject::SuperData::link<QStyleAnimation::staticMetaObject>(), |
231 | qt_meta_stringdata_QNumberStyleAnimation.offsetsAndSize, |
232 | qt_meta_data_QNumberStyleAnimation, |
233 | qt_static_metacall, |
234 | nullptr, |
235 | nullptr, |
236 | nullptr |
237 | } }; |
238 | |
239 | |
240 | const QMetaObject *QNumberStyleAnimation::metaObject() const |
241 | { |
242 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
243 | } |
244 | |
245 | void *QNumberStyleAnimation::qt_metacast(const char *_clname) |
246 | { |
247 | if (!_clname) return nullptr; |
248 | if (!strcmp(_clname, qt_meta_stringdata_QNumberStyleAnimation.stringdata0)) |
249 | return static_cast<void*>(this); |
250 | return QStyleAnimation::qt_metacast(_clname); |
251 | } |
252 | |
253 | int QNumberStyleAnimation::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
254 | { |
255 | _id = QStyleAnimation::qt_metacall(_c, _id, _a); |
256 | return _id; |
257 | } |
258 | struct qt_meta_stringdata_QBlendStyleAnimation_t { |
259 | const uint offsetsAndSize[2]; |
260 | char stringdata0[21]; |
261 | }; |
262 | #define QT_MOC_LITERAL(ofs, len) \ |
263 | uint(offsetof(qt_meta_stringdata_QBlendStyleAnimation_t, stringdata0) + ofs), len |
264 | static const qt_meta_stringdata_QBlendStyleAnimation_t qt_meta_stringdata_QBlendStyleAnimation = { |
265 | { |
266 | QT_MOC_LITERAL(0, 20) // "QBlendStyleAnimation" |
267 | |
268 | }, |
269 | "QBlendStyleAnimation" |
270 | }; |
271 | #undef QT_MOC_LITERAL |
272 | |
273 | static const uint qt_meta_data_QBlendStyleAnimation[] = { |
274 | |
275 | // content: |
276 | 9, // revision |
277 | 0, // classname |
278 | 0, 0, // classinfo |
279 | 0, 0, // methods |
280 | 0, 0, // properties |
281 | 0, 0, // enums/sets |
282 | 0, 0, // constructors |
283 | 0, // flags |
284 | 0, // signalCount |
285 | |
286 | 0 // eod |
287 | }; |
288 | |
289 | void QBlendStyleAnimation::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
290 | { |
291 | Q_UNUSED(_o); |
292 | Q_UNUSED(_id); |
293 | Q_UNUSED(_c); |
294 | Q_UNUSED(_a); |
295 | } |
296 | |
297 | const QMetaObject QBlendStyleAnimation::staticMetaObject = { { |
298 | QMetaObject::SuperData::link<QStyleAnimation::staticMetaObject>(), |
299 | qt_meta_stringdata_QBlendStyleAnimation.offsetsAndSize, |
300 | qt_meta_data_QBlendStyleAnimation, |
301 | qt_static_metacall, |
302 | nullptr, |
303 | nullptr, |
304 | nullptr |
305 | } }; |
306 | |
307 | |
308 | const QMetaObject *QBlendStyleAnimation::metaObject() const |
309 | { |
310 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
311 | } |
312 | |
313 | void *QBlendStyleAnimation::qt_metacast(const char *_clname) |
314 | { |
315 | if (!_clname) return nullptr; |
316 | if (!strcmp(_clname, qt_meta_stringdata_QBlendStyleAnimation.stringdata0)) |
317 | return static_cast<void*>(this); |
318 | return QStyleAnimation::qt_metacast(_clname); |
319 | } |
320 | |
321 | int QBlendStyleAnimation::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
322 | { |
323 | _id = QStyleAnimation::qt_metacall(_c, _id, _a); |
324 | return _id; |
325 | } |
326 | struct qt_meta_stringdata_QScrollbarStyleAnimation_t { |
327 | const uint offsetsAndSize[8]; |
328 | char stringdata0[49]; |
329 | }; |
330 | #define QT_MOC_LITERAL(ofs, len) \ |
331 | uint(offsetof(qt_meta_stringdata_QScrollbarStyleAnimation_t, stringdata0) + ofs), len |
332 | static const qt_meta_stringdata_QScrollbarStyleAnimation_t qt_meta_stringdata_QScrollbarStyleAnimation = { |
333 | { |
334 | QT_MOC_LITERAL(0, 24), // "QScrollbarStyleAnimation" |
335 | QT_MOC_LITERAL(25, 17), // "updateCurrentTime" |
336 | QT_MOC_LITERAL(43, 0), // "" |
337 | QT_MOC_LITERAL(44, 4) // "time" |
338 | |
339 | }, |
340 | "QScrollbarStyleAnimation\0updateCurrentTime\0" |
341 | "\0time" |
342 | }; |
343 | #undef QT_MOC_LITERAL |
344 | |
345 | static const uint qt_meta_data_QScrollbarStyleAnimation[] = { |
346 | |
347 | // content: |
348 | 9, // revision |
349 | 0, // classname |
350 | 0, 0, // classinfo |
351 | 1, 14, // methods |
352 | 0, 0, // properties |
353 | 0, 0, // enums/sets |
354 | 0, 0, // constructors |
355 | 0, // flags |
356 | 0, // signalCount |
357 | |
358 | // slots: name, argc, parameters, tag, flags, initial metatype offsets |
359 | 1, 1, 20, 2, 0x08, 0 /* Private */, |
360 | |
361 | // slots: parameters |
362 | QMetaType::Void, QMetaType::Int, 3, |
363 | |
364 | 0 // eod |
365 | }; |
366 | |
367 | void QScrollbarStyleAnimation::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
368 | { |
369 | if (_c == QMetaObject::InvokeMetaMethod) { |
370 | Q_ASSERT(staticMetaObject.cast(_o)); |
371 | auto *_t = static_cast<QScrollbarStyleAnimation *>(_o); |
372 | Q_UNUSED(_t) |
373 | switch (_id) { |
374 | case 0: _t->updateCurrentTime((*reinterpret_cast< int(*)>(_a[1]))); break; |
375 | default: ; |
376 | } |
377 | } |
378 | } |
379 | |
380 | const QMetaObject QScrollbarStyleAnimation::staticMetaObject = { { |
381 | QMetaObject::SuperData::link<QNumberStyleAnimation::staticMetaObject>(), |
382 | qt_meta_stringdata_QScrollbarStyleAnimation.offsetsAndSize, |
383 | qt_meta_data_QScrollbarStyleAnimation, |
384 | qt_static_metacall, |
385 | nullptr, |
386 | qt_incomplete_metaTypeArray<qt_meta_stringdata_QScrollbarStyleAnimation_t |
387 | |
388 | , QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<int, std::false_type> |
389 | |
390 | |
391 | >, |
392 | nullptr |
393 | } }; |
394 | |
395 | |
396 | const QMetaObject *QScrollbarStyleAnimation::metaObject() const |
397 | { |
398 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
399 | } |
400 | |
401 | void *QScrollbarStyleAnimation::qt_metacast(const char *_clname) |
402 | { |
403 | if (!_clname) return nullptr; |
404 | if (!strcmp(_clname, qt_meta_stringdata_QScrollbarStyleAnimation.stringdata0)) |
405 | return static_cast<void*>(this); |
406 | return QNumberStyleAnimation::qt_metacast(_clname); |
407 | } |
408 | |
409 | int QScrollbarStyleAnimation::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
410 | { |
411 | _id = QNumberStyleAnimation::qt_metacall(_c, _id, _a); |
412 | if (_id < 0) |
413 | return _id; |
414 | if (_c == QMetaObject::InvokeMetaMethod) { |
415 | if (_id < 1) |
416 | qt_static_metacall(this, _c, _id, _a); |
417 | _id -= 1; |
418 | } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { |
419 | if (_id < 1) |
420 | *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); |
421 | _id -= 1; |
422 | } |
423 | return _id; |
424 | } |
425 | QT_WARNING_POP |
426 | QT_END_MOC_NAMESPACE |
427 | |