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