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