| 1 | /**************************************************************************** |
| 2 | ** Meta object code from reading C++ file 'qgtk3dialoghelpers.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 "qgtk3dialoghelpers.h" |
| 11 | #include <QFont> |
| 12 | #include <QColor> |
| 13 | #include <QtCore/qbytearray.h> |
| 14 | #include <QtCore/qmetatype.h> |
| 15 | #if !defined(Q_MOC_OUTPUT_REVISION) |
| 16 | #error "The header file 'qgtk3dialoghelpers.h' doesn't include <QObject>." |
| 17 | #elif Q_MOC_OUTPUT_REVISION != 68 |
| 18 | #error "This file was generated using the moc from 6.0.0. It" |
| 19 | #error "cannot be used with the include files from this version of Qt." |
| 20 | #error "(The moc has changed too much.)" |
| 21 | #endif |
| 22 | |
| 23 | QT_BEGIN_MOC_NAMESPACE |
| 24 | QT_WARNING_PUSH |
| 25 | QT_WARNING_DISABLE_DEPRECATED |
| 26 | struct qt_meta_stringdata_QGtk3ColorDialogHelper_t { |
| 27 | const uint offsetsAndSize[6]; |
| 28 | char stringdata0[35]; |
| 29 | }; |
| 30 | #define QT_MOC_LITERAL(ofs, len) \ |
| 31 | uint(offsetof(qt_meta_stringdata_QGtk3ColorDialogHelper_t, stringdata0) + ofs), len |
| 32 | static const qt_meta_stringdata_QGtk3ColorDialogHelper_t qt_meta_stringdata_QGtk3ColorDialogHelper = { |
| 33 | { |
| 34 | QT_MOC_LITERAL(0, 22), // "QGtk3ColorDialogHelper" |
| 35 | QT_MOC_LITERAL(23, 10), // "onAccepted" |
| 36 | QT_MOC_LITERAL(34, 0) // "" |
| 37 | |
| 38 | }, |
| 39 | "QGtk3ColorDialogHelper\0onAccepted\0" |
| 40 | }; |
| 41 | #undef QT_MOC_LITERAL |
| 42 | |
| 43 | static const uint qt_meta_data_QGtk3ColorDialogHelper[] = { |
| 44 | |
| 45 | // content: |
| 46 | 9, // revision |
| 47 | 0, // classname |
| 48 | 0, 0, // classinfo |
| 49 | 1, 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, 20, 2, 0x08, 0 /* Private */, |
| 58 | |
| 59 | // slots: parameters |
| 60 | QMetaType::Void, |
| 61 | |
| 62 | 0 // eod |
| 63 | }; |
| 64 | |
| 65 | void QGtk3ColorDialogHelper::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
| 66 | { |
| 67 | if (_c == QMetaObject::InvokeMetaMethod) { |
| 68 | Q_ASSERT(staticMetaObject.cast(_o)); |
| 69 | auto *_t = static_cast<QGtk3ColorDialogHelper *>(_o); |
| 70 | Q_UNUSED(_t) |
| 71 | switch (_id) { |
| 72 | case 0: _t->onAccepted(); break; |
| 73 | default: ; |
| 74 | } |
| 75 | } |
| 76 | Q_UNUSED(_a); |
| 77 | } |
| 78 | |
| 79 | const QMetaObject QGtk3ColorDialogHelper::staticMetaObject = { { |
| 80 | QMetaObject::SuperData::link<QPlatformColorDialogHelper::staticMetaObject>(), |
| 81 | qt_meta_stringdata_QGtk3ColorDialogHelper.offsetsAndSize, |
| 82 | qt_meta_data_QGtk3ColorDialogHelper, |
| 83 | qt_static_metacall, |
| 84 | nullptr, |
| 85 | qt_incomplete_metaTypeArray<qt_meta_stringdata_QGtk3ColorDialogHelper_t |
| 86 | |
| 87 | , QtPrivate::TypeAndForceComplete<void, std::false_type> |
| 88 | |
| 89 | |
| 90 | >, |
| 91 | nullptr |
| 92 | } }; |
| 93 | |
| 94 | |
| 95 | const QMetaObject *QGtk3ColorDialogHelper::metaObject() const |
| 96 | { |
| 97 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
| 98 | } |
| 99 | |
| 100 | void *QGtk3ColorDialogHelper::qt_metacast(const char *_clname) |
| 101 | { |
| 102 | if (!_clname) return nullptr; |
| 103 | if (!strcmp(_clname, qt_meta_stringdata_QGtk3ColorDialogHelper.stringdata0)) |
| 104 | return static_cast<void*>(this); |
| 105 | return QPlatformColorDialogHelper::qt_metacast(_clname); |
| 106 | } |
| 107 | |
| 108 | int QGtk3ColorDialogHelper::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
| 109 | { |
| 110 | _id = QPlatformColorDialogHelper::qt_metacall(_c, _id, _a); |
| 111 | if (_id < 0) |
| 112 | return _id; |
| 113 | if (_c == QMetaObject::InvokeMetaMethod) { |
| 114 | if (_id < 1) |
| 115 | qt_static_metacall(this, _c, _id, _a); |
| 116 | _id -= 1; |
| 117 | } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { |
| 118 | if (_id < 1) |
| 119 | *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); |
| 120 | _id -= 1; |
| 121 | } |
| 122 | return _id; |
| 123 | } |
| 124 | struct qt_meta_stringdata_QGtk3FileDialogHelper_t { |
| 125 | const uint offsetsAndSize[6]; |
| 126 | char stringdata0[34]; |
| 127 | }; |
| 128 | #define QT_MOC_LITERAL(ofs, len) \ |
| 129 | uint(offsetof(qt_meta_stringdata_QGtk3FileDialogHelper_t, stringdata0) + ofs), len |
| 130 | static const qt_meta_stringdata_QGtk3FileDialogHelper_t qt_meta_stringdata_QGtk3FileDialogHelper = { |
| 131 | { |
| 132 | QT_MOC_LITERAL(0, 21), // "QGtk3FileDialogHelper" |
| 133 | QT_MOC_LITERAL(22, 10), // "onAccepted" |
| 134 | QT_MOC_LITERAL(33, 0) // "" |
| 135 | |
| 136 | }, |
| 137 | "QGtk3FileDialogHelper\0onAccepted\0" |
| 138 | }; |
| 139 | #undef QT_MOC_LITERAL |
| 140 | |
| 141 | static const uint qt_meta_data_QGtk3FileDialogHelper[] = { |
| 142 | |
| 143 | // content: |
| 144 | 9, // revision |
| 145 | 0, // classname |
| 146 | 0, 0, // classinfo |
| 147 | 1, 14, // methods |
| 148 | 0, 0, // properties |
| 149 | 0, 0, // enums/sets |
| 150 | 0, 0, // constructors |
| 151 | 0, // flags |
| 152 | 0, // signalCount |
| 153 | |
| 154 | // slots: name, argc, parameters, tag, flags, initial metatype offsets |
| 155 | 1, 0, 20, 2, 0x08, 0 /* Private */, |
| 156 | |
| 157 | // slots: parameters |
| 158 | QMetaType::Void, |
| 159 | |
| 160 | 0 // eod |
| 161 | }; |
| 162 | |
| 163 | void QGtk3FileDialogHelper::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
| 164 | { |
| 165 | if (_c == QMetaObject::InvokeMetaMethod) { |
| 166 | Q_ASSERT(staticMetaObject.cast(_o)); |
| 167 | auto *_t = static_cast<QGtk3FileDialogHelper *>(_o); |
| 168 | Q_UNUSED(_t) |
| 169 | switch (_id) { |
| 170 | case 0: _t->onAccepted(); break; |
| 171 | default: ; |
| 172 | } |
| 173 | } |
| 174 | Q_UNUSED(_a); |
| 175 | } |
| 176 | |
| 177 | const QMetaObject QGtk3FileDialogHelper::staticMetaObject = { { |
| 178 | QMetaObject::SuperData::link<QPlatformFileDialogHelper::staticMetaObject>(), |
| 179 | qt_meta_stringdata_QGtk3FileDialogHelper.offsetsAndSize, |
| 180 | qt_meta_data_QGtk3FileDialogHelper, |
| 181 | qt_static_metacall, |
| 182 | nullptr, |
| 183 | qt_incomplete_metaTypeArray<qt_meta_stringdata_QGtk3FileDialogHelper_t |
| 184 | |
| 185 | , QtPrivate::TypeAndForceComplete<void, std::false_type> |
| 186 | |
| 187 | |
| 188 | >, |
| 189 | nullptr |
| 190 | } }; |
| 191 | |
| 192 | |
| 193 | const QMetaObject *QGtk3FileDialogHelper::metaObject() const |
| 194 | { |
| 195 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
| 196 | } |
| 197 | |
| 198 | void *QGtk3FileDialogHelper::qt_metacast(const char *_clname) |
| 199 | { |
| 200 | if (!_clname) return nullptr; |
| 201 | if (!strcmp(_clname, qt_meta_stringdata_QGtk3FileDialogHelper.stringdata0)) |
| 202 | return static_cast<void*>(this); |
| 203 | return QPlatformFileDialogHelper::qt_metacast(_clname); |
| 204 | } |
| 205 | |
| 206 | int QGtk3FileDialogHelper::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
| 207 | { |
| 208 | _id = QPlatformFileDialogHelper::qt_metacall(_c, _id, _a); |
| 209 | if (_id < 0) |
| 210 | return _id; |
| 211 | if (_c == QMetaObject::InvokeMetaMethod) { |
| 212 | if (_id < 1) |
| 213 | qt_static_metacall(this, _c, _id, _a); |
| 214 | _id -= 1; |
| 215 | } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { |
| 216 | if (_id < 1) |
| 217 | *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); |
| 218 | _id -= 1; |
| 219 | } |
| 220 | return _id; |
| 221 | } |
| 222 | struct qt_meta_stringdata_QGtk3FontDialogHelper_t { |
| 223 | const uint offsetsAndSize[6]; |
| 224 | char stringdata0[34]; |
| 225 | }; |
| 226 | #define QT_MOC_LITERAL(ofs, len) \ |
| 227 | uint(offsetof(qt_meta_stringdata_QGtk3FontDialogHelper_t, stringdata0) + ofs), len |
| 228 | static const qt_meta_stringdata_QGtk3FontDialogHelper_t qt_meta_stringdata_QGtk3FontDialogHelper = { |
| 229 | { |
| 230 | QT_MOC_LITERAL(0, 21), // "QGtk3FontDialogHelper" |
| 231 | QT_MOC_LITERAL(22, 10), // "onAccepted" |
| 232 | QT_MOC_LITERAL(33, 0) // "" |
| 233 | |
| 234 | }, |
| 235 | "QGtk3FontDialogHelper\0onAccepted\0" |
| 236 | }; |
| 237 | #undef QT_MOC_LITERAL |
| 238 | |
| 239 | static const uint qt_meta_data_QGtk3FontDialogHelper[] = { |
| 240 | |
| 241 | // content: |
| 242 | 9, // revision |
| 243 | 0, // classname |
| 244 | 0, 0, // classinfo |
| 245 | 1, 14, // methods |
| 246 | 0, 0, // properties |
| 247 | 0, 0, // enums/sets |
| 248 | 0, 0, // constructors |
| 249 | 0, // flags |
| 250 | 0, // signalCount |
| 251 | |
| 252 | // slots: name, argc, parameters, tag, flags, initial metatype offsets |
| 253 | 1, 0, 20, 2, 0x08, 0 /* Private */, |
| 254 | |
| 255 | // slots: parameters |
| 256 | QMetaType::Void, |
| 257 | |
| 258 | 0 // eod |
| 259 | }; |
| 260 | |
| 261 | void QGtk3FontDialogHelper::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
| 262 | { |
| 263 | if (_c == QMetaObject::InvokeMetaMethod) { |
| 264 | Q_ASSERT(staticMetaObject.cast(_o)); |
| 265 | auto *_t = static_cast<QGtk3FontDialogHelper *>(_o); |
| 266 | Q_UNUSED(_t) |
| 267 | switch (_id) { |
| 268 | case 0: _t->onAccepted(); break; |
| 269 | default: ; |
| 270 | } |
| 271 | } |
| 272 | Q_UNUSED(_a); |
| 273 | } |
| 274 | |
| 275 | const QMetaObject QGtk3FontDialogHelper::staticMetaObject = { { |
| 276 | QMetaObject::SuperData::link<QPlatformFontDialogHelper::staticMetaObject>(), |
| 277 | qt_meta_stringdata_QGtk3FontDialogHelper.offsetsAndSize, |
| 278 | qt_meta_data_QGtk3FontDialogHelper, |
| 279 | qt_static_metacall, |
| 280 | nullptr, |
| 281 | qt_incomplete_metaTypeArray<qt_meta_stringdata_QGtk3FontDialogHelper_t |
| 282 | |
| 283 | , QtPrivate::TypeAndForceComplete<void, std::false_type> |
| 284 | |
| 285 | |
| 286 | >, |
| 287 | nullptr |
| 288 | } }; |
| 289 | |
| 290 | |
| 291 | const QMetaObject *QGtk3FontDialogHelper::metaObject() const |
| 292 | { |
| 293 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; |
| 294 | } |
| 295 | |
| 296 | void *QGtk3FontDialogHelper::qt_metacast(const char *_clname) |
| 297 | { |
| 298 | if (!_clname) return nullptr; |
| 299 | if (!strcmp(_clname, qt_meta_stringdata_QGtk3FontDialogHelper.stringdata0)) |
| 300 | return static_cast<void*>(this); |
| 301 | return QPlatformFontDialogHelper::qt_metacast(_clname); |
| 302 | } |
| 303 | |
| 304 | int QGtk3FontDialogHelper::qt_metacall(QMetaObject::Call _c, int _id, void **_a) |
| 305 | { |
| 306 | _id = QPlatformFontDialogHelper::qt_metacall(_c, _id, _a); |
| 307 | if (_id < 0) |
| 308 | return _id; |
| 309 | if (_c == QMetaObject::InvokeMetaMethod) { |
| 310 | if (_id < 1) |
| 311 | qt_static_metacall(this, _c, _id, _a); |
| 312 | _id -= 1; |
| 313 | } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { |
| 314 | if (_id < 1) |
| 315 | *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); |
| 316 | _id -= 1; |
| 317 | } |
| 318 | return _id; |
| 319 | } |
| 320 | QT_WARNING_POP |
| 321 | QT_END_MOC_NAMESPACE |
| 322 | |