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.0. 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(
540 "QmlKeyframesMetadata*",
553#error "qtmochelpers.h not found or too old."
557Q_CONSTINIT
static const uint qt_meta_data_CLASSQmlMetadataENDCLASS[] = {
571 1, 0, 20, 2, 0x06, 24 ,
577 3, 0x80000000 | 4, 0x0001510b, uint(0), 0,
578 5, QMetaType::QString, 0x00015103, uint(0), 0,
579 6, QMetaType::QString, 0x00015003, uint(0), 0,
580 7, QMetaType::Bool, 0x00015103, uint(0), 0,
581 8, QMetaType::QString, 0x00015003, uint(0), 0,
582 9, QMetaType::QString, 0x00015003, uint(0), 0,
583 10, QMetaType::QUrl, 0x00015001, uint(0), 0,
584 11, QMetaType::QUrl, 0x00015001, uint(0), 0,
585 12, QMetaType::Bool, 0x00015103, uint(0), 0,
586 13, QMetaType::Bool, 0x00015103, uint(0), 0,
587 14, QMetaType::Bool, 0x00015103, uint(0), 0,
588 15, QMetaType::QString, 0x00015103, uint(0), 0,
589 16, QMetaType::Bool, 0x00015103, uint(0), 0,
590 17, QMetaType::Bool, 0x00015103, uint(0), 0,
591 18, QMetaType::Bool, 0x00015103, uint(0), 0,
592 19, QMetaType::Bool, 0x00015103, uint(0), 0,
593 20, 0x80000000 | 21, 0x00015009, uint(0), 0,
594 22, QMetaType::Bool, 0x00015103, uint(0), 0,
595 23, QMetaType::QString, 0x00015003, uint(0), 0,
596 24, QMetaType::QString, 0x00015003, uint(0), 0,
597 25, QMetaType::QString, 0x00015003, uint(0), 0,
598 26, QMetaType::Bool, 0x00015003, uint(0), 0,
604 27, uint(QmlMetadata::Filter),
605 28, uint(QmlMetadata::Producer),
606 29, uint(QmlMetadata::Transition),
607 30, uint(QmlMetadata::Link),
608 31, uint(QmlMetadata::FilterSet),
613Q_CONSTINIT
const QMetaObject QmlMetadata::staticMetaObject = { {
614 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
615 qt_meta_stringdata_CLASSQmlMetadataENDCLASS.offsetsAndSizes,
616 qt_meta_data_CLASSQmlMetadataENDCLASS,
619 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSQmlMetadataENDCLASS_t,
621 QtPrivate::TypeAndForceComplete<PluginType, std::true_type>,
623 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
625 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
627 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
629 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
631 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
633 QtPrivate::TypeAndForceComplete<QUrl, std::true_type>,
635 QtPrivate::TypeAndForceComplete<QUrl, std::true_type>,
637 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
639 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
641 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
643 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
645 QtPrivate::TypeAndForceComplete<bool, 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<QmlKeyframesMetadata*, std::true_type>,
655 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
657 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
659 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
661 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
663 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
665 QtPrivate::TypeAndForceComplete<QmlMetadata::PluginType, std::true_type>,
667 QtPrivate::TypeAndForceComplete<QmlMetadata, std::true_type>,
669 QtPrivate::TypeAndForceComplete<void, std::false_type>
674void QmlMetadata::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
676 if (_c == QMetaObject::InvokeMetaMethod) {
677 auto *_t =
static_cast<QmlMetadata *
>(_o);
680 case 0: _t->changed();
break;
683 }
else if (_c == QMetaObject::IndexOfMethod) {
684 int *result =
reinterpret_cast<int *
>(_a[0]);
686 using _t = void (QmlMetadata::*)();
687 if (_t _q_method = &QmlMetadata::changed; *
reinterpret_cast<_t *
>(_a[1]) == _q_method) {
692 }
else if (_c == QMetaObject::RegisterPropertyMetaType) {
694 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
696 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< QmlKeyframesMetadata* >();
break;
698 }
else if (_c == QMetaObject::ReadProperty) {
699 auto *_t =
static_cast<QmlMetadata *
>(_o);
703 case 0: *
reinterpret_cast< PluginType*
>(_v) = _t->type();
break;
704 case 1: *
reinterpret_cast< QString*
>(_v) = _t->name();
break;
705 case 2: *
reinterpret_cast< QString*
>(_v) = _t->mlt_service();
break;
706 case 3: *
reinterpret_cast< bool*
>(_v) = _t->needsGPU();
break;
707 case 4: *
reinterpret_cast< QString*
>(_v) = _t->qmlFileName();
break;
708 case 5: *
reinterpret_cast< QString*
>(_v) = _t->vuiFileName();
break;
709 case 6: *
reinterpret_cast< QUrl*
>(_v) = _t->qmlFilePath();
break;
710 case 7: *
reinterpret_cast< QUrl*
>(_v) = _t->vuiFilePath();
break;
711 case 8: *
reinterpret_cast< bool*
>(_v) = _t->isAudio();
break;
712 case 9: *
reinterpret_cast< bool*
>(_v) = _t->isHidden();
break;
713 case 10: *
reinterpret_cast< bool*
>(_v) = _t->isFavorite();
break;
714 case 11: *
reinterpret_cast< QString*
>(_v) = _t->gpuAlt();
break;
715 case 12: *
reinterpret_cast< bool*
>(_v) = _t->allowMultiple();
break;
716 case 13: *
reinterpret_cast< bool*
>(_v) = _t->isClipOnly();
break;
717 case 14: *
reinterpret_cast< bool*
>(_v) = _t->isTrackOnly();
break;
718 case 15: *
reinterpret_cast< bool*
>(_v) = _t->isGpuCompatible();
break;
719 case 16: *
reinterpret_cast< QmlKeyframesMetadata**
>(_v) = _t->keyframes();
break;
720 case 17: *
reinterpret_cast< bool*
>(_v) = _t->isDeprecated();
break;
721 case 18: *
reinterpret_cast< QString*
>(_v) = _t->m_minimumVersion;
break;
722 case 19: *
reinterpret_cast< QString*
>(_v) = _t->m_keywords;
break;
723 case 20: *
reinterpret_cast< QString*
>(_v) = _t->iconFilePath();
break;
724 case 21: *
reinterpret_cast< bool*
>(_v) = _t->m_seekReverse;
break;
727 }
else if (_c == QMetaObject::WriteProperty) {
728 auto *_t =
static_cast<QmlMetadata *
>(_o);
732 case 0: _t->setType(*
reinterpret_cast< PluginType*
>(_v));
break;
733 case 1: _t->setName(*
reinterpret_cast< QString*
>(_v));
break;
734 case 2: _t->set_mlt_service(*
reinterpret_cast< QString*
>(_v));
break;
735 case 3: _t->setNeedsGPU(*
reinterpret_cast< bool*
>(_v));
break;
736 case 4: _t->setQmlFileName(*
reinterpret_cast< QString*
>(_v));
break;
737 case 5: _t->setVuiFileName(*
reinterpret_cast< QString*
>(_v));
break;
738 case 8: _t->setIsAudio(*
reinterpret_cast< bool*
>(_v));
break;
739 case 9: _t->setIsHidden(*
reinterpret_cast< bool*
>(_v));
break;
740 case 10: _t->setIsFavorite(*
reinterpret_cast< bool*
>(_v));
break;
741 case 11: _t->setGpuAlt(*
reinterpret_cast< QString*
>(_v));
break;
742 case 12: _t->setAllowMultiple(*
reinterpret_cast< bool*
>(_v));
break;
743 case 13: _t->setIsClipOnly(*
reinterpret_cast< bool*
>(_v));
break;
744 case 14: _t->setIsTrackOnly(*
reinterpret_cast< bool*
>(_v));
break;
745 case 15: _t->setIsGpuCompatible(*
reinterpret_cast< bool*
>(_v));
break;
746 case 17: _t->setIsDeprecated(*
reinterpret_cast< bool*
>(_v));
break;
748 if (_t->m_minimumVersion != *
reinterpret_cast< QString*
>(_v)) {
749 _t->m_minimumVersion = *
reinterpret_cast< QString*
>(_v);
750 Q_EMIT _t->changed();
754 if (_t->m_keywords != *
reinterpret_cast< QString*
>(_v)) {
755 _t->m_keywords = *
reinterpret_cast< QString*
>(_v);
756 Q_EMIT _t->changed();
759 case 20: _t->setIconFileName(*
reinterpret_cast< QString*
>(_v));
break;
761 if (_t->m_seekReverse != *
reinterpret_cast< bool*
>(_v)) {
762 _t->m_seekReverse = *
reinterpret_cast< bool*
>(_v);
763 Q_EMIT _t->changed();
768 }
else if (_c == QMetaObject::ResetProperty) {
769 }
else if (_c == QMetaObject::BindableProperty) {
773const QMetaObject *QmlMetadata::metaObject()
const
775 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
778void *QmlMetadata::qt_metacast(
const char *_clname)
780 if (!_clname)
return nullptr;
781 if (!strcmp(_clname, qt_meta_stringdata_CLASSQmlMetadataENDCLASS.stringdata0))
782 return static_cast<void*
>(
this);
783 return QObject::qt_metacast(_clname);
786int QmlMetadata::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
788 _id = QObject::qt_metacall(_c, _id, _a);
791 if (_c == QMetaObject::InvokeMetaMethod) {
793 qt_static_metacall(
this, _c, _id, _a);
795 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
797 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
799 }
else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
800 || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty
801 || _c == QMetaObject::RegisterPropertyMetaType) {
802 qt_static_metacall(
this, _c, _id, _a);
809void QmlMetadata::changed()
811 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);