1/****************************************************************************
2** Meta object code from reading C++ file 'dialog.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 "dialog.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'dialog.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_Dialog_t {
25 const uint offsetsAndSize[36];
26 char stringdata0[228];
27};
28#define QT_MOC_LITERAL(ofs, len) \
29 uint(offsetof(qt_meta_stringdata_Dialog_t, stringdata0) + ofs), len
30static const qt_meta_stringdata_Dialog_t qt_meta_stringdata_Dialog = {
31 {
32QT_MOC_LITERAL(0, 6), // "Dialog"
33QT_MOC_LITERAL(7, 10), // "setInteger"
34QT_MOC_LITERAL(18, 0), // ""
35QT_MOC_LITERAL(19, 9), // "setDouble"
36QT_MOC_LITERAL(29, 7), // "setItem"
37QT_MOC_LITERAL(37, 7), // "setText"
38QT_MOC_LITERAL(45, 16), // "setMultiLineText"
39QT_MOC_LITERAL(62, 8), // "setColor"
40QT_MOC_LITERAL(71, 7), // "setFont"
41QT_MOC_LITERAL(79, 20), // "setExistingDirectory"
42QT_MOC_LITERAL(100, 15), // "setOpenFileName"
43QT_MOC_LITERAL(116, 16), // "setOpenFileNames"
44QT_MOC_LITERAL(133, 15), // "setSaveFileName"
45QT_MOC_LITERAL(149, 15), // "criticalMessage"
46QT_MOC_LITERAL(165, 18), // "informationMessage"
47QT_MOC_LITERAL(184, 15), // "questionMessage"
48QT_MOC_LITERAL(200, 14), // "warningMessage"
49QT_MOC_LITERAL(215, 12) // "errorMessage"
50
51 },
52 "Dialog\0setInteger\0\0setDouble\0setItem\0"
53 "setText\0setMultiLineText\0setColor\0"
54 "setFont\0setExistingDirectory\0"
55 "setOpenFileName\0setOpenFileNames\0"
56 "setSaveFileName\0criticalMessage\0"
57 "informationMessage\0questionMessage\0"
58 "warningMessage\0errorMessage"
59};
60#undef QT_MOC_LITERAL
61
62static const uint qt_meta_data_Dialog[] = {
63
64 // content:
65 9, // revision
66 0, // classname
67 0, 0, // classinfo
68 16, 14, // methods
69 0, 0, // properties
70 0, 0, // enums/sets
71 0, 0, // constructors
72 0, // flags
73 0, // signalCount
74
75 // slots: name, argc, parameters, tag, flags, initial metatype offsets
76 1, 0, 110, 2, 0x08, 0 /* Private */,
77 3, 0, 111, 2, 0x08, 1 /* Private */,
78 4, 0, 112, 2, 0x08, 2 /* Private */,
79 5, 0, 113, 2, 0x08, 3 /* Private */,
80 6, 0, 114, 2, 0x08, 4 /* Private */,
81 7, 0, 115, 2, 0x08, 5 /* Private */,
82 8, 0, 116, 2, 0x08, 6 /* Private */,
83 9, 0, 117, 2, 0x08, 7 /* Private */,
84 10, 0, 118, 2, 0x08, 8 /* Private */,
85 11, 0, 119, 2, 0x08, 9 /* Private */,
86 12, 0, 120, 2, 0x08, 10 /* Private */,
87 13, 0, 121, 2, 0x08, 11 /* Private */,
88 14, 0, 122, 2, 0x08, 12 /* Private */,
89 15, 0, 123, 2, 0x08, 13 /* Private */,
90 16, 0, 124, 2, 0x08, 14 /* Private */,
91 17, 0, 125, 2, 0x08, 15 /* Private */,
92
93 // slots: parameters
94 QMetaType::Void,
95 QMetaType::Void,
96 QMetaType::Void,
97 QMetaType::Void,
98 QMetaType::Void,
99 QMetaType::Void,
100 QMetaType::Void,
101 QMetaType::Void,
102 QMetaType::Void,
103 QMetaType::Void,
104 QMetaType::Void,
105 QMetaType::Void,
106 QMetaType::Void,
107 QMetaType::Void,
108 QMetaType::Void,
109 QMetaType::Void,
110
111 0 // eod
112};
113
114void Dialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
115{
116 if (_c == QMetaObject::InvokeMetaMethod) {
117 Q_ASSERT(staticMetaObject.cast(_o));
118 auto *_t = static_cast<Dialog *>(_o);
119 Q_UNUSED(_t)
120 switch (_id) {
121 case 0: _t->setInteger(); break;
122 case 1: _t->setDouble(); break;
123 case 2: _t->setItem(); break;
124 case 3: _t->setText(); break;
125 case 4: _t->setMultiLineText(); break;
126 case 5: _t->setColor(); break;
127 case 6: _t->setFont(); break;
128 case 7: _t->setExistingDirectory(); break;
129 case 8: _t->setOpenFileName(); break;
130 case 9: _t->setOpenFileNames(); break;
131 case 10: _t->setSaveFileName(); break;
132 case 11: _t->criticalMessage(); break;
133 case 12: _t->informationMessage(); break;
134 case 13: _t->questionMessage(); break;
135 case 14: _t->warningMessage(); break;
136 case 15: _t->errorMessage(); break;
137 default: ;
138 }
139 }
140 Q_UNUSED(_a);
141}
142
143const QMetaObject Dialog::staticMetaObject = { {
144 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
145 qt_meta_stringdata_Dialog.offsetsAndSize,
146 qt_meta_data_Dialog,
147 qt_static_metacall,
148 nullptr,
149qt_incomplete_metaTypeArray<qt_meta_stringdata_Dialog_t
150
151, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>, QtPrivate::TypeAndForceComplete<void, std::false_type>
152
153
154>,
155 nullptr
156} };
157
158
159const QMetaObject *Dialog::metaObject() const
160{
161 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
162}
163
164void *Dialog::qt_metacast(const char *_clname)
165{
166 if (!_clname) return nullptr;
167 if (!strcmp(_clname, qt_meta_stringdata_Dialog.stringdata0))
168 return static_cast<void*>(this);
169 return QWidget::qt_metacast(_clname);
170}
171
172int Dialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
173{
174 _id = QWidget::qt_metacall(_c, _id, _a);
175 if (_id < 0)
176 return _id;
177 if (_c == QMetaObject::InvokeMetaMethod) {
178 if (_id < 16)
179 qt_static_metacall(this, _c, _id, _a);
180 _id -= 16;
181 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
182 if (_id < 16)
183 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
184 _id -= 16;
185 }
186 return _id;
187}
188QT_WARNING_POP
189QT_END_MOC_NAMESPACE
190