CuteLogger
Fast and simple logging solution for Qt based applications
moc_glaxnimateproducerwidget.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'glaxnimateproducerwidget.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/glaxnimateproducerwidget.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 'glaxnimateproducerwidget.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_ZN19GlaxnimateIpcServerE_t {};
35} // unnamed namespace
36
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN19GlaxnimateIpcServerE = QtMocHelpers::stringData(
40 "GlaxnimateIpcServer",
41 "onConnect",
42 "",
43 "onReadyRead",
44 "onSocketError",
45 "QLocalSocket::LocalSocketError",
46 "socketError",
47 "onFrameDisplayed",
48 "SharedFrame",
49 "frame"
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_ZN19GlaxnimateIpcServerE[] = {
56
57 // content:
58 12, // revision
59 0, // classname
60 0, 0, // classinfo
61 4, 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, 38, 2, 0x08, 1 /* Private */,
70 3, 0, 39, 2, 0x08, 2 /* Private */,
71 4, 1, 40, 2, 0x08, 3 /* Private */,
72 7, 1, 43, 2, 0x08, 5 /* Private */,
73
74 // slots: parameters
75 QMetaType::Void,
76 QMetaType::Void,
77 QMetaType::Void, 0x80000000 | 5, 6,
78 QMetaType::Void, 0x80000000 | 8, 9,
79
80 0 // eod
81};
82
83Q_CONSTINIT const QMetaObject GlaxnimateIpcServer::staticMetaObject = { {
84 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
85 qt_meta_stringdata_ZN19GlaxnimateIpcServerE.offsetsAndSizes,
86 qt_meta_data_ZN19GlaxnimateIpcServerE,
87 qt_static_metacall,
88 nullptr,
89 qt_incomplete_metaTypeArray<qt_meta_tag_ZN19GlaxnimateIpcServerE_t,
90 // Q_OBJECT / Q_GADGET
91 QtPrivate::TypeAndForceComplete<GlaxnimateIpcServer, std::true_type>,
92 // method 'onConnect'
93 QtPrivate::TypeAndForceComplete<void, std::false_type>,
94 // method 'onReadyRead'
95 QtPrivate::TypeAndForceComplete<void, std::false_type>,
96 // method 'onSocketError'
97 QtPrivate::TypeAndForceComplete<void, std::false_type>,
98 QtPrivate::TypeAndForceComplete<QLocalSocket::LocalSocketError, std::false_type>,
99 // method 'onFrameDisplayed'
100 QtPrivate::TypeAndForceComplete<void, std::false_type>,
101 QtPrivate::TypeAndForceComplete<const SharedFrame &, std::false_type>
102 >,
103 nullptr
104} };
105
106void GlaxnimateIpcServer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
107{
108 auto *_t = static_cast<GlaxnimateIpcServer *>(_o);
109 if (_c == QMetaObject::InvokeMetaMethod) {
110 switch (_id) {
111 case 0: _t->onConnect(); break;
112 case 1: _t->onReadyRead(); break;
113 case 2: _t->onSocketError((*reinterpret_cast< std::add_pointer_t<QLocalSocket::LocalSocketError>>(_a[1]))); break;
114 case 3: _t->onFrameDisplayed((*reinterpret_cast< std::add_pointer_t<SharedFrame>>(_a[1]))); break;
115 default: ;
116 }
117 }
118}
119
120const QMetaObject *GlaxnimateIpcServer::metaObject() const
121{
122 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
123}
124
125void *GlaxnimateIpcServer::qt_metacast(const char *_clname)
126{
127 if (!_clname) return nullptr;
128 if (!strcmp(_clname, qt_meta_stringdata_ZN19GlaxnimateIpcServerE.stringdata0))
129 return static_cast<void*>(this);
130 return QObject::qt_metacast(_clname);
131}
132
133int GlaxnimateIpcServer::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
134{
135 _id = QObject::qt_metacall(_c, _id, _a);
136 if (_id < 0)
137 return _id;
138 if (_c == QMetaObject::InvokeMetaMethod) {
139 if (_id < 4)
140 qt_static_metacall(this, _c, _id, _a);
141 _id -= 4;
142 }
143 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
144 if (_id < 4)
145 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
146 _id -= 4;
147 }
148 return _id;
149}
150namespace {
151struct qt_meta_tag_ZN24GlaxnimateProducerWidgetE_t {};
152} // unnamed namespace
153
154
155#ifdef QT_MOC_HAS_STRINGDATA
156static constexpr auto qt_meta_stringdata_ZN24GlaxnimateProducerWidgetE = QtMocHelpers::stringData(
157 "GlaxnimateProducerWidget",
158 "producerChanged",
159 "",
160 "Mlt::Producer*",
161 "modified",
162 "rename",
163 "on_colorButton_clicked",
164 "on_preset_selected",
165 "p",
166 "on_preset_saveClicked",
167 "on_lineEdit_editingFinished",
168 "on_notesTextEdit_textChanged",
169 "on_editButton_clicked",
170 "onFileChanged",
171 "path",
172 "on_reloadButton_clicked",
173 "on_durationSpinBox_editingFinished"
174);
175#else // !QT_MOC_HAS_STRINGDATA
176#error "qtmochelpers.h not found or too old."
177#endif // !QT_MOC_HAS_STRINGDATA
178
179Q_CONSTINIT static const uint qt_meta_data_ZN24GlaxnimateProducerWidgetE[] = {
180
181 // content:
182 12, // revision
183 0, // classname
184 0, 0, // classinfo
185 12, 14, // methods
186 0, 0, // properties
187 0, 0, // enums/sets
188 0, 0, // constructors
189 0, // flags
190 2, // signalCount
191
192 // signals: name, argc, parameters, tag, flags, initial metatype offsets
193 1, 1, 86, 2, 0x06, 1 /* Public */,
194 4, 0, 89, 2, 0x06, 3 /* Public */,
195
196 // slots: name, argc, parameters, tag, flags, initial metatype offsets
197 5, 0, 90, 2, 0x0a, 4 /* Public */,
198 6, 0, 91, 2, 0x08, 5 /* Private */,
199 7, 1, 92, 2, 0x08, 6 /* Private */,
200 9, 0, 95, 2, 0x08, 8 /* Private */,
201 10, 0, 96, 2, 0x08, 9 /* Private */,
202 11, 0, 97, 2, 0x08, 10 /* Private */,
203 12, 0, 98, 2, 0x08, 11 /* Private */,
204 13, 1, 99, 2, 0x08, 12 /* Private */,
205 15, 0, 102, 2, 0x08, 14 /* Private */,
206 16, 0, 103, 2, 0x08, 15 /* Private */,
207
208 // signals: parameters
209 QMetaType::Void, 0x80000000 | 3, 2,
210 QMetaType::Void,
211
212 // slots: parameters
213 QMetaType::Void,
214 QMetaType::Void,
215 QMetaType::Void, QMetaType::VoidStar, 8,
216 QMetaType::Void,
217 QMetaType::Void,
218 QMetaType::Void,
219 QMetaType::Void,
220 QMetaType::Void, QMetaType::QString, 14,
221 QMetaType::Void,
222 QMetaType::Void,
223
224 0 // eod
225};
226
227Q_CONSTINIT const QMetaObject GlaxnimateProducerWidget::staticMetaObject = { {
228 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
229 qt_meta_stringdata_ZN24GlaxnimateProducerWidgetE.offsetsAndSizes,
230 qt_meta_data_ZN24GlaxnimateProducerWidgetE,
231 qt_static_metacall,
232 nullptr,
233 qt_incomplete_metaTypeArray<qt_meta_tag_ZN24GlaxnimateProducerWidgetE_t,
234 // Q_OBJECT / Q_GADGET
235 QtPrivate::TypeAndForceComplete<GlaxnimateProducerWidget, std::true_type>,
236 // method 'producerChanged'
237 QtPrivate::TypeAndForceComplete<void, std::false_type>,
238 QtPrivate::TypeAndForceComplete<Mlt::Producer *, std::false_type>,
239 // method 'modified'
240 QtPrivate::TypeAndForceComplete<void, std::false_type>,
241 // method 'rename'
242 QtPrivate::TypeAndForceComplete<void, std::false_type>,
243 // method 'on_colorButton_clicked'
244 QtPrivate::TypeAndForceComplete<void, std::false_type>,
245 // method 'on_preset_selected'
246 QtPrivate::TypeAndForceComplete<void, std::false_type>,
247 QtPrivate::TypeAndForceComplete<void *, std::false_type>,
248 // method 'on_preset_saveClicked'
249 QtPrivate::TypeAndForceComplete<void, std::false_type>,
250 // method 'on_lineEdit_editingFinished'
251 QtPrivate::TypeAndForceComplete<void, std::false_type>,
252 // method 'on_notesTextEdit_textChanged'
253 QtPrivate::TypeAndForceComplete<void, std::false_type>,
254 // method 'on_editButton_clicked'
255 QtPrivate::TypeAndForceComplete<void, std::false_type>,
256 // method 'onFileChanged'
257 QtPrivate::TypeAndForceComplete<void, std::false_type>,
258 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
259 // method 'on_reloadButton_clicked'
260 QtPrivate::TypeAndForceComplete<void, std::false_type>,
261 // method 'on_durationSpinBox_editingFinished'
262 QtPrivate::TypeAndForceComplete<void, std::false_type>
263 >,
264 nullptr
265} };
266
267void GlaxnimateProducerWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
268{
269 auto *_t = static_cast<GlaxnimateProducerWidget *>(_o);
270 if (_c == QMetaObject::InvokeMetaMethod) {
271 switch (_id) {
272 case 0: _t->producerChanged((*reinterpret_cast< std::add_pointer_t<Mlt::Producer*>>(_a[1]))); break;
273 case 1: _t->modified(); break;
274 case 2: _t->rename(); break;
275 case 3: _t->on_colorButton_clicked(); break;
276 case 4: _t->on_preset_selected((*reinterpret_cast< std::add_pointer_t<void*>>(_a[1]))); break;
277 case 5: _t->on_preset_saveClicked(); break;
278 case 6: _t->on_lineEdit_editingFinished(); break;
279 case 7: _t->on_notesTextEdit_textChanged(); break;
280 case 8: _t->on_editButton_clicked(); break;
281 case 9: _t->onFileChanged((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
282 case 10: _t->on_reloadButton_clicked(); break;
283 case 11: _t->on_durationSpinBox_editingFinished(); break;
284 default: ;
285 }
286 }
287 if (_c == QMetaObject::IndexOfMethod) {
288 int *result = reinterpret_cast<int *>(_a[0]);
289 {
290 using _q_method_type = void (GlaxnimateProducerWidget::*)(Mlt::Producer * );
291 if (_q_method_type _q_method = &GlaxnimateProducerWidget::producerChanged; *reinterpret_cast<_q_method_type *>(_a[1]) == _q_method) {
292 *result = 0;
293 return;
294 }
295 }
296 {
297 using _q_method_type = void (GlaxnimateProducerWidget::*)();
298 if (_q_method_type _q_method = &GlaxnimateProducerWidget::modified; *reinterpret_cast<_q_method_type *>(_a[1]) == _q_method) {
299 *result = 1;
300 return;
301 }
302 }
303 }
304}
305
306const QMetaObject *GlaxnimateProducerWidget::metaObject() const
307{
308 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
309}
310
311void *GlaxnimateProducerWidget::qt_metacast(const char *_clname)
312{
313 if (!_clname) return nullptr;
314 if (!strcmp(_clname, qt_meta_stringdata_ZN24GlaxnimateProducerWidgetE.stringdata0))
315 return static_cast<void*>(this);
316 if (!strcmp(_clname, "AbstractProducerWidget"))
317 return static_cast< AbstractProducerWidget*>(this);
318 return QWidget::qt_metacast(_clname);
319}
320
321int GlaxnimateProducerWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
322{
323 _id = QWidget::qt_metacall(_c, _id, _a);
324 if (_id < 0)
325 return _id;
326 if (_c == QMetaObject::InvokeMetaMethod) {
327 if (_id < 12)
328 qt_static_metacall(this, _c, _id, _a);
329 _id -= 12;
330 }
331 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
332 if (_id < 12)
333 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
334 _id -= 12;
335 }
336 return _id;
337}
338
339// SIGNAL 0
340void GlaxnimateProducerWidget::producerChanged(Mlt::Producer * _t1)
341{
342 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
343 QMetaObject::activate(this, &staticMetaObject, 0, _a);
344}
345
346// SIGNAL 1
347void GlaxnimateProducerWidget::modified()
348{
349 QMetaObject::activate(this, &staticMetaObject, 1, nullptr);
350}
351QT_WARNING_POP