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.8.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#include <QtCore/qtmochelpers.h>
13
14#include <memory>
15
16
17#include <QtCore/qxptype_traits.h>
18#if !defined(Q_MOC_OUTPUT_REVISION)
19#error "The header file 'customprofiledialog.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.2. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
24#endif
25
26#ifndef Q_CONSTINIT
27#define Q_CONSTINIT
28#endif
29
30QT_WARNING_PUSH
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
34struct qt_meta_tag_ZN19CustomProfileDialogE_t {};
35} // unnamed namespace
36
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN19CustomProfileDialogE = QtMocHelpers::stringData(
40 "CustomProfileDialog",
41 "on_buttonBox_accepted",
42 "",
43 "on_widthSpinner_editingFinished",
44 "on_heightSpinner_editingFinished",
45 "on_fpsSpinner_editingFinished",
46 "on_fpsComboBox_textActivated",
47 "arg1",
48 "on_resolutionComboBox_textActivated",
49 "on_aspectRatioComboBox_textActivated"
50);
51#else // !QT_MOC_HAS_STRINGDATA
52#error "qtmochelpers.h not found or too old."
53#endif // !QT_MOC_HAS_STRINGDATA
54
55Q_CONSTINIT static const uint qt_meta_data_ZN19CustomProfileDialogE[] = {
56
57 // content:
58 12, // revision
59 0, // classname
60 0, 0, // classinfo
61 7, 14, // methods
62 0, 0, // properties
63 0, 0, // enums/sets
64 0, 0, // constructors
65 0, // flags
66 0, // signalCount
67
68 // slots: name, argc, parameters, tag, flags, initial metatype offsets
69 1, 0, 56, 2, 0x08, 1 /* Private */,
70 3, 0, 57, 2, 0x08, 2 /* Private */,
71 4, 0, 58, 2, 0x08, 3 /* Private */,
72 5, 0, 59, 2, 0x08, 4 /* Private */,
73 6, 1, 60, 2, 0x08, 5 /* Private */,
74 8, 1, 63, 2, 0x08, 7 /* Private */,
75 9, 1, 66, 2, 0x08, 9 /* Private */,
76
77 // slots: parameters
78 QMetaType::Void,
79 QMetaType::Void,
80 QMetaType::Void,
81 QMetaType::Void,
82 QMetaType::Void, QMetaType::QString, 7,
83 QMetaType::Void, QMetaType::QString, 7,
84 QMetaType::Void, QMetaType::QString, 7,
85
86 0 // eod
87};
88
89Q_CONSTINIT const QMetaObject CustomProfileDialog::staticMetaObject = { {
90 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
91 qt_meta_stringdata_ZN19CustomProfileDialogE.offsetsAndSizes,
92 qt_meta_data_ZN19CustomProfileDialogE,
93 qt_static_metacall,
94 nullptr,
95 qt_incomplete_metaTypeArray<qt_meta_tag_ZN19CustomProfileDialogE_t,
96 // Q_OBJECT / Q_GADGET
97 QtPrivate::TypeAndForceComplete<CustomProfileDialog, std::true_type>,
98 // method 'on_buttonBox_accepted'
99 QtPrivate::TypeAndForceComplete<void, std::false_type>,
100 // method 'on_widthSpinner_editingFinished'
101 QtPrivate::TypeAndForceComplete<void, std::false_type>,
102 // method 'on_heightSpinner_editingFinished'
103 QtPrivate::TypeAndForceComplete<void, std::false_type>,
104 // method 'on_fpsSpinner_editingFinished'
105 QtPrivate::TypeAndForceComplete<void, std::false_type>,
106 // method 'on_fpsComboBox_textActivated'
107 QtPrivate::TypeAndForceComplete<void, std::false_type>,
108 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
109 // method 'on_resolutionComboBox_textActivated'
110 QtPrivate::TypeAndForceComplete<void, std::false_type>,
111 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
112 // method 'on_aspectRatioComboBox_textActivated'
113 QtPrivate::TypeAndForceComplete<void, std::false_type>,
114 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
115 >,
116 nullptr
117} };
118
119void CustomProfileDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
120{
121 auto *_t = static_cast<CustomProfileDialog *>(_o);
122 if (_c == QMetaObject::InvokeMetaMethod) {
123 switch (_id) {
124 case 0: _t->on_buttonBox_accepted(); break;
125 case 1: _t->on_widthSpinner_editingFinished(); break;
126 case 2: _t->on_heightSpinner_editingFinished(); break;
127 case 3: _t->on_fpsSpinner_editingFinished(); break;
128 case 4: _t->on_fpsComboBox_textActivated((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
129 case 5: _t->on_resolutionComboBox_textActivated((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
130 case 6: _t->on_aspectRatioComboBox_textActivated((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
131 default: ;
132 }
133 }
134}
135
136const QMetaObject *CustomProfileDialog::metaObject() const
137{
138 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
139}
140
141void *CustomProfileDialog::qt_metacast(const char *_clname)
142{
143 if (!_clname) return nullptr;
144 if (!strcmp(_clname, qt_meta_stringdata_ZN19CustomProfileDialogE.stringdata0))
145 return static_cast<void*>(this);
146 return QDialog::qt_metacast(_clname);
147}
148
149int CustomProfileDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
150{
151 _id = QDialog::qt_metacall(_c, _id, _a);
152 if (_id < 0)
153 return _id;
154 if (_c == QMetaObject::InvokeMetaMethod) {
155 if (_id < 7)
156 qt_static_metacall(this, _c, _id, _a);
157 _id -= 7;
158 }
159 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
160 if (_id < 7)
161 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
162 _id -= 7;
163 }
164 return _id;
165}
166QT_WARNING_POP