9#include "../../../../src/qmltypes/qmlapplication.h"
10#include <QtCore/qmetatype.h>
12#include <QtCore/qtmochelpers.h>
17#include <QtCore/qxptype_traits.h>
18#if !defined(Q_MOC_OUTPUT_REVISION)
19#error "The header file 'qmlapplication.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.9.0. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
34struct qt_meta_tag_ZN14QmlApplicationE_t {};
37template <>
constexpr inline auto QmlApplication::qt_create_metaobjectdata<qt_meta_tag_ZN14QmlApplicationE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
60 "confirmOutputFilter",
75 "hasFiltersOnClipboard",
81 QtMocHelpers::UintData qt_methods {
83 QtMocHelpers::SignalData<void()>(1, 2, QMC::AccessPublic, QMetaType::Void),
85 QtMocHelpers::SignalData<void()>(3, 2, QMC::AccessPublic, QMetaType::Void),
87 QtMocHelpers::SignalData<void(Mlt::Producer *)>(4, 2, QMC::AccessPublic, QMetaType::Void, {{
88 { 0x80000000 | 5, 2 },
91 QtMocHelpers::MethodData<
void()>(6, 2, QMC::AccessPublic, QMetaType::Void),
93 QtMocHelpers::MethodData<
void()>(7, 2, QMC::AccessPublic, QMetaType::Void),
95 QtMocHelpers::MethodData<
void()>(8, 2, QMC::AccessPublic, QMetaType::Void),
97 QtMocHelpers::MethodData<QString(
int)>(9, 2, QMC::AccessPublic, QMetaType::QString, {{
98 { QMetaType::Int, 10 },
101 QtMocHelpers::MethodData<QString(
int)>(11, 2, QMC::AccessPublic, QMetaType::QString, {{
102 { QMetaType::Int, 10 },
105 QtMocHelpers::MethodData<
int()>(12, 2, QMC::AccessPublic, QMetaType::Int),
107 QtMocHelpers::MethodData<QString(
const QString &)>(13, 2, QMC::AccessPublic, QMetaType::QString, {{
108 { QMetaType::QString, 14 },
111 QtMocHelpers::MethodData<
bool()>(15, 2, QMC::AccessPublic, QMetaType::Bool),
113 QtMocHelpers::MethodData<
void(
const QString &,
int)>(16, 2, QMC::AccessPublic, QMetaType::Void, {{
114 { QMetaType::QString, 17 }, { QMetaType::Int, 18 },
117 QtMocHelpers::MethodData<
void(
const QString &)>(16, 2, QMC::AccessPublic | QMC::MethodCloned, QMetaType::Void, {{
118 { QMetaType::QString, 17 },
121 QtMocHelpers::MethodData<
bool()>(19, 2, QMC::AccessPublic, QMetaType::Bool),
123 QtMocHelpers::MethodData<QColor(QString)>(20, 2, QMC::AccessPublic, QMetaType::QColor, {{
124 { QMetaType::QString, 21 },
127 QtMocHelpers::MethodData<
bool(
const QString &)>(22, 2, QMC::AccessPublic, QMetaType::Bool, {{
128 { QMetaType::QString, 23 },
131 QtMocHelpers::MethodData<
bool(
const QRectF &,
const QRectF &)>(24, 2, QMC::AccessPublic, QMetaType::Bool, {{
132 { QMetaType::QRectF, 25 }, { QMetaType::QRectF, 26 },
135 QtMocHelpers::UintData qt_properties {
137 QtMocHelpers::PropertyData<Qt::WindowModality>(27, 0x80000000 | 28, QMC::DefaultPropertyFlags | QMC::EnumOrFlag | QMC::Constant),
139 QtMocHelpers::PropertyData<QPoint>(29, QMetaType::QPoint, QMC::DefaultPropertyFlags),
141 QtMocHelpers::PropertyData<QColor>(30, QMetaType::QColor, QMC::DefaultPropertyFlags, 0),
143 QtMocHelpers::PropertyData<QColor>(31, QMetaType::QColor, QMC::DefaultPropertyFlags, 0),
145 QtMocHelpers::PropertyData<QString>(32, QMetaType::QString, QMC::DefaultPropertyFlags | QMC::Constant),
147 QtMocHelpers::PropertyData<QRect>(33, QMetaType::QRect, QMC::DefaultPropertyFlags),
149 QtMocHelpers::PropertyData<bool>(34, QMetaType::Bool, QMC::DefaultPropertyFlags, 1),
151 QtMocHelpers::PropertyData<qreal>(35, QMetaType::QReal, QMC::DefaultPropertyFlags | QMC::Constant),
153 QtMocHelpers::PropertyData<int>(36, QMetaType::Int, QMC::DefaultPropertyFlags | QMC::Constant),
155 QtMocHelpers::PropertyData<QStringList>(37, QMetaType::QStringList, QMC::DefaultPropertyFlags | QMC::Constant),
157 QtMocHelpers::UintData qt_enums {
159 return QtMocHelpers::metaObjectData<QmlApplication, qt_meta_tag_ZN14QmlApplicationE_t>(QMC::MetaObjectFlag{}, qt_stringData,
160 qt_methods, qt_properties, qt_enums);
162Q_CONSTINIT
const QMetaObject QmlApplication::staticMetaObject = { {
163 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
164 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN14QmlApplicationE_t>.stringdata,
165 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN14QmlApplicationE_t>.data,
168 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN14QmlApplicationE_t>.metaTypes,
172void QmlApplication::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
174 auto *_t =
static_cast<QmlApplication *
>(_o);
175 if (_c == QMetaObject::InvokeMetaMethod) {
177 case 0: _t->paletteChanged();
break;
178 case 1: _t->filtersCopied();
break;
179 case 2: _t->filtersPasted((*
reinterpret_cast< std::add_pointer_t<Mlt::Producer*>
>(_a[1])));
break;
180 case 3: _t->copyAllFilters();
break;
181 case 4: _t->copyEnabledFilters();
break;
182 case 5: _t->copyCurrentFilter();
break;
183 case 6: { QString _r = _t->clockFromFrames((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
184 if (_a[0]) *
reinterpret_cast< QString*
>(_a[0]) = std::move(_r); }
break;
185 case 7: { QString _r = _t->timeFromFrames((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
186 if (_a[0]) *
reinterpret_cast< QString*
>(_a[0]) = std::move(_r); }
break;
187 case 8: {
int _r = _t->audioChannels();
188 if (_a[0]) *
reinterpret_cast< int*
>(_a[0]) = std::move(_r); }
break;
189 case 9: { QString _r = _t->getNextProjectFile((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
190 if (_a[0]) *
reinterpret_cast< QString*
>(_a[0]) = std::move(_r); }
break;
191 case 10: {
bool _r = _t->isProjectFolder();
192 if (_a[0]) *
reinterpret_cast< bool*
>(_a[0]) = std::move(_r); }
break;
193 case 11: _t->showStatusMessage((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])),(*
reinterpret_cast< std::add_pointer_t<int>
>(_a[2])));
break;
194 case 12: _t->showStatusMessage((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
break;
195 case 13: {
bool _r = _t->confirmOutputFilter();
196 if (_a[0]) *
reinterpret_cast< bool*
>(_a[0]) = std::move(_r); }
break;
197 case 14: { QColor _r = _t->contrastingColor((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
198 if (_a[0]) *
reinterpret_cast< QColor*
>(_a[0]) = std::move(_r); }
break;
199 case 15: {
bool _r = _t->addWipe((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
200 if (_a[0]) *
reinterpret_cast< bool*
>(_a[0]) = std::move(_r); }
break;
201 case 16: {
bool _r = _t->intersects((*
reinterpret_cast< std::add_pointer_t<QRectF>
>(_a[1])),(*
reinterpret_cast< std::add_pointer_t<QRectF>
>(_a[2])));
202 if (_a[0]) *
reinterpret_cast< bool*
>(_a[0]) = std::move(_r); }
break;
206 if (_c == QMetaObject::IndexOfMethod) {
207 if (QtMocHelpers::indexOfMethod<
void (QmlApplication::*)()>(_a, &QmlApplication::paletteChanged, 0))
209 if (QtMocHelpers::indexOfMethod<
void (QmlApplication::*)()>(_a, &QmlApplication::filtersCopied, 1))
211 if (QtMocHelpers::indexOfMethod<
void (QmlApplication::*)(Mlt::Producer * )>(_a, &QmlApplication::filtersPasted, 2))
214 if (_c == QMetaObject::ReadProperty) {
217 case 0: *
reinterpret_cast<Qt::WindowModality*
>(_v) = _t->dialogModality();
break;
218 case 1: *
reinterpret_cast<QPoint*
>(_v) = _t->mousePos();
break;
219 case 2: *
reinterpret_cast<QColor*
>(_v) = _t->toolTipBaseColor();
break;
220 case 3: *
reinterpret_cast<QColor*
>(_v) = _t->toolTipTextColor();
break;
221 case 4: *
reinterpret_cast<QString*
>(_v) = _t->OS();
break;
222 case 5: *
reinterpret_cast<QRect*
>(_v) = _t->mainWinRect();
break;
223 case 6: *
reinterpret_cast<bool*
>(_v) = _t->hasFiltersOnClipboard();
break;
224 case 7: *
reinterpret_cast<qreal*
>(_v) = _t->devicePixelRatio();
break;
225 case 8: *
reinterpret_cast<int*
>(_v) = _t->maxTextureSize();
break;
226 case 9: *
reinterpret_cast<QStringList*
>(_v) = _t->wipes();
break;
232const QMetaObject *QmlApplication::metaObject()
const
234 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
237void *QmlApplication::qt_metacast(
const char *_clname)
239 if (!_clname)
return nullptr;
240 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN14QmlApplicationE_t>.strings))
241 return static_cast<void*
>(
this);
242 return QObject::qt_metacast(_clname);
245int QmlApplication::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
247 _id = QObject::qt_metacall(_c, _id, _a);
250 if (_c == QMetaObject::InvokeMetaMethod) {
252 qt_static_metacall(
this, _c, _id, _a);
255 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
257 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
260 if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
261 || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty
262 || _c == QMetaObject::RegisterPropertyMetaType) {
263 qt_static_metacall(
this, _c, _id, _a);
270void QmlApplication::paletteChanged()
272 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
276void QmlApplication::filtersCopied()
278 QMetaObject::activate(
this, &staticMetaObject, 1,
nullptr);
282void QmlApplication::filtersPasted(Mlt::Producer * _t1)
284 QMetaObject::activate<void>(
this, &staticMetaObject, 2,
nullptr, _t1);