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