9#include "../../../../src/qmltypes/qmlmetadata.h"
10#include <QtCore/qmetatype.h>
11#include <QtCore/QList>
13#include <QtCore/qtmochelpers.h>
18#include <QtCore/qxptype_traits.h>
19#if !defined(Q_MOC_OUTPUT_REVISION)
20#error "The header file 'qmlmetadata.h' doesn't include <QObject>."
21#elif Q_MOC_OUTPUT_REVISION != 68
22#error "This file was generated using the moc from 6.7.2. It"
23#error "cannot be used with the include files from this version of Qt."
24#error "(The moc has changed too much.)"
32QT_WARNING_DISABLE_DEPRECATED
33QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
36#ifdef QT_MOC_HAS_STRINGDATA
37struct qt_meta_stringdata_CLASSQmlKeyframesParameterENDCLASS_t {};
38constexpr auto qt_meta_stringdata_CLASSQmlKeyframesParameterENDCLASS = QtMocHelpers::stringData(
39 "QmlKeyframesParameter",
57#error "qtmochelpers.h not found or too old."
61Q_CONSTINIT
static const uint qt_meta_data_CLASSQmlKeyframesParameterENDCLASS[] = {
75 1, 0, 20, 2, 0x06, 12 ,
81 3, 0x80000000 | 4, 0x0001500b, uint(0), 0,
82 5, QMetaType::QString, 0x00015003, uint(0), 0,
83 6, QMetaType::QString, 0x00015003, uint(0), 0,
84 7, QMetaType::QStringList, 0x00015003, uint(0), 0,
85 8, QMetaType::Bool, 0x00015003, uint(0), 0,
86 9, QMetaType::Double, 0x00015003, uint(0), 0,
87 10, QMetaType::Double, 0x00015003, uint(0), 0,
88 11, QMetaType::QString, 0x00015003, uint(0), 0,
89 12, QMetaType::Bool, 0x00015003, uint(0), 0,
90 13, QMetaType::Bool, 0x00015003, uint(0), 0,
96 14, uint(QmlKeyframesParameter::MinMax),
97 15, uint(QmlKeyframesParameter::ClipLength),
102Q_CONSTINIT
const QMetaObject QmlKeyframesParameter::staticMetaObject = { {
103 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
104 qt_meta_stringdata_CLASSQmlKeyframesParameterENDCLASS.offsetsAndSizes,
105 qt_meta_data_CLASSQmlKeyframesParameterENDCLASS,
108 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSQmlKeyframesParameterENDCLASS_t,
110 QtPrivate::TypeAndForceComplete<RangeType, std::true_type>,
112 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
114 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
116 QtPrivate::TypeAndForceComplete<QStringList, std::true_type>,
118 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
120 QtPrivate::TypeAndForceComplete<double, std::true_type>,
122 QtPrivate::TypeAndForceComplete<double, std::true_type>,
124 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
126 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
128 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
130 QtPrivate::TypeAndForceComplete<QmlKeyframesParameter::RangeType, std::true_type>,
132 QtPrivate::TypeAndForceComplete<QmlKeyframesParameter, std::true_type>,
134 QtPrivate::TypeAndForceComplete<void, std::false_type>
139void QmlKeyframesParameter::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
141 if (_c == QMetaObject::InvokeMetaMethod) {
142 auto *_t =
static_cast<QmlKeyframesParameter *
>(_o);
145 case 0: _t->changed();
break;
148 }
else if (_c == QMetaObject::IndexOfMethod) {
149 int *result =
reinterpret_cast<int *
>(_a[0]);
151 using _t = void (QmlKeyframesParameter::*)();
152 if (_t _q_method = &QmlKeyframesParameter::changed; *
reinterpret_cast<_t *
>(_a[1]) == _q_method) {
157 }
else if (_c == QMetaObject::ReadProperty) {
158 auto *_t =
static_cast<QmlKeyframesParameter *
>(_o);
162 case 0: *
reinterpret_cast< RangeType*
>(_v) = _t->m_rangeType;
break;
163 case 1: *
reinterpret_cast< QString*
>(_v) = _t->m_name;
break;
164 case 2: *
reinterpret_cast< QString*
>(_v) = _t->m_property;
break;
165 case 3: *
reinterpret_cast< QStringList*
>(_v) = _t->m_gangedProperties;
break;
166 case 4: *
reinterpret_cast< bool*
>(_v) = _t->m_isCurve;
break;
167 case 5: *
reinterpret_cast< double*
>(_v) = _t->m_minimum;
break;
168 case 6: *
reinterpret_cast< double*
>(_v) = _t->m_maximum;
break;
169 case 7: *
reinterpret_cast< QString*
>(_v) = _t->m_units;
break;
170 case 8: *
reinterpret_cast< bool*
>(_v) = _t->m_isRectangle;
break;
171 case 9: *
reinterpret_cast< bool*
>(_v) = _t->m_isColor;
break;
174 }
else if (_c == QMetaObject::WriteProperty) {
175 auto *_t =
static_cast<QmlKeyframesParameter *
>(_o);
180 if (_t->m_rangeType != *
reinterpret_cast< RangeType*
>(_v)) {
181 _t->m_rangeType = *
reinterpret_cast< RangeType*
>(_v);
182 Q_EMIT _t->changed();
186 if (_t->m_name != *
reinterpret_cast< QString*
>(_v)) {
187 _t->m_name = *
reinterpret_cast< QString*
>(_v);
188 Q_EMIT _t->changed();
192 if (_t->m_property != *
reinterpret_cast< QString*
>(_v)) {
193 _t->m_property = *
reinterpret_cast< QString*
>(_v);
194 Q_EMIT _t->changed();
198 if (_t->m_gangedProperties != *
reinterpret_cast< QStringList*
>(_v)) {
199 _t->m_gangedProperties = *
reinterpret_cast< QStringList*
>(_v);
200 Q_EMIT _t->changed();
204 if (_t->m_isCurve != *
reinterpret_cast< bool*
>(_v)) {
205 _t->m_isCurve = *
reinterpret_cast< bool*
>(_v);
206 Q_EMIT _t->changed();
210 if (_t->m_minimum != *
reinterpret_cast< double*
>(_v)) {
211 _t->m_minimum = *
reinterpret_cast< double*
>(_v);
212 Q_EMIT _t->changed();
216 if (_t->m_maximum != *
reinterpret_cast< double*
>(_v)) {
217 _t->m_maximum = *
reinterpret_cast< double*
>(_v);
218 Q_EMIT _t->changed();
222 if (_t->m_units != *
reinterpret_cast< QString*
>(_v)) {
223 _t->m_units = *
reinterpret_cast< QString*
>(_v);
224 Q_EMIT _t->changed();
228 if (_t->m_isRectangle != *
reinterpret_cast< bool*
>(_v)) {
229 _t->m_isRectangle = *
reinterpret_cast< bool*
>(_v);
230 Q_EMIT _t->changed();
234 if (_t->m_isColor != *
reinterpret_cast< bool*
>(_v)) {
235 _t->m_isColor = *
reinterpret_cast< bool*
>(_v);
236 Q_EMIT _t->changed();
241 }
else if (_c == QMetaObject::ResetProperty) {
242 }
else if (_c == QMetaObject::BindableProperty) {
247const QMetaObject *QmlKeyframesParameter::metaObject()
const
249 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
252void *QmlKeyframesParameter::qt_metacast(
const char *_clname)
254 if (!_clname)
return nullptr;
255 if (!strcmp(_clname, qt_meta_stringdata_CLASSQmlKeyframesParameterENDCLASS.stringdata0))
256 return static_cast<void*
>(
this);
257 return QObject::qt_metacast(_clname);
260int QmlKeyframesParameter::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
262 _id = QObject::qt_metacall(_c, _id, _a);
265 if (_c == QMetaObject::InvokeMetaMethod) {
267 qt_static_metacall(
this, _c, _id, _a);
269 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
271 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
273 }
else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
274 || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty
275 || _c == QMetaObject::RegisterPropertyMetaType) {
276 qt_static_metacall(
this, _c, _id, _a);
283void QmlKeyframesParameter::changed()
285 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
289#ifdef QT_MOC_HAS_STRINGDATA
290struct qt_meta_stringdata_CLASSQmlKeyframesMetadataENDCLASS_t {};
291constexpr auto qt_meta_stringdata_CLASSQmlKeyframesMetadataENDCLASS = QtMocHelpers::stringData(
292 "QmlKeyframesMetadata",
296 "QmlKeyframesParameter*",
302 "QQmlListProperty<QmlKeyframesParameter>",
309#error "qtmochelpers.h not found or too old."
313Q_CONSTINIT
static const uint qt_meta_data_CLASSQmlKeyframesMetadataENDCLASS[] = {
327 1, 0, 26, 2, 0x06, 9 ,
330 3, 1, 27, 2, 0x102, 10 ,
336 0x80000000 | 4, QMetaType::QString, 5,
339 6, QMetaType::Bool, 0x00015003, uint(0), 0,
340 7, QMetaType::Bool, 0x00015003, uint(0), 0,
341 8, QMetaType::Bool, 0x00015003, uint(0), 0,
342 9, 0x80000000 | 10, 0x00015009, uint(0), 0,
343 11, QMetaType::QStringList, 0x00015003, uint(0), 0,
344 12, QMetaType::QString, 0x00015003, uint(0), 0,
345 13, QMetaType::Bool, 0x00015003, uint(0), 0,
346 14, QMetaType::Bool, 0x00015003, uint(0), 0,
351Q_CONSTINIT
const QMetaObject QmlKeyframesMetadata::staticMetaObject = { {
352 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
353 qt_meta_stringdata_CLASSQmlKeyframesMetadataENDCLASS.offsetsAndSizes,
354 qt_meta_data_CLASSQmlKeyframesMetadataENDCLASS,
357 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSQmlKeyframesMetadataENDCLASS_t,
359 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
361 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
363 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
365 QtPrivate::TypeAndForceComplete<QQmlListProperty<QmlKeyframesParameter>, std::true_type>,
367 QtPrivate::TypeAndForceComplete<QList<QString>, std::true_type>,
369 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
371 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
373 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
375 QtPrivate::TypeAndForceComplete<QmlKeyframesMetadata, std::true_type>,
377 QtPrivate::TypeAndForceComplete<void, std::false_type>,
379 QtPrivate::TypeAndForceComplete<QmlKeyframesParameter *, std::false_type>,
380 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
385void QmlKeyframesMetadata::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
387 if (_c == QMetaObject::InvokeMetaMethod) {
388 auto *_t =
static_cast<QmlKeyframesMetadata *
>(_o);
391 case 0: _t->changed();
break;
392 case 1: { QmlKeyframesParameter* _r = _t->parameter((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
393 if (_a[0]) *
reinterpret_cast< QmlKeyframesParameter**
>(_a[0]) = std::move(_r); }
break;
396 }
else if (_c == QMetaObject::IndexOfMethod) {
397 int *result =
reinterpret_cast<int *
>(_a[0]);
399 using _t = void (QmlKeyframesMetadata::*)();
400 if (_t _q_method = &QmlKeyframesMetadata::changed; *
reinterpret_cast<_t *
>(_a[1]) == _q_method) {
405 }
else if (_c == QMetaObject::ReadProperty) {
406 auto *_t =
static_cast<QmlKeyframesMetadata *
>(_o);
410 case 0: *
reinterpret_cast< bool*
>(_v) = _t->m_allowTrim;
break;
411 case 1: *
reinterpret_cast< bool*
>(_v) = _t->m_allowAnimateIn;
break;
412 case 2: *
reinterpret_cast< bool*
>(_v) = _t->m_allowAnimateOut;
break;
413 case 3: *
reinterpret_cast< QQmlListProperty<QmlKeyframesParameter>*
>(_v) = _t->parameters();
break;
414 case 4: *
reinterpret_cast< QList<QString>*
>(_v) = _t->m_simpleProperties;
break;
415 case 5: *
reinterpret_cast< QString*
>(_v) = _t->m_minimumVersion;
break;
416 case 6: *
reinterpret_cast< bool*
>(_v) = _t->m_enabled;
break;
417 case 7: *
reinterpret_cast< bool*
>(_v) = _t->m_allowOvershoot;
break;
420 }
else if (_c == QMetaObject::WriteProperty) {
421 auto *_t =
static_cast<QmlKeyframesMetadata *
>(_o);
426 if (_t->m_allowTrim != *
reinterpret_cast< bool*
>(_v)) {
427 _t->m_allowTrim = *
reinterpret_cast< bool*
>(_v);
428 Q_EMIT _t->changed();
432 if (_t->m_allowAnimateIn != *
reinterpret_cast< bool*
>(_v)) {
433 _t->m_allowAnimateIn = *
reinterpret_cast< bool*
>(_v);
434 Q_EMIT _t->changed();
438 if (_t->m_allowAnimateOut != *
reinterpret_cast< bool*
>(_v)) {
439 _t->m_allowAnimateOut = *
reinterpret_cast< bool*
>(_v);
440 Q_EMIT _t->changed();
444 if (_t->m_simpleProperties != *
reinterpret_cast< QList<QString>*
>(_v)) {
445 _t->m_simpleProperties = *
reinterpret_cast< QList<QString>*
>(_v);
446 Q_EMIT _t->changed();
450 if (_t->m_minimumVersion != *
reinterpret_cast< QString*
>(_v)) {
451 _t->m_minimumVersion = *
reinterpret_cast< QString*
>(_v);
452 Q_EMIT _t->changed();
456 if (_t->m_enabled != *
reinterpret_cast< bool*
>(_v)) {
457 _t->m_enabled = *
reinterpret_cast< bool*
>(_v);
458 Q_EMIT _t->changed();
462 if (_t->m_allowOvershoot != *
reinterpret_cast< bool*
>(_v)) {
463 _t->m_allowOvershoot = *
reinterpret_cast< bool*
>(_v);
464 Q_EMIT _t->changed();
469 }
else if (_c == QMetaObject::ResetProperty) {
470 }
else if (_c == QMetaObject::BindableProperty) {
474const QMetaObject *QmlKeyframesMetadata::metaObject()
const
476 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
479void *QmlKeyframesMetadata::qt_metacast(
const char *_clname)
481 if (!_clname)
return nullptr;
482 if (!strcmp(_clname, qt_meta_stringdata_CLASSQmlKeyframesMetadataENDCLASS.stringdata0))
483 return static_cast<void*
>(
this);
484 return QObject::qt_metacast(_clname);
487int QmlKeyframesMetadata::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
489 _id = QObject::qt_metacall(_c, _id, _a);
492 if (_c == QMetaObject::InvokeMetaMethod) {
494 qt_static_metacall(
this, _c, _id, _a);
496 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
498 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
500 }
else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
501 || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty
502 || _c == QMetaObject::RegisterPropertyMetaType) {
503 qt_static_metacall(
this, _c, _id, _a);
510void QmlKeyframesMetadata::changed()
512 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
516#ifdef QT_MOC_HAS_STRINGDATA
517struct qt_meta_stringdata_CLASSQmlMetadataENDCLASS_t {};
518constexpr auto qt_meta_stringdata_CLASSQmlMetadataENDCLASS = QtMocHelpers::stringData(
541 "QmlKeyframesMetadata*",
554#error "qtmochelpers.h not found or too old."
558Q_CONSTINIT
static const uint qt_meta_data_CLASSQmlMetadataENDCLASS[] = {
572 1, 0, 20, 2, 0x06, 25 ,
578 3, 0x80000000 | 4, 0x0001510b, uint(0), 0,
579 5, QMetaType::QString, 0x00015103, uint(0), 0,
580 6, QMetaType::QString, 0x00015003, uint(0), 0,
581 7, QMetaType::Bool, 0x00015103, uint(0), 0,
582 8, QMetaType::QString, 0x00015003, uint(0), 0,
583 9, QMetaType::QString, 0x00015003, uint(0), 0,
584 10, QMetaType::QUrl, 0x00015001, uint(0), 0,
585 11, QMetaType::QUrl, 0x00015001, uint(0), 0,
586 12, QMetaType::Bool, 0x00015103, uint(0), 0,
587 13, QMetaType::Bool, 0x00015103, uint(0), 0,
588 14, QMetaType::Bool, 0x00015103, uint(0), 0,
589 15, QMetaType::QString, 0x00015103, uint(0), 0,
590 16, QMetaType::Bool, 0x00015103, uint(0), 0,
591 17, QMetaType::Bool, 0x00015103, uint(0), 0,
592 18, QMetaType::Bool, 0x00015103, uint(0), 0,
593 19, QMetaType::Bool, 0x00015103, uint(0), 0,
594 20, QMetaType::Bool, 0x00015103, uint(0), 0,
595 21, 0x80000000 | 22, 0x00015009, uint(0), 0,
596 23, QMetaType::Bool, 0x00015103, uint(0), 0,
597 24, QMetaType::QString, 0x00015003, uint(0), 0,
598 25, QMetaType::QString, 0x00015003, uint(0), 0,
599 26, QMetaType::QString, 0x00015003, uint(0), 0,
600 27, QMetaType::Bool, 0x00015003, uint(0), 0,
606 28, uint(QmlMetadata::Filter),
607 29, uint(QmlMetadata::Producer),
608 30, uint(QmlMetadata::Transition),
609 31, uint(QmlMetadata::Link),
610 32, uint(QmlMetadata::FilterSet),
615Q_CONSTINIT
const QMetaObject QmlMetadata::staticMetaObject = { {
616 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
617 qt_meta_stringdata_CLASSQmlMetadataENDCLASS.offsetsAndSizes,
618 qt_meta_data_CLASSQmlMetadataENDCLASS,
621 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSQmlMetadataENDCLASS_t,
623 QtPrivate::TypeAndForceComplete<PluginType, std::true_type>,
625 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
627 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
629 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
631 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
633 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
635 QtPrivate::TypeAndForceComplete<QUrl, std::true_type>,
637 QtPrivate::TypeAndForceComplete<QUrl, std::true_type>,
639 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
641 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
643 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
645 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
647 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
649 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
651 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
653 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
655 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
657 QtPrivate::TypeAndForceComplete<QmlKeyframesMetadata*, std::true_type>,
659 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
661 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
663 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
665 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
667 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
669 QtPrivate::TypeAndForceComplete<QmlMetadata::PluginType, std::true_type>,
671 QtPrivate::TypeAndForceComplete<QmlMetadata, std::true_type>,
673 QtPrivate::TypeAndForceComplete<void, std::false_type>
678void QmlMetadata::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
680 if (_c == QMetaObject::InvokeMetaMethod) {
681 auto *_t =
static_cast<QmlMetadata *
>(_o);
684 case 0: _t->changed();
break;
687 }
else if (_c == QMetaObject::IndexOfMethod) {
688 int *result =
reinterpret_cast<int *
>(_a[0]);
690 using _t = void (QmlMetadata::*)();
691 if (_t _q_method = &QmlMetadata::changed; *
reinterpret_cast<_t *
>(_a[1]) == _q_method) {
696 }
else if (_c == QMetaObject::RegisterPropertyMetaType) {
698 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
700 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< QmlKeyframesMetadata* >();
break;
702 }
else if (_c == QMetaObject::ReadProperty) {
703 auto *_t =
static_cast<QmlMetadata *
>(_o);
707 case 0: *
reinterpret_cast< PluginType*
>(_v) = _t->type();
break;
708 case 1: *
reinterpret_cast< QString*
>(_v) = _t->name();
break;
709 case 2: *
reinterpret_cast< QString*
>(_v) = _t->mlt_service();
break;
710 case 3: *
reinterpret_cast< bool*
>(_v) = _t->needsGPU();
break;
711 case 4: *
reinterpret_cast< QString*
>(_v) = _t->qmlFileName();
break;
712 case 5: *
reinterpret_cast< QString*
>(_v) = _t->vuiFileName();
break;
713 case 6: *
reinterpret_cast< QUrl*
>(_v) = _t->qmlFilePath();
break;
714 case 7: *
reinterpret_cast< QUrl*
>(_v) = _t->vuiFilePath();
break;
715 case 8: *
reinterpret_cast< bool*
>(_v) = _t->isAudio();
break;
716 case 9: *
reinterpret_cast< bool*
>(_v) = _t->isHidden();
break;
717 case 10: *
reinterpret_cast< bool*
>(_v) = _t->isFavorite();
break;
718 case 11: *
reinterpret_cast< QString*
>(_v) = _t->gpuAlt();
break;
719 case 12: *
reinterpret_cast< bool*
>(_v) = _t->allowMultiple();
break;
720 case 13: *
reinterpret_cast< bool*
>(_v) = _t->isClipOnly();
break;
721 case 14: *
reinterpret_cast< bool*
>(_v) = _t->isTrackOnly();
break;
722 case 15: *
reinterpret_cast< bool*
>(_v) = _t->isOutputOnly();
break;
723 case 16: *
reinterpret_cast< bool*
>(_v) = _t->isGpuCompatible();
break;
724 case 17: *
reinterpret_cast< QmlKeyframesMetadata**
>(_v) = _t->keyframes();
break;
725 case 18: *
reinterpret_cast< bool*
>(_v) = _t->isDeprecated();
break;
726 case 19: *
reinterpret_cast< QString*
>(_v) = _t->m_minimumVersion;
break;
727 case 20: *
reinterpret_cast< QString*
>(_v) = _t->m_keywords;
break;
728 case 21: *
reinterpret_cast< QString*
>(_v) = _t->iconFilePath();
break;
729 case 22: *
reinterpret_cast< bool*
>(_v) = _t->m_seekReverse;
break;
732 }
else if (_c == QMetaObject::WriteProperty) {
733 auto *_t =
static_cast<QmlMetadata *
>(_o);
737 case 0: _t->setType(*
reinterpret_cast< PluginType*
>(_v));
break;
738 case 1: _t->setName(*
reinterpret_cast< QString*
>(_v));
break;
739 case 2: _t->set_mlt_service(*
reinterpret_cast< QString*
>(_v));
break;
740 case 3: _t->setNeedsGPU(*
reinterpret_cast< bool*
>(_v));
break;
741 case 4: _t->setQmlFileName(*
reinterpret_cast< QString*
>(_v));
break;
742 case 5: _t->setVuiFileName(*
reinterpret_cast< QString*
>(_v));
break;
743 case 8: _t->setIsAudio(*
reinterpret_cast< bool*
>(_v));
break;
744 case 9: _t->setIsHidden(*
reinterpret_cast< bool*
>(_v));
break;
745 case 10: _t->setIsFavorite(*
reinterpret_cast< bool*
>(_v));
break;
746 case 11: _t->setGpuAlt(*
reinterpret_cast< QString*
>(_v));
break;
747 case 12: _t->setAllowMultiple(*
reinterpret_cast< bool*
>(_v));
break;
748 case 13: _t->setIsClipOnly(*
reinterpret_cast< bool*
>(_v));
break;
749 case 14: _t->setIsTrackOnly(*
reinterpret_cast< bool*
>(_v));
break;
750 case 15: _t->setIsOutputOnly(*
reinterpret_cast< bool*
>(_v));
break;
751 case 16: _t->setIsGpuCompatible(*
reinterpret_cast< bool*
>(_v));
break;
752 case 18: _t->setIsDeprecated(*
reinterpret_cast< bool*
>(_v));
break;
754 if (_t->m_minimumVersion != *
reinterpret_cast< QString*
>(_v)) {
755 _t->m_minimumVersion = *
reinterpret_cast< QString*
>(_v);
756 Q_EMIT _t->changed();
760 if (_t->m_keywords != *
reinterpret_cast< QString*
>(_v)) {
761 _t->m_keywords = *
reinterpret_cast< QString*
>(_v);
762 Q_EMIT _t->changed();
765 case 21: _t->setIconFileName(*
reinterpret_cast< QString*
>(_v));
break;
767 if (_t->m_seekReverse != *
reinterpret_cast< bool*
>(_v)) {
768 _t->m_seekReverse = *
reinterpret_cast< bool*
>(_v);
769 Q_EMIT _t->changed();
774 }
else if (_c == QMetaObject::ResetProperty) {
775 }
else if (_c == QMetaObject::BindableProperty) {
779const QMetaObject *QmlMetadata::metaObject()
const
781 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
784void *QmlMetadata::qt_metacast(
const char *_clname)
786 if (!_clname)
return nullptr;
787 if (!strcmp(_clname, qt_meta_stringdata_CLASSQmlMetadataENDCLASS.stringdata0))
788 return static_cast<void*
>(
this);
789 return QObject::qt_metacast(_clname);
792int QmlMetadata::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
794 _id = QObject::qt_metacall(_c, _id, _a);
797 if (_c == QMetaObject::InvokeMetaMethod) {
799 qt_static_metacall(
this, _c, _id, _a);
801 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
803 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
805 }
else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
806 || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty
807 || _c == QMetaObject::RegisterPropertyMetaType) {
808 qt_static_metacall(
this, _c, _id, _a);
815void QmlMetadata::changed()
817 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);