1 | /**************************************************************************** |
2 | ** Meta object code from reading C++ file 'qboxlayout.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/qboxlayout.h" |
11 | #include <QtCore/qbytearray.h> |
12 | #include <QtCore/qmetatype.h> |
13 | #if !defined(Q_MOC_OUTPUT_REVISION) |
14 | #error "The header file 'qboxlayout.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_QBoxLayout_t { |
25 | const uint offsetsAndSize[2]; |
26 | char stringdata0[11]; |
27 | }; |
28 | #define QT_MOC_LITERAL(ofs, len) \ |
29 | uint(offsetof(qt_meta_stringdata_QBoxLayout_t, stringdata0) + ofs), len |
30 | static const qt_meta_stringdata_QBoxLayout_t qt_meta_stringdata_QBoxLayout = { |
31 | { |
32 | QT_MOC_LITERAL(0, 10) // "QBoxLayout" |
33 | |
34 | }, |
35 | "QBoxLayout" |
36 | }; |
37 | #undef QT_MOC_LITERAL |
38 | |
39 | static const uint qt_meta_data_QBoxLayout[] = { |
40 | |
41 | // content: |
42 | 9, // revision |
43 | 0, // classname |
44 | 0, 0, // classinfo |
45 | 0, 0, // methods |
46 | 0, 0, // properties |
47 | 0, 0, // enums/sets |
48 | 0, 0, // constructors |
49 | 0, // flags |
50 | 0, // signalCount |
51 | |
52 | 0 // eod |
53 | }; |
54 | |
55 | void QBoxLayout::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
56 | { |
57 | Q_UNUSED(_o); |
58 | Q_UNUSED(_id); |
59 | Q_UNUSED(_c); |
60 | Q_UNUSED(_a); |
61 | } |
62 | |
63 | const QMetaObject QBoxLayout::staticMetaObject = { { |
64 | QMetaObject::SuperData::link<QLayout::staticMetaObject>(), |
65 | qt_meta_stringdata_QBoxLayout.offsetsAndSize, |
66 | qt_meta_data_QBoxLayout, |
67 | qt_static_metacall, |
68 | nullptr, |
69 | nullptr, |
70 | nullptr |
71 | } }; |
72 | |
73 | |
74 | const QMetaObject *QBoxLayout::metaObject() const |
75 | { |
76 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
77 | } |
78 | |
79 | void *QBoxLayout::qt_metacast(const char *_clname) |
80 | { |
81 | if (!_clname) return nullptr; |
82 | if (!strcmp(_clname, qt_meta_stringdata_QBoxLayout.stringdata0)) |
83 | return static_cast<void*>(this); |
84 | return QLayout::qt_metacast(_clname); |
85 | } |
86 | |
87 | int QBoxLayout::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
88 | { |
89 | _id = QLayout::qt_metacall(_c, _id, _a); |
90 | return _id; |
91 | } |
92 | struct qt_meta_stringdata_QHBoxLayout_t { |
93 | const uint offsetsAndSize[2]; |
94 | char stringdata0[12]; |
95 | }; |
96 | #define QT_MOC_LITERAL(ofs, len) \ |
97 | uint(offsetof(qt_meta_stringdata_QHBoxLayout_t, stringdata0) + ofs), len |
98 | static const qt_meta_stringdata_QHBoxLayout_t qt_meta_stringdata_QHBoxLayout = { |
99 | { |
100 | QT_MOC_LITERAL(0, 11) // "QHBoxLayout" |
101 | |
102 | }, |
103 | "QHBoxLayout" |
104 | }; |
105 | #undef QT_MOC_LITERAL |
106 | |
107 | static const uint qt_meta_data_QHBoxLayout[] = { |
108 | |
109 | // content: |
110 | 9, // revision |
111 | 0, // classname |
112 | 0, 0, // classinfo |
113 | 0, 0, // methods |
114 | 0, 0, // properties |
115 | 0, 0, // enums/sets |
116 | 0, 0, // constructors |
117 | 0, // flags |
118 | 0, // signalCount |
119 | |
120 | 0 // eod |
121 | }; |
122 | |
123 | void QHBoxLayout::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
124 | { |
125 | Q_UNUSED(_o); |
126 | Q_UNUSED(_id); |
127 | Q_UNUSED(_c); |
128 | Q_UNUSED(_a); |
129 | } |
130 | |
131 | const QMetaObject QHBoxLayout::staticMetaObject = { { |
132 | QMetaObject::SuperData::link<QBoxLayout::staticMetaObject>(), |
133 | qt_meta_stringdata_QHBoxLayout.offsetsAndSize, |
134 | qt_meta_data_QHBoxLayout, |
135 | qt_static_metacall, |
136 | nullptr, |
137 | nullptr, |
138 | nullptr |
139 | } }; |
140 | |
141 | |
142 | const QMetaObject *QHBoxLayout::metaObject() const |
143 | { |
144 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
145 | } |
146 | |
147 | void *QHBoxLayout::qt_metacast(const char *_clname) |
148 | { |
149 | if (!_clname) return nullptr; |
150 | if (!strcmp(_clname, qt_meta_stringdata_QHBoxLayout.stringdata0)) |
151 | return static_cast<void*>(this); |
152 | return QBoxLayout::qt_metacast(_clname); |
153 | } |
154 | |
155 | int QHBoxLayout::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
156 | { |
157 | _id = QBoxLayout::qt_metacall(_c, _id, _a); |
158 | return _id; |
159 | } |
160 | struct qt_meta_stringdata_QVBoxLayout_t { |
161 | const uint offsetsAndSize[2]; |
162 | char stringdata0[12]; |
163 | }; |
164 | #define QT_MOC_LITERAL(ofs, len) \ |
165 | uint(offsetof(qt_meta_stringdata_QVBoxLayout_t, stringdata0) + ofs), len |
166 | static const qt_meta_stringdata_QVBoxLayout_t qt_meta_stringdata_QVBoxLayout = { |
167 | { |
168 | QT_MOC_LITERAL(0, 11) // "QVBoxLayout" |
169 | |
170 | }, |
171 | "QVBoxLayout" |
172 | }; |
173 | #undef QT_MOC_LITERAL |
174 | |
175 | static const uint qt_meta_data_QVBoxLayout[] = { |
176 | |
177 | // content: |
178 | 9, // revision |
179 | 0, // classname |
180 | 0, 0, // classinfo |
181 | 0, 0, // methods |
182 | 0, 0, // properties |
183 | 0, 0, // enums/sets |
184 | 0, 0, // constructors |
185 | 0, // flags |
186 | 0, // signalCount |
187 | |
188 | 0 // eod |
189 | }; |
190 | |
191 | void QVBoxLayout::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
192 | { |
193 | Q_UNUSED(_o); |
194 | Q_UNUSED(_id); |
195 | Q_UNUSED(_c); |
196 | Q_UNUSED(_a); |
197 | } |
198 | |
199 | const QMetaObject QVBoxLayout::staticMetaObject = { { |
200 | QMetaObject::SuperData::link<QBoxLayout::staticMetaObject>(), |
201 | qt_meta_stringdata_QVBoxLayout.offsetsAndSize, |
202 | qt_meta_data_QVBoxLayout, |
203 | qt_static_metacall, |
204 | nullptr, |
205 | nullptr, |
206 | nullptr |
207 | } }; |
208 | |
209 | |
210 | const QMetaObject *QVBoxLayout::metaObject() const |
211 | { |
212 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
213 | } |
214 | |
215 | void *QVBoxLayout::qt_metacast(const char *_clname) |
216 | { |
217 | if (!_clname) return nullptr; |
218 | if (!strcmp(_clname, qt_meta_stringdata_QVBoxLayout.stringdata0)) |
219 | return static_cast<void*>(this); |
220 | return QBoxLayout::qt_metacast(_clname); |
221 | } |
222 | |
223 | int QVBoxLayout::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
224 | { |
225 | _id = QBoxLayout::qt_metacall(_c, _id, _a); |
226 | return _id; |
227 | } |
228 | QT_WARNING_POP |
229 | QT_END_MOC_NAMESPACE |
230 | |