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[69];
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, 5), // "about"
34QT_MOC_LITERAL(17, 0), // ""
35QT_MOC_LITERAL(18, 10), // "changeCase"
36QT_MOC_LITERAL(29, 10), // "changeMode"
37QT_MOC_LITERAL(40, 11), // "changeModel"
38QT_MOC_LITERAL(52, 16) // "changeMaxVisible"
39
40 },
41 "MainWindow\0about\0\0changeCase\0changeMode\0"
42 "changeModel\0changeMaxVisible"
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 5, 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, 44, 2, 0x08, 0 /* Private */,
61 3, 1, 45, 2, 0x08, 1 /* Private */,
62 4, 1, 48, 2, 0x08, 3 /* Private */,
63 5, 0, 51, 2, 0x08, 5 /* Private */,
64 6, 1, 52, 2, 0x08, 6 /* Private */,
65
66 // slots: parameters
67 QMetaType::Void,
68 QMetaType::Void, QMetaType::Int, 2,
69 QMetaType::Void, QMetaType::Int, 2,
70 QMetaType::Void,
71 QMetaType::Void, QMetaType::Int, 2,
72
73 0 // eod
74};
75
76void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
77{
78 if (_c == QMetaObject::InvokeMetaMethod) {
79 Q_ASSERT(staticMetaObject.cast(_o));
80 auto *_t = static_cast<MainWindow *>(_o);
81 Q_UNUSED(_t)
82 switch (_id) {
83 case 0: _t->about(); break;
84 case 1: _t->changeCase((*reinterpret_cast< int(*)>(_a[1]))); break;
85 case 2: _t->changeMode((*reinterpret_cast< int(*)>(_a[1]))); break;
86 case 3: _t->changeModel(); break;
87 case 4: _t->changeMaxVisible((*reinterpret_cast< int(*)>(_a[1]))); break;
88 default: ;
89 }
90 }
91}
92
93const QMetaObject MainWindow::staticMetaObject = { {
94 QMetaObject::SuperData::link<QMainWindow::staticMetaObject>(),
95 qt_meta_stringdata_MainWindow.offsetsAndSize,
96 qt_meta_data_MainWindow,
97 qt_static_metacall,
98 nullptr,
99qt_incomplete_metaTypeArray<qt_meta_stringdata_MainWindow_t
100
101, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<int, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<int, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<int, std::false_type>
102
103
104>,
105 nullptr
106} };
107
108
109const QMetaObject *MainWindow::metaObject() const
110{
111 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
112}
113
114void *MainWindow::qt_metacast(const char *_clname)
115{
116 if (!_clname) return nullptr;
117 if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata0))
118 return static_cast<void*>(this);
119 return QMainWindow::qt_metacast(_clname);
120}
121
122int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
123{
124 _id = QMainWindow::qt_metacall(_c, _id, _a);
125 if (_id < 0)
126 return _id;
127 if (_c == QMetaObject::InvokeMetaMethod) {
128 if (_id < 5)
129 qt_static_metacall(this, _c, _id, _a);
130 _id -= 5;
131 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
132 if (_id < 5)
133 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
134 _id -= 5;
135 }
136 return _id;
137}
138QT_WARNING_POP
139QT_END_MOC_NAMESPACE
140