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