CuteLogger
Fast and simple logging solution for Qt based applications
moc_imageproducerwidget.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'imageproducerwidget.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.8.1)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../src/widgets/imageproducerwidget.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 'imageproducerwidget.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.1. 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_ZN19ImageProducerWidgetE_t {};
35} // unnamed namespace
36
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN19ImageProducerWidgetE = QtMocHelpers::stringData(
40 "ImageProducerWidget",
41 "producerChanged",
42 "",
43 "Mlt::Producer*",
44 "producerReopened",
45 "play",
46 "modified",
47 "updateDuration",
48 "rename",
49 "on_resetButton_clicked",
50 "on_aspectNumSpinBox_valueChanged",
51 "on_aspectDenSpinBox_valueChanged",
52 "on_durationSpinBox_editingFinished",
53 "on_sequenceCheckBox_clicked",
54 "checked",
55 "on_repeatSpinBox_editingFinished",
56 "on_defaultDurationButton_clicked",
57 "on_notesTextEdit_textChanged",
58 "on_menuButton_clicked",
59 "on_actionCopyFullFilePath_triggered",
60 "on_actionOpenFolder_triggered",
61 "on_actionSetFileDate_triggered",
62 "on_filenameLabel_editingFinished",
63 "on_actionDisableProxy_triggered",
64 "on_actionMakeProxy_triggered",
65 "on_actionDeleteProxy_triggered",
66 "on_actionCopyHashCode_triggered",
67 "on_proxyButton_clicked"
68);
69#else // !QT_MOC_HAS_STRINGDATA
70#error "qtmochelpers.h not found or too old."
71#endif // !QT_MOC_HAS_STRINGDATA
72
73Q_CONSTINIT static const uint qt_meta_data_ZN19ImageProducerWidgetE[] = {
74
75 // content:
76 12, // revision
77 0, // classname
78 0, 0, // classinfo
79 23, 14, // methods
80 0, 0, // properties
81 0, 0, // enums/sets
82 0, 0, // constructors
83 0, // flags
84 3, // signalCount
85
86 // signals: name, argc, parameters, tag, flags, initial metatype offsets
87 1, 1, 152, 2, 0x06, 1 /* Public */,
88 4, 1, 155, 2, 0x06, 3 /* Public */,
89 6, 0, 158, 2, 0x06, 5 /* Public */,
90
91 // slots: name, argc, parameters, tag, flags, initial metatype offsets
92 7, 0, 159, 2, 0x0a, 6 /* Public */,
93 8, 0, 160, 2, 0x0a, 7 /* Public */,
94 9, 0, 161, 2, 0x08, 8 /* Private */,
95 10, 1, 162, 2, 0x08, 9 /* Private */,
96 11, 1, 165, 2, 0x08, 11 /* Private */,
97 12, 0, 168, 2, 0x08, 13 /* Private */,
98 13, 1, 169, 2, 0x08, 14 /* Private */,
99 15, 0, 172, 2, 0x08, 16 /* Private */,
100 16, 0, 173, 2, 0x08, 17 /* Private */,
101 17, 0, 174, 2, 0x08, 18 /* Private */,
102 18, 0, 175, 2, 0x08, 19 /* Private */,
103 19, 0, 176, 2, 0x08, 20 /* Private */,
104 20, 0, 177, 2, 0x08, 21 /* Private */,
105 21, 0, 178, 2, 0x08, 22 /* Private */,
106 22, 0, 179, 2, 0x08, 23 /* Private */,
107 23, 1, 180, 2, 0x08, 24 /* Private */,
108 24, 0, 183, 2, 0x08, 26 /* Private */,
109 25, 0, 184, 2, 0x08, 27 /* Private */,
110 26, 0, 185, 2, 0x08, 28 /* Private */,
111 27, 0, 186, 2, 0x08, 29 /* Private */,
112
113 // signals: parameters
114 QMetaType::Void, 0x80000000 | 3, 2,
115 QMetaType::Void, QMetaType::Bool, 5,
116 QMetaType::Void,
117
118 // slots: parameters
119 QMetaType::Void,
120 QMetaType::Void,
121 QMetaType::Void,
122 QMetaType::Void, QMetaType::Int, 2,
123 QMetaType::Void, QMetaType::Int, 2,
124 QMetaType::Void,
125 QMetaType::Void, QMetaType::Bool, 14,
126 QMetaType::Void,
127 QMetaType::Void,
128 QMetaType::Void,
129 QMetaType::Void,
130 QMetaType::Void,
131 QMetaType::Void,
132 QMetaType::Void,
133 QMetaType::Void,
134 QMetaType::Void, QMetaType::Bool, 14,
135 QMetaType::Void,
136 QMetaType::Void,
137 QMetaType::Void,
138 QMetaType::Void,
139
140 0 // eod
141};
142
143Q_CONSTINIT const QMetaObject ImageProducerWidget::staticMetaObject = { {
144 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
145 qt_meta_stringdata_ZN19ImageProducerWidgetE.offsetsAndSizes,
146 qt_meta_data_ZN19ImageProducerWidgetE,
147 qt_static_metacall,
148 nullptr,
149 qt_incomplete_metaTypeArray<qt_meta_tag_ZN19ImageProducerWidgetE_t,
150 // Q_OBJECT / Q_GADGET
151 QtPrivate::TypeAndForceComplete<ImageProducerWidget, std::true_type>,
152 // method 'producerChanged'
153 QtPrivate::TypeAndForceComplete<void, std::false_type>,
154 QtPrivate::TypeAndForceComplete<Mlt::Producer *, std::false_type>,
155 // method 'producerReopened'
156 QtPrivate::TypeAndForceComplete<void, std::false_type>,
157 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
158 // method 'modified'
159 QtPrivate::TypeAndForceComplete<void, std::false_type>,
160 // method 'updateDuration'
161 QtPrivate::TypeAndForceComplete<void, std::false_type>,
162 // method 'rename'
163 QtPrivate::TypeAndForceComplete<void, std::false_type>,
164 // method 'on_resetButton_clicked'
165 QtPrivate::TypeAndForceComplete<void, std::false_type>,
166 // method 'on_aspectNumSpinBox_valueChanged'
167 QtPrivate::TypeAndForceComplete<void, std::false_type>,
168 QtPrivate::TypeAndForceComplete<int, std::false_type>,
169 // method 'on_aspectDenSpinBox_valueChanged'
170 QtPrivate::TypeAndForceComplete<void, std::false_type>,
171 QtPrivate::TypeAndForceComplete<int, std::false_type>,
172 // method 'on_durationSpinBox_editingFinished'
173 QtPrivate::TypeAndForceComplete<void, std::false_type>,
174 // method 'on_sequenceCheckBox_clicked'
175 QtPrivate::TypeAndForceComplete<void, std::false_type>,
176 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
177 // method 'on_repeatSpinBox_editingFinished'
178 QtPrivate::TypeAndForceComplete<void, std::false_type>,
179 // method 'on_defaultDurationButton_clicked'
180 QtPrivate::TypeAndForceComplete<void, std::false_type>,
181 // method 'on_notesTextEdit_textChanged'
182 QtPrivate::TypeAndForceComplete<void, std::false_type>,
183 // method 'on_menuButton_clicked'
184 QtPrivate::TypeAndForceComplete<void, std::false_type>,
185 // method 'on_actionCopyFullFilePath_triggered'
186 QtPrivate::TypeAndForceComplete<void, std::false_type>,
187 // method 'on_actionOpenFolder_triggered'
188 QtPrivate::TypeAndForceComplete<void, std::false_type>,
189 // method 'on_actionSetFileDate_triggered'
190 QtPrivate::TypeAndForceComplete<void, std::false_type>,
191 // method 'on_filenameLabel_editingFinished'
192 QtPrivate::TypeAndForceComplete<void, std::false_type>,
193 // method 'on_actionDisableProxy_triggered'
194 QtPrivate::TypeAndForceComplete<void, std::false_type>,
195 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
196 // method 'on_actionMakeProxy_triggered'
197 QtPrivate::TypeAndForceComplete<void, std::false_type>,
198 // method 'on_actionDeleteProxy_triggered'
199 QtPrivate::TypeAndForceComplete<void, std::false_type>,
200 // method 'on_actionCopyHashCode_triggered'
201 QtPrivate::TypeAndForceComplete<void, std::false_type>,
202 // method 'on_proxyButton_clicked'
203 QtPrivate::TypeAndForceComplete<void, std::false_type>
204 >,
205 nullptr
206} };
207
208void ImageProducerWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
209{
210 auto *_t = static_cast<ImageProducerWidget *>(_o);
211 if (_c == QMetaObject::InvokeMetaMethod) {
212 switch (_id) {
213 case 0: _t->producerChanged((*reinterpret_cast< std::add_pointer_t<Mlt::Producer*>>(_a[1]))); break;
214 case 1: _t->producerReopened((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
215 case 2: _t->modified(); break;
216 case 3: _t->updateDuration(); break;
217 case 4: _t->rename(); break;
218 case 5: _t->on_resetButton_clicked(); break;
219 case 6: _t->on_aspectNumSpinBox_valueChanged((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
220 case 7: _t->on_aspectDenSpinBox_valueChanged((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
221 case 8: _t->on_durationSpinBox_editingFinished(); break;
222 case 9: _t->on_sequenceCheckBox_clicked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
223 case 10: _t->on_repeatSpinBox_editingFinished(); break;
224 case 11: _t->on_defaultDurationButton_clicked(); break;
225 case 12: _t->on_notesTextEdit_textChanged(); break;
226 case 13: _t->on_menuButton_clicked(); break;
227 case 14: _t->on_actionCopyFullFilePath_triggered(); break;
228 case 15: _t->on_actionOpenFolder_triggered(); break;
229 case 16: _t->on_actionSetFileDate_triggered(); break;
230 case 17: _t->on_filenameLabel_editingFinished(); break;
231 case 18: _t->on_actionDisableProxy_triggered((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
232 case 19: _t->on_actionMakeProxy_triggered(); break;
233 case 20: _t->on_actionDeleteProxy_triggered(); break;
234 case 21: _t->on_actionCopyHashCode_triggered(); break;
235 case 22: _t->on_proxyButton_clicked(); break;
236 default: ;
237 }
238 }
239 if (_c == QMetaObject::IndexOfMethod) {
240 int *result = reinterpret_cast<int *>(_a[0]);
241 {
242 using _q_method_type = void (ImageProducerWidget::*)(Mlt::Producer * );
243 if (_q_method_type _q_method = &ImageProducerWidget::producerChanged; *reinterpret_cast<_q_method_type *>(_a[1]) == _q_method) {
244 *result = 0;
245 return;
246 }
247 }
248 {
249 using _q_method_type = void (ImageProducerWidget::*)(bool );
250 if (_q_method_type _q_method = &ImageProducerWidget::producerReopened; *reinterpret_cast<_q_method_type *>(_a[1]) == _q_method) {
251 *result = 1;
252 return;
253 }
254 }
255 {
256 using _q_method_type = void (ImageProducerWidget::*)();
257 if (_q_method_type _q_method = &ImageProducerWidget::modified; *reinterpret_cast<_q_method_type *>(_a[1]) == _q_method) {
258 *result = 2;
259 return;
260 }
261 }
262 }
263}
264
265const QMetaObject *ImageProducerWidget::metaObject() const
266{
267 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
268}
269
270void *ImageProducerWidget::qt_metacast(const char *_clname)
271{
272 if (!_clname) return nullptr;
273 if (!strcmp(_clname, qt_meta_stringdata_ZN19ImageProducerWidgetE.stringdata0))
274 return static_cast<void*>(this);
275 if (!strcmp(_clname, "AbstractProducerWidget"))
276 return static_cast< AbstractProducerWidget*>(this);
277 return QWidget::qt_metacast(_clname);
278}
279
280int ImageProducerWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
281{
282 _id = QWidget::qt_metacall(_c, _id, _a);
283 if (_id < 0)
284 return _id;
285 if (_c == QMetaObject::InvokeMetaMethod) {
286 if (_id < 23)
287 qt_static_metacall(this, _c, _id, _a);
288 _id -= 23;
289 }
290 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
291 if (_id < 23)
292 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
293 _id -= 23;
294 }
295 return _id;
296}
297
298// SIGNAL 0
299void ImageProducerWidget::producerChanged(Mlt::Producer * _t1)
300{
301 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
302 QMetaObject::activate(this, &staticMetaObject, 0, _a);
303}
304
305// SIGNAL 1
306void ImageProducerWidget::producerReopened(bool _t1)
307{
308 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
309 QMetaObject::activate(this, &staticMetaObject, 1, _a);
310}
311
312// SIGNAL 2
313void ImageProducerWidget::modified()
314{
315 QMetaObject::activate(this, &staticMetaObject, 2, nullptr);
316}
317QT_WARNING_POP