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