1/****************************************************************************
2** Meta object code from reading C++ file 'mainwindow.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 "mainwindow.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'mainwindow.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_MainWindow_t {
25 const uint offsetsAndSize[14];
26 char stringdata0[62];
27};
28#define QT_MOC_LITERAL(ofs, len) \
29 uint(offsetof(qt_meta_stringdata_MainWindow_t, stringdata0) + ofs), len
30static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = {
31 {
32QT_MOC_LITERAL(0, 10), // "MainWindow"
33QT_MOC_LITERAL(11, 9), // "openImage"
34QT_MOC_LITERAL(21, 0), // ""
35QT_MOC_LITERAL(22, 9), // "loadImage"
36QT_MOC_LITERAL(32, 4), // "path"
37QT_MOC_LITERAL(37, 11), // "setupPuzzle"
38QT_MOC_LITERAL(49, 12) // "setCompleted"
39
40 },
41 "MainWindow\0openImage\0\0loadImage\0path\0"
42 "setupPuzzle\0setCompleted"
43};
44#undef QT_MOC_LITERAL
45
46static const uint qt_meta_data_MainWindow[] = {
47
48 // content:
49 9, // revision
50 0, // classname
51 0, 0, // classinfo
52 4, 14, // methods
53 0, 0, // properties
54 0, 0, // enums/sets
55 0, 0, // constructors
56 0, // flags
57 0, // signalCount
58
59 // slots: name, argc, parameters, tag, flags, initial metatype offsets
60 1, 0, 38, 2, 0x0a, 0 /* Public */,
61 3, 1, 39, 2, 0x0a, 1 /* Public */,
62 5, 0, 42, 2, 0x0a, 3 /* Public */,
63 6, 0, 43, 2, 0x08, 4 /* Private */,
64
65 // slots: parameters
66 QMetaType::Void,
67 QMetaType::Void, QMetaType::QString, 4,
68 QMetaType::Void,
69 QMetaType::Void,
70
71 0 // eod
72};
73
74void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
75{
76 if (_c == QMetaObject::InvokeMetaMethod) {
77 Q_ASSERT(staticMetaObject.cast(_o));
78 auto *_t = static_cast<MainWindow *>(_o);
79 Q_UNUSED(_t)
80 switch (_id) {
81 case 0: _t->openImage(); break;
82 case 1: _t->loadImage((*reinterpret_cast< const QString(*)>(_a[1]))); break;
83 case 2: _t->setupPuzzle(); break;
84 case 3: _t->setCompleted(); break;
85 default: ;
86 }
87 }
88}
89
90const QMetaObject MainWindow::staticMetaObject = { {
91 QMetaObject::SuperData::link<QMainWindow::staticMetaObject>(),
92 qt_meta_stringdata_MainWindow.offsetsAndSize,
93 qt_meta_data_MainWindow,
94 qt_static_metacall,
95 nullptr,
96qt_incomplete_metaTypeArray<qt_meta_stringdata_MainWindow_t
97
98, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<const QString &, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>
99
100
101>,
102 nullptr
103} };
104
105
106const QMetaObject *MainWindow::metaObject() const
107{
108 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
109}
110
111void *MainWindow::qt_metacast(const char *_clname)
112{
113 if (!_clname) return nullptr;
114 if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata0))
115 return static_cast<void*>(this);
116 return QMainWindow::qt_metacast(_clname);
117}
118
119int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
120{
121 _id = QMainWindow::qt_metacall(_c, _id, _a);
122 if (_id < 0)
123 return _id;
124 if (_c == QMetaObject::InvokeMetaMethod) {
125 if (_id < 4)
126 qt_static_metacall(this, _c, _id, _a);
127 _id -= 4;
128 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
129 if (_id < 4)
130 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
131 _id -= 4;
132 }
133 return _id;
134}
135QT_WARNING_POP
136QT_END_MOC_NAMESPACE
137