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