1 | /**************************************************************************** |
2 | ** Meta object code from reading C++ file 'classwizard.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 "classwizard.h" |
11 | #include <QtCore/qbytearray.h> |
12 | #include <QtCore/qmetatype.h> |
13 | #if !defined(Q_MOC_OUTPUT_REVISION) |
14 | #error "The header file 'classwizard.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_ClassWizard_t { |
25 | const uint offsetsAndSize[2]; |
26 | char stringdata0[12]; |
27 | }; |
28 | #define QT_MOC_LITERAL(ofs, len) \ |
29 | uint(offsetof(qt_meta_stringdata_ClassWizard_t, stringdata0) + ofs), len |
30 | static const qt_meta_stringdata_ClassWizard_t qt_meta_stringdata_ClassWizard = { |
31 | { |
32 | QT_MOC_LITERAL(0, 11) // "ClassWizard" |
33 | |
34 | }, |
35 | "ClassWizard" |
36 | }; |
37 | #undef QT_MOC_LITERAL |
38 | |
39 | static const uint qt_meta_data_ClassWizard[] = { |
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 | |
55 | void ClassWizard::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 | |
63 | const QMetaObject ClassWizard::staticMetaObject = { { |
64 | QMetaObject::SuperData::link<QWizard::staticMetaObject>(), |
65 | qt_meta_stringdata_ClassWizard.offsetsAndSize, |
66 | qt_meta_data_ClassWizard, |
67 | qt_static_metacall, |
68 | nullptr, |
69 | nullptr, |
70 | nullptr |
71 | } }; |
72 | |
73 | |
74 | const QMetaObject *ClassWizard::metaObject() const |
75 | { |
76 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
77 | } |
78 | |
79 | void *ClassWizard::qt_metacast(const char *_clname) |
80 | { |
81 | if (!_clname) return nullptr; |
82 | if (!strcmp(_clname, qt_meta_stringdata_ClassWizard.stringdata0)) |
83 | return static_cast<void*>(this); |
84 | return QWizard::qt_metacast(_clname); |
85 | } |
86 | |
87 | int ClassWizard::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
88 | { |
89 | _id = QWizard::qt_metacall(_c, _id, _a); |
90 | return _id; |
91 | } |
92 | struct qt_meta_stringdata_IntroPage_t { |
93 | const uint offsetsAndSize[2]; |
94 | char stringdata0[10]; |
95 | }; |
96 | #define QT_MOC_LITERAL(ofs, len) \ |
97 | uint(offsetof(qt_meta_stringdata_IntroPage_t, stringdata0) + ofs), len |
98 | static const qt_meta_stringdata_IntroPage_t qt_meta_stringdata_IntroPage = { |
99 | { |
100 | QT_MOC_LITERAL(0, 9) // "IntroPage" |
101 | |
102 | }, |
103 | "IntroPage" |
104 | }; |
105 | #undef QT_MOC_LITERAL |
106 | |
107 | static const uint qt_meta_data_IntroPage[] = { |
108 | |
109 | // content: |
110 | 9, // revision |
111 | 0, // classname |
112 | 0, 0, // classinfo |
113 | 0, 0, // methods |
114 | 0, 0, // properties |
115 | 0, 0, // enums/sets |
116 | 0, 0, // constructors |
117 | 0, // flags |
118 | 0, // signalCount |
119 | |
120 | 0 // eod |
121 | }; |
122 | |
123 | void IntroPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
124 | { |
125 | Q_UNUSED(_o); |
126 | Q_UNUSED(_id); |
127 | Q_UNUSED(_c); |
128 | Q_UNUSED(_a); |
129 | } |
130 | |
131 | const QMetaObject IntroPage::staticMetaObject = { { |
132 | QMetaObject::SuperData::link<QWizardPage::staticMetaObject>(), |
133 | qt_meta_stringdata_IntroPage.offsetsAndSize, |
134 | qt_meta_data_IntroPage, |
135 | qt_static_metacall, |
136 | nullptr, |
137 | nullptr, |
138 | nullptr |
139 | } }; |
140 | |
141 | |
142 | const QMetaObject *IntroPage::metaObject() const |
143 | { |
144 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
145 | } |
146 | |
147 | void *IntroPage::qt_metacast(const char *_clname) |
148 | { |
149 | if (!_clname) return nullptr; |
150 | if (!strcmp(_clname, qt_meta_stringdata_IntroPage.stringdata0)) |
151 | return static_cast<void*>(this); |
152 | return QWizardPage::qt_metacast(_clname); |
153 | } |
154 | |
155 | int IntroPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
156 | { |
157 | _id = QWizardPage::qt_metacall(_c, _id, _a); |
158 | return _id; |
159 | } |
160 | struct qt_meta_stringdata_ClassInfoPage_t { |
161 | const uint offsetsAndSize[2]; |
162 | char stringdata0[14]; |
163 | }; |
164 | #define QT_MOC_LITERAL(ofs, len) \ |
165 | uint(offsetof(qt_meta_stringdata_ClassInfoPage_t, stringdata0) + ofs), len |
166 | static const qt_meta_stringdata_ClassInfoPage_t qt_meta_stringdata_ClassInfoPage = { |
167 | { |
168 | QT_MOC_LITERAL(0, 13) // "ClassInfoPage" |
169 | |
170 | }, |
171 | "ClassInfoPage" |
172 | }; |
173 | #undef QT_MOC_LITERAL |
174 | |
175 | static const uint qt_meta_data_ClassInfoPage[] = { |
176 | |
177 | // content: |
178 | 9, // revision |
179 | 0, // classname |
180 | 0, 0, // classinfo |
181 | 0, 0, // methods |
182 | 0, 0, // properties |
183 | 0, 0, // enums/sets |
184 | 0, 0, // constructors |
185 | 0, // flags |
186 | 0, // signalCount |
187 | |
188 | 0 // eod |
189 | }; |
190 | |
191 | void ClassInfoPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
192 | { |
193 | Q_UNUSED(_o); |
194 | Q_UNUSED(_id); |
195 | Q_UNUSED(_c); |
196 | Q_UNUSED(_a); |
197 | } |
198 | |
199 | const QMetaObject ClassInfoPage::staticMetaObject = { { |
200 | QMetaObject::SuperData::link<QWizardPage::staticMetaObject>(), |
201 | qt_meta_stringdata_ClassInfoPage.offsetsAndSize, |
202 | qt_meta_data_ClassInfoPage, |
203 | qt_static_metacall, |
204 | nullptr, |
205 | nullptr, |
206 | nullptr |
207 | } }; |
208 | |
209 | |
210 | const QMetaObject *ClassInfoPage::metaObject() const |
211 | { |
212 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
213 | } |
214 | |
215 | void *ClassInfoPage::qt_metacast(const char *_clname) |
216 | { |
217 | if (!_clname) return nullptr; |
218 | if (!strcmp(_clname, qt_meta_stringdata_ClassInfoPage.stringdata0)) |
219 | return static_cast<void*>(this); |
220 | return QWizardPage::qt_metacast(_clname); |
221 | } |
222 | |
223 | int ClassInfoPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
224 | { |
225 | _id = QWizardPage::qt_metacall(_c, _id, _a); |
226 | return _id; |
227 | } |
228 | struct qt_meta_stringdata_CodeStylePage_t { |
229 | const uint offsetsAndSize[2]; |
230 | char stringdata0[14]; |
231 | }; |
232 | #define QT_MOC_LITERAL(ofs, len) \ |
233 | uint(offsetof(qt_meta_stringdata_CodeStylePage_t, stringdata0) + ofs), len |
234 | static const qt_meta_stringdata_CodeStylePage_t qt_meta_stringdata_CodeStylePage = { |
235 | { |
236 | QT_MOC_LITERAL(0, 13) // "CodeStylePage" |
237 | |
238 | }, |
239 | "CodeStylePage" |
240 | }; |
241 | #undef QT_MOC_LITERAL |
242 | |
243 | static const uint qt_meta_data_CodeStylePage[] = { |
244 | |
245 | // content: |
246 | 9, // revision |
247 | 0, // classname |
248 | 0, 0, // classinfo |
249 | 0, 0, // methods |
250 | 0, 0, // properties |
251 | 0, 0, // enums/sets |
252 | 0, 0, // constructors |
253 | 0, // flags |
254 | 0, // signalCount |
255 | |
256 | 0 // eod |
257 | }; |
258 | |
259 | void CodeStylePage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
260 | { |
261 | Q_UNUSED(_o); |
262 | Q_UNUSED(_id); |
263 | Q_UNUSED(_c); |
264 | Q_UNUSED(_a); |
265 | } |
266 | |
267 | const QMetaObject CodeStylePage::staticMetaObject = { { |
268 | QMetaObject::SuperData::link<QWizardPage::staticMetaObject>(), |
269 | qt_meta_stringdata_CodeStylePage.offsetsAndSize, |
270 | qt_meta_data_CodeStylePage, |
271 | qt_static_metacall, |
272 | nullptr, |
273 | nullptr, |
274 | nullptr |
275 | } }; |
276 | |
277 | |
278 | const QMetaObject *CodeStylePage::metaObject() const |
279 | { |
280 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
281 | } |
282 | |
283 | void *CodeStylePage::qt_metacast(const char *_clname) |
284 | { |
285 | if (!_clname) return nullptr; |
286 | if (!strcmp(_clname, qt_meta_stringdata_CodeStylePage.stringdata0)) |
287 | return static_cast<void*>(this); |
288 | return QWizardPage::qt_metacast(_clname); |
289 | } |
290 | |
291 | int CodeStylePage::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
292 | { |
293 | _id = QWizardPage::qt_metacall(_c, _id, _a); |
294 | return _id; |
295 | } |
296 | struct qt_meta_stringdata_OutputFilesPage_t { |
297 | const uint offsetsAndSize[2]; |
298 | char stringdata0[16]; |
299 | }; |
300 | #define QT_MOC_LITERAL(ofs, len) \ |
301 | uint(offsetof(qt_meta_stringdata_OutputFilesPage_t, stringdata0) + ofs), len |
302 | static const qt_meta_stringdata_OutputFilesPage_t qt_meta_stringdata_OutputFilesPage = { |
303 | { |
304 | QT_MOC_LITERAL(0, 15) // "OutputFilesPage" |
305 | |
306 | }, |
307 | "OutputFilesPage" |
308 | }; |
309 | #undef QT_MOC_LITERAL |
310 | |
311 | static const uint qt_meta_data_OutputFilesPage[] = { |
312 | |
313 | // content: |
314 | 9, // revision |
315 | 0, // classname |
316 | 0, 0, // classinfo |
317 | 0, 0, // methods |
318 | 0, 0, // properties |
319 | 0, 0, // enums/sets |
320 | 0, 0, // constructors |
321 | 0, // flags |
322 | 0, // signalCount |
323 | |
324 | 0 // eod |
325 | }; |
326 | |
327 | void OutputFilesPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
328 | { |
329 | Q_UNUSED(_o); |
330 | Q_UNUSED(_id); |
331 | Q_UNUSED(_c); |
332 | Q_UNUSED(_a); |
333 | } |
334 | |
335 | const QMetaObject OutputFilesPage::staticMetaObject = { { |
336 | QMetaObject::SuperData::link<QWizardPage::staticMetaObject>(), |
337 | qt_meta_stringdata_OutputFilesPage.offsetsAndSize, |
338 | qt_meta_data_OutputFilesPage, |
339 | qt_static_metacall, |
340 | nullptr, |
341 | nullptr, |
342 | nullptr |
343 | } }; |
344 | |
345 | |
346 | const QMetaObject *OutputFilesPage::metaObject() const |
347 | { |
348 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
349 | } |
350 | |
351 | void *OutputFilesPage::qt_metacast(const char *_clname) |
352 | { |
353 | if (!_clname) return nullptr; |
354 | if (!strcmp(_clname, qt_meta_stringdata_OutputFilesPage.stringdata0)) |
355 | return static_cast<void*>(this); |
356 | return QWizardPage::qt_metacast(_clname); |
357 | } |
358 | |
359 | int OutputFilesPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
360 | { |
361 | _id = QWizardPage::qt_metacall(_c, _id, _a); |
362 | return _id; |
363 | } |
364 | struct qt_meta_stringdata_ConclusionPage_t { |
365 | const uint offsetsAndSize[2]; |
366 | char stringdata0[15]; |
367 | }; |
368 | #define QT_MOC_LITERAL(ofs, len) \ |
369 | uint(offsetof(qt_meta_stringdata_ConclusionPage_t, stringdata0) + ofs), len |
370 | static const qt_meta_stringdata_ConclusionPage_t qt_meta_stringdata_ConclusionPage = { |
371 | { |
372 | QT_MOC_LITERAL(0, 14) // "ConclusionPage" |
373 | |
374 | }, |
375 | "ConclusionPage" |
376 | }; |
377 | #undef QT_MOC_LITERAL |
378 | |
379 | static const uint qt_meta_data_ConclusionPage[] = { |
380 | |
381 | // content: |
382 | 9, // revision |
383 | 0, // classname |
384 | 0, 0, // classinfo |
385 | 0, 0, // methods |
386 | 0, 0, // properties |
387 | 0, 0, // enums/sets |
388 | 0, 0, // constructors |
389 | 0, // flags |
390 | 0, // signalCount |
391 | |
392 | 0 // eod |
393 | }; |
394 | |
395 | void ConclusionPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
396 | { |
397 | Q_UNUSED(_o); |
398 | Q_UNUSED(_id); |
399 | Q_UNUSED(_c); |
400 | Q_UNUSED(_a); |
401 | } |
402 | |
403 | const QMetaObject ConclusionPage::staticMetaObject = { { |
404 | QMetaObject::SuperData::link<QWizardPage::staticMetaObject>(), |
405 | qt_meta_stringdata_ConclusionPage.offsetsAndSize, |
406 | qt_meta_data_ConclusionPage, |
407 | qt_static_metacall, |
408 | nullptr, |
409 | nullptr, |
410 | nullptr |
411 | } }; |
412 | |
413 | |
414 | const QMetaObject *ConclusionPage::metaObject() const |
415 | { |
416 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
417 | } |
418 | |
419 | void *ConclusionPage::qt_metacast(const char *_clname) |
420 | { |
421 | if (!_clname) return nullptr; |
422 | if (!strcmp(_clname, qt_meta_stringdata_ConclusionPage.stringdata0)) |
423 | return static_cast<void*>(this); |
424 | return QWizardPage::qt_metacast(_clname); |
425 | } |
426 | |
427 | int ConclusionPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
428 | { |
429 | _id = QWizardPage::qt_metacall(_c, _id, _a); |
430 | return _id; |
431 | } |
432 | QT_WARNING_POP |
433 | QT_END_MOC_NAMESPACE |
434 | |