CuteLogger
Fast and simple logging solution for Qt based applications
moc_lumamixtransition.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'lumamixtransition.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/widgets/lumamixtransition.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 'lumamixtransition.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_ZN17LumaMixTransitionE_t {};
35} // unnamed namespace
36
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN17LumaMixTransitionE = QtMocHelpers::stringData(
40 "LumaMixTransition",
41 "modified",
42 "",
43 "onPlaying",
44 "on_invertCheckBox_clicked",
45 "checked",
46 "on_softnessSlider_valueChanged",
47 "value",
48 "on_crossfadeRadioButton_clicked",
49 "on_mixRadioButton_clicked",
50 "on_mixSlider_valueChanged",
51 "on_lumaCombo_currentRowChanged",
52 "index",
53 "startPreview",
54 "on_previewCheckBox_clicked",
55 "on_favoriteButton_clicked"
56);
57#else // !QT_MOC_HAS_STRINGDATA
58#error "qtmochelpers.h not found or too old."
59#endif // !QT_MOC_HAS_STRINGDATA
60
61Q_CONSTINIT static const uint qt_meta_data_ZN17LumaMixTransitionE[] = {
62
63 // content:
64 12, // revision
65 0, // classname
66 0, 0, // classinfo
67 11, 14, // methods
68 0, 0, // properties
69 0, 0, // enums/sets
70 0, 0, // constructors
71 0, // flags
72 1, // signalCount
73
74 // signals: name, argc, parameters, tag, flags, initial metatype offsets
75 1, 0, 80, 2, 0x06, 1 /* Public */,
76
77 // slots: name, argc, parameters, tag, flags, initial metatype offsets
78 3, 0, 81, 2, 0x0a, 2 /* Public */,
79 4, 1, 82, 2, 0x08, 3 /* Private */,
80 6, 1, 85, 2, 0x08, 5 /* Private */,
81 8, 0, 88, 2, 0x08, 7 /* Private */,
82 9, 0, 89, 2, 0x08, 8 /* Private */,
83 10, 1, 90, 2, 0x08, 9 /* Private */,
84 11, 1, 93, 2, 0x08, 11 /* Private */,
85 13, 0, 96, 2, 0x08, 13 /* Private */,
86 14, 1, 97, 2, 0x08, 14 /* Private */,
87 15, 0, 100, 2, 0x08, 16 /* Private */,
88
89 // signals: parameters
90 QMetaType::Void,
91
92 // slots: parameters
93 QMetaType::Void,
94 QMetaType::Void, QMetaType::Bool, 5,
95 QMetaType::Void, QMetaType::Int, 7,
96 QMetaType::Void,
97 QMetaType::Void,
98 QMetaType::Void, QMetaType::Int, 7,
99 QMetaType::Void, QMetaType::Int, 12,
100 QMetaType::Void,
101 QMetaType::Void, QMetaType::Bool, 5,
102 QMetaType::Void,
103
104 0 // eod
105};
106
107Q_CONSTINIT const QMetaObject LumaMixTransition::staticMetaObject = { {
108 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
109 qt_meta_stringdata_ZN17LumaMixTransitionE.offsetsAndSizes,
110 qt_meta_data_ZN17LumaMixTransitionE,
111 qt_static_metacall,
112 nullptr,
113 qt_incomplete_metaTypeArray<qt_meta_tag_ZN17LumaMixTransitionE_t,
114 // Q_OBJECT / Q_GADGET
115 QtPrivate::TypeAndForceComplete<LumaMixTransition, std::true_type>,
116 // method 'modified'
117 QtPrivate::TypeAndForceComplete<void, std::false_type>,
118 // method 'onPlaying'
119 QtPrivate::TypeAndForceComplete<void, std::false_type>,
120 // method 'on_invertCheckBox_clicked'
121 QtPrivate::TypeAndForceComplete<void, std::false_type>,
122 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
123 // method 'on_softnessSlider_valueChanged'
124 QtPrivate::TypeAndForceComplete<void, std::false_type>,
125 QtPrivate::TypeAndForceComplete<int, std::false_type>,
126 // method 'on_crossfadeRadioButton_clicked'
127 QtPrivate::TypeAndForceComplete<void, std::false_type>,
128 // method 'on_mixRadioButton_clicked'
129 QtPrivate::TypeAndForceComplete<void, std::false_type>,
130 // method 'on_mixSlider_valueChanged'
131 QtPrivate::TypeAndForceComplete<void, std::false_type>,
132 QtPrivate::TypeAndForceComplete<int, std::false_type>,
133 // method 'on_lumaCombo_currentRowChanged'
134 QtPrivate::TypeAndForceComplete<void, std::false_type>,
135 QtPrivate::TypeAndForceComplete<int, std::false_type>,
136 // method 'startPreview'
137 QtPrivate::TypeAndForceComplete<void, std::false_type>,
138 // method 'on_previewCheckBox_clicked'
139 QtPrivate::TypeAndForceComplete<void, std::false_type>,
140 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
141 // method 'on_favoriteButton_clicked'
142 QtPrivate::TypeAndForceComplete<void, std::false_type>
143 >,
144 nullptr
145} };
146
147void LumaMixTransition::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
148{
149 auto *_t = static_cast<LumaMixTransition *>(_o);
150 if (_c == QMetaObject::InvokeMetaMethod) {
151 switch (_id) {
152 case 0: _t->modified(); break;
153 case 1: _t->onPlaying(); break;
154 case 2: _t->on_invertCheckBox_clicked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
155 case 3: _t->on_softnessSlider_valueChanged((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
156 case 4: _t->on_crossfadeRadioButton_clicked(); break;
157 case 5: _t->on_mixRadioButton_clicked(); break;
158 case 6: _t->on_mixSlider_valueChanged((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
159 case 7: _t->on_lumaCombo_currentRowChanged((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
160 case 8: _t->startPreview(); break;
161 case 9: _t->on_previewCheckBox_clicked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
162 case 10: _t->on_favoriteButton_clicked(); break;
163 default: ;
164 }
165 }
166 if (_c == QMetaObject::IndexOfMethod) {
167 int *result = reinterpret_cast<int *>(_a[0]);
168 {
169 using _q_method_type = void (LumaMixTransition::*)();
170 if (_q_method_type _q_method = &LumaMixTransition::modified; *reinterpret_cast<_q_method_type *>(_a[1]) == _q_method) {
171 *result = 0;
172 return;
173 }
174 }
175 }
176}
177
178const QMetaObject *LumaMixTransition::metaObject() const
179{
180 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
181}
182
183void *LumaMixTransition::qt_metacast(const char *_clname)
184{
185 if (!_clname) return nullptr;
186 if (!strcmp(_clname, qt_meta_stringdata_ZN17LumaMixTransitionE.stringdata0))
187 return static_cast<void*>(this);
188 return QWidget::qt_metacast(_clname);
189}
190
191int LumaMixTransition::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
192{
193 _id = QWidget::qt_metacall(_c, _id, _a);
194 if (_id < 0)
195 return _id;
196 if (_c == QMetaObject::InvokeMetaMethod) {
197 if (_id < 11)
198 qt_static_metacall(this, _c, _id, _a);
199 _id -= 11;
200 }
201 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
202 if (_id < 11)
203 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
204 _id -= 11;
205 }
206 return _id;
207}
208
209// SIGNAL 0
210void LumaMixTransition::modified()
211{
212 QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
213}
214QT_WARNING_POP