CuteLogger
Fast and simple logging solution for Qt based applications
moc_customprofiledialog.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'customprofiledialog.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.6.2)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../src/dialogs/customprofiledialog.h"
10#include <QtCore/qmetatype.h>
11
12#if __has_include(<QtCore/qtmochelpers.h>)
13#include <QtCore/qtmochelpers.h>
14#else
15QT_BEGIN_MOC_NAMESPACE
16#endif
17
18
19#include <memory>
20
21#if !defined(Q_MOC_OUTPUT_REVISION)
22#error "The header file 'customprofiledialog.h' doesn't include <QObject>."
23#elif Q_MOC_OUTPUT_REVISION != 68
24#error "This file was generated using the moc from 6.6.2. It"
25#error "cannot be used with the include files from this version of Qt."
26#error "(The moc has changed too much.)"
27#endif
28
29#ifndef Q_CONSTINIT
30#define Q_CONSTINIT
31#endif
32
33QT_WARNING_PUSH
34QT_WARNING_DISABLE_DEPRECATED
35QT_WARNING_DISABLE_GCC("-Wuseless-cast")
36namespace {
37
38#ifdef QT_MOC_HAS_STRINGDATA
39struct qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS_t {};
40constexpr auto qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS = QtMocHelpers::stringData(
41 "CustomProfileDialog",
42 "on_buttonBox_accepted",
43 "",
44 "on_widthSpinner_editingFinished",
45 "on_heightSpinner_editingFinished",
46 "on_fpsSpinner_editingFinished",
47 "on_fpsComboBox_textActivated",
48 "arg1",
49 "on_resolutionComboBox_textActivated",
50 "on_aspectRatioComboBox_textActivated"
51);
52#else // !QT_MOC_HAS_STRING_DATA
53struct qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS_t {
54 uint offsetsAndSizes[20];
55 char stringdata0[20];
56 char stringdata1[22];
57 char stringdata2[1];
58 char stringdata3[32];
59 char stringdata4[33];
60 char stringdata5[30];
61 char stringdata6[29];
62 char stringdata7[5];
63 char stringdata8[36];
64 char stringdata9[37];
65};
66#define QT_MOC_LITERAL(ofs, len) \
67 uint(sizeof(qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS_t::offsetsAndSizes) + ofs), len
68Q_CONSTINIT static const qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS_t qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS = {
69 {
70 QT_MOC_LITERAL(0, 19), // "CustomProfileDialog"
71 QT_MOC_LITERAL(20, 21), // "on_buttonBox_accepted"
72 QT_MOC_LITERAL(42, 0), // ""
73 QT_MOC_LITERAL(43, 31), // "on_widthSpinner_editingFinished"
74 QT_MOC_LITERAL(75, 32), // "on_heightSpinner_editingFinished"
75 QT_MOC_LITERAL(108, 29), // "on_fpsSpinner_editingFinished"
76 QT_MOC_LITERAL(138, 28), // "on_fpsComboBox_textActivated"
77 QT_MOC_LITERAL(167, 4), // "arg1"
78 QT_MOC_LITERAL(172, 35), // "on_resolutionComboBox_textAct..."
79 QT_MOC_LITERAL(208, 36) // "on_aspectRatioComboBox_textAc..."
80 },
81 "CustomProfileDialog",
82 "on_buttonBox_accepted",
83 "",
84 "on_widthSpinner_editingFinished",
85 "on_heightSpinner_editingFinished",
86 "on_fpsSpinner_editingFinished",
87 "on_fpsComboBox_textActivated",
88 "arg1",
89 "on_resolutionComboBox_textActivated",
90 "on_aspectRatioComboBox_textActivated"
91};
92#undef QT_MOC_LITERAL
93#endif // !QT_MOC_HAS_STRING_DATA
94} // unnamed namespace
95
96Q_CONSTINIT static const uint qt_meta_data_CLASSCustomProfileDialogENDCLASS[] = {
97
98 // content:
99 12, // revision
100 0, // classname
101 0, 0, // classinfo
102 7, 14, // methods
103 0, 0, // properties
104 0, 0, // enums/sets
105 0, 0, // constructors
106 0, // flags
107 0, // signalCount
108
109 // slots: name, argc, parameters, tag, flags, initial metatype offsets
110 1, 0, 56, 2, 0x08, 1 /* Private */,
111 3, 0, 57, 2, 0x08, 2 /* Private */,
112 4, 0, 58, 2, 0x08, 3 /* Private */,
113 5, 0, 59, 2, 0x08, 4 /* Private */,
114 6, 1, 60, 2, 0x08, 5 /* Private */,
115 8, 1, 63, 2, 0x08, 7 /* Private */,
116 9, 1, 66, 2, 0x08, 9 /* Private */,
117
118 // slots: parameters
119 QMetaType::Void,
120 QMetaType::Void,
121 QMetaType::Void,
122 QMetaType::Void,
123 QMetaType::Void, QMetaType::QString, 7,
124 QMetaType::Void, QMetaType::QString, 7,
125 QMetaType::Void, QMetaType::QString, 7,
126
127 0 // eod
128};
129
130Q_CONSTINIT const QMetaObject CustomProfileDialog::staticMetaObject = { {
131 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
132 qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS.offsetsAndSizes,
133 qt_meta_data_CLASSCustomProfileDialogENDCLASS,
134 qt_static_metacall,
135 nullptr,
136 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS_t,
137 // Q_OBJECT / Q_GADGET
138 QtPrivate::TypeAndForceComplete<CustomProfileDialog, std::true_type>,
139 // method 'on_buttonBox_accepted'
140 QtPrivate::TypeAndForceComplete<void, std::false_type>,
141 // method 'on_widthSpinner_editingFinished'
142 QtPrivate::TypeAndForceComplete<void, std::false_type>,
143 // method 'on_heightSpinner_editingFinished'
144 QtPrivate::TypeAndForceComplete<void, std::false_type>,
145 // method 'on_fpsSpinner_editingFinished'
146 QtPrivate::TypeAndForceComplete<void, std::false_type>,
147 // method 'on_fpsComboBox_textActivated'
148 QtPrivate::TypeAndForceComplete<void, std::false_type>,
149 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
150 // method 'on_resolutionComboBox_textActivated'
151 QtPrivate::TypeAndForceComplete<void, std::false_type>,
152 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
153 // method 'on_aspectRatioComboBox_textActivated'
154 QtPrivate::TypeAndForceComplete<void, std::false_type>,
155 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
156 >,
157 nullptr
158} };
159
160void CustomProfileDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
161{
162 if (_c == QMetaObject::InvokeMetaMethod) {
163 auto *_t = static_cast<CustomProfileDialog *>(_o);
164 (void)_t;
165 switch (_id) {
166 case 0: _t->on_buttonBox_accepted(); break;
167 case 1: _t->on_widthSpinner_editingFinished(); break;
168 case 2: _t->on_heightSpinner_editingFinished(); break;
169 case 3: _t->on_fpsSpinner_editingFinished(); break;
170 case 4: _t->on_fpsComboBox_textActivated((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
171 case 5: _t->on_resolutionComboBox_textActivated((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
172 case 6: _t->on_aspectRatioComboBox_textActivated((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
173 default: ;
174 }
175 }
176}
177
178const QMetaObject *CustomProfileDialog::metaObject() const
179{
180 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
181}
182
183void *CustomProfileDialog::qt_metacast(const char *_clname)
184{
185 if (!_clname) return nullptr;
186 if (!strcmp(_clname, qt_meta_stringdata_CLASSCustomProfileDialogENDCLASS.stringdata0))
187 return static_cast<void*>(this);
188 return QDialog::qt_metacast(_clname);
189}
190
191int CustomProfileDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
192{
193 _id = QDialog::qt_metacall(_c, _id, _a);
194 if (_id < 0)
195 return _id;
196 if (_c == QMetaObject::InvokeMetaMethod) {
197 if (_id < 7)
198 qt_static_metacall(this, _c, _id, _a);
199 _id -= 7;
200 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
201 if (_id < 7)
202 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
203 _id -= 7;
204 }
205 return _id;
206}
207QT_WARNING_POP