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.8.3. 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")
35struct qt_meta_tag_ZN21QmlKeyframesParameterE_t {};
39#ifdef QT_MOC_HAS_STRINGDATA
40static constexpr auto qt_meta_stringdata_ZN21QmlKeyframesParameterE = QtMocHelpers::stringData(
41 "QmlKeyframesParameter",
59#error "qtmochelpers.h not found or too old."
62Q_CONSTINIT
static const uint qt_meta_data_ZN21QmlKeyframesParameterE[] = {
76 1, 0, 20, 2, 0x06, 12 ,
82 3, 0x80000000 | 4, 0x0001500b, uint(0), 0,
83 5, QMetaType::QString, 0x00015003, uint(0), 0,
84 6, QMetaType::QString, 0x00015003, uint(0), 0,
85 7, QMetaType::QStringList, 0x00015003, uint(0), 0,
86 8, QMetaType::Bool, 0x00015003, uint(0), 0,
87 9, QMetaType::Double, 0x00015003, uint(0), 0,
88 10, QMetaType::Double, 0x00015003, uint(0), 0,
89 11, QMetaType::QString, 0x00015003, uint(0), 0,
90 12, QMetaType::Bool, 0x00015003, uint(0), 0,
91 13, QMetaType::Bool, 0x00015003, uint(0), 0,
97 14, uint(QmlKeyframesParameter::MinMax),
98 15, uint(QmlKeyframesParameter::ClipLength),
103Q_CONSTINIT
const QMetaObject QmlKeyframesParameter::staticMetaObject = { {
104 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
105 qt_meta_stringdata_ZN21QmlKeyframesParameterE.offsetsAndSizes,
106 qt_meta_data_ZN21QmlKeyframesParameterE,
109 qt_incomplete_metaTypeArray<qt_meta_tag_ZN21QmlKeyframesParameterE_t,
111 QtPrivate::TypeAndForceComplete<RangeType, std::true_type>,
113 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
115 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
117 QtPrivate::TypeAndForceComplete<QStringList, std::true_type>,
119 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
121 QtPrivate::TypeAndForceComplete<double, std::true_type>,
123 QtPrivate::TypeAndForceComplete<double, std::true_type>,
125 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
127 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
129 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
131 QtPrivate::TypeAndForceComplete<QmlKeyframesParameter::RangeType, std::true_type>,
133 QtPrivate::TypeAndForceComplete<QmlKeyframesParameter, std::true_type>,
135 QtPrivate::TypeAndForceComplete<void, std::false_type>
140void QmlKeyframesParameter::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
142 auto *_t =
static_cast<QmlKeyframesParameter *
>(_o);
143 if (_c == QMetaObject::InvokeMetaMethod) {
145 case 0: _t->changed();
break;
149 if (_c == QMetaObject::IndexOfMethod) {
150 int *result =
reinterpret_cast<int *
>(_a[0]);
152 using _q_method_type = void (QmlKeyframesParameter::*)();
153 if (_q_method_type _q_method = &QmlKeyframesParameter::changed; *
reinterpret_cast<_q_method_type *
>(_a[1]) == _q_method) {
159 if (_c == QMetaObject::ReadProperty) {
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;
175 if (_c == QMetaObject::WriteProperty) {
179 if (_t->m_rangeType != *
reinterpret_cast< RangeType*
>(_v)) {
180 _t->m_rangeType = *
reinterpret_cast< RangeType*
>(_v);
181 Q_EMIT _t->changed();
185 if (_t->m_name != *
reinterpret_cast< QString*
>(_v)) {
186 _t->m_name = *
reinterpret_cast< QString*
>(_v);
187 Q_EMIT _t->changed();
191 if (_t->m_property != *
reinterpret_cast< QString*
>(_v)) {
192 _t->m_property = *
reinterpret_cast< QString*
>(_v);
193 Q_EMIT _t->changed();
197 if (_t->m_gangedProperties != *
reinterpret_cast< QStringList*
>(_v)) {
198 _t->m_gangedProperties = *
reinterpret_cast< QStringList*
>(_v);
199 Q_EMIT _t->changed();
203 if (_t->m_isCurve != *
reinterpret_cast< bool*
>(_v)) {
204 _t->m_isCurve = *
reinterpret_cast< bool*
>(_v);
205 Q_EMIT _t->changed();
209 if (_t->m_minimum != *
reinterpret_cast< double*
>(_v)) {
210 _t->m_minimum = *
reinterpret_cast< double*
>(_v);
211 Q_EMIT _t->changed();
215 if (_t->m_maximum != *
reinterpret_cast< double*
>(_v)) {
216 _t->m_maximum = *
reinterpret_cast< double*
>(_v);
217 Q_EMIT _t->changed();
221 if (_t->m_units != *
reinterpret_cast< QString*
>(_v)) {
222 _t->m_units = *
reinterpret_cast< QString*
>(_v);
223 Q_EMIT _t->changed();
227 if (_t->m_isRectangle != *
reinterpret_cast< bool*
>(_v)) {
228 _t->m_isRectangle = *
reinterpret_cast< bool*
>(_v);
229 Q_EMIT _t->changed();
233 if (_t->m_isColor != *
reinterpret_cast< bool*
>(_v)) {
234 _t->m_isColor = *
reinterpret_cast< bool*
>(_v);
235 Q_EMIT _t->changed();
243const QMetaObject *QmlKeyframesParameter::metaObject()
const
245 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
248void *QmlKeyframesParameter::qt_metacast(
const char *_clname)
250 if (!_clname)
return nullptr;
251 if (!strcmp(_clname, qt_meta_stringdata_ZN21QmlKeyframesParameterE.stringdata0))
252 return static_cast<void*
>(
this);
253 return QObject::qt_metacast(_clname);
256int QmlKeyframesParameter::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
258 _id = QObject::qt_metacall(_c, _id, _a);
261 if (_c == QMetaObject::InvokeMetaMethod) {
263 qt_static_metacall(
this, _c, _id, _a);
266 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
268 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
271 if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
272 || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty
273 || _c == QMetaObject::RegisterPropertyMetaType) {
274 qt_static_metacall(
this, _c, _id, _a);
281void QmlKeyframesParameter::changed()
283 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
286struct qt_meta_tag_ZN20QmlKeyframesMetadataE_t {};
290#ifdef QT_MOC_HAS_STRINGDATA
291static constexpr auto qt_meta_stringdata_ZN20QmlKeyframesMetadataE = QtMocHelpers::stringData(
292 "QmlKeyframesMetadata",
296 "QmlKeyframesParameter*",
302 "QQmlListProperty<QmlKeyframesParameter>",
309#error "qtmochelpers.h not found or too old."
312Q_CONSTINIT
static const uint qt_meta_data_ZN20QmlKeyframesMetadataE[] = {
326 1, 0, 26, 2, 0x06, 9 ,
329 3, 1, 27, 2, 0x102, 10 ,
335 0x80000000 | 4, QMetaType::QString, 5,
338 6, QMetaType::Bool, 0x00015003, uint(0), 0,
339 7, QMetaType::Bool, 0x00015003, uint(0), 0,
340 8, QMetaType::Bool, 0x00015003, uint(0), 0,
341 9, 0x80000000 | 10, 0x00015009, uint(0), 0,
342 11, QMetaType::QStringList, 0x00015003, uint(0), 0,
343 12, QMetaType::QString, 0x00015003, uint(0), 0,
344 13, QMetaType::Bool, 0x00015003, uint(0), 0,
345 14, QMetaType::Bool, 0x00015003, uint(0), 0,
350Q_CONSTINIT
const QMetaObject QmlKeyframesMetadata::staticMetaObject = { {
351 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
352 qt_meta_stringdata_ZN20QmlKeyframesMetadataE.offsetsAndSizes,
353 qt_meta_data_ZN20QmlKeyframesMetadataE,
356 qt_incomplete_metaTypeArray<qt_meta_tag_ZN20QmlKeyframesMetadataE_t,
358 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
360 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
362 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
364 QtPrivate::TypeAndForceComplete<QQmlListProperty<QmlKeyframesParameter>, std::true_type>,
366 QtPrivate::TypeAndForceComplete<QList<QString>, std::true_type>,
368 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
370 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
372 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
374 QtPrivate::TypeAndForceComplete<QmlKeyframesMetadata, std::true_type>,
376 QtPrivate::TypeAndForceComplete<void, std::false_type>,
378 QtPrivate::TypeAndForceComplete<QmlKeyframesParameter *, std::false_type>,
379 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>
384void QmlKeyframesMetadata::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
386 auto *_t =
static_cast<QmlKeyframesMetadata *
>(_o);
387 if (_c == QMetaObject::InvokeMetaMethod) {
389 case 0: _t->changed();
break;
390 case 1: { QmlKeyframesParameter* _r = _t->parameter((*
reinterpret_cast< std::add_pointer_t<QString>
>(_a[1])));
391 if (_a[0]) *
reinterpret_cast< QmlKeyframesParameter**
>(_a[0]) = std::move(_r); }
break;
395 if (_c == QMetaObject::IndexOfMethod) {
396 int *result =
reinterpret_cast<int *
>(_a[0]);
398 using _q_method_type = void (QmlKeyframesMetadata::*)();
399 if (_q_method_type _q_method = &QmlKeyframesMetadata::changed; *
reinterpret_cast<_q_method_type *
>(_a[1]) == _q_method) {
405 if (_c == QMetaObject::ReadProperty) {
408 case 0: *
reinterpret_cast< bool*
>(_v) = _t->m_allowTrim;
break;
409 case 1: *
reinterpret_cast< bool*
>(_v) = _t->m_allowAnimateIn;
break;
410 case 2: *
reinterpret_cast< bool*
>(_v) = _t->m_allowAnimateOut;
break;
411 case 3: *
reinterpret_cast< QQmlListProperty<QmlKeyframesParameter>*
>(_v) = _t->parameters();
break;
412 case 4: *
reinterpret_cast< QList<QString>*
>(_v) = _t->m_simpleProperties;
break;
413 case 5: *
reinterpret_cast< QString*
>(_v) = _t->m_minimumVersion;
break;
414 case 6: *
reinterpret_cast< bool*
>(_v) = _t->m_enabled;
break;
415 case 7: *
reinterpret_cast< bool*
>(_v) = _t->m_allowOvershoot;
break;
419 if (_c == QMetaObject::WriteProperty) {
423 if (_t->m_allowTrim != *
reinterpret_cast< bool*
>(_v)) {
424 _t->m_allowTrim = *
reinterpret_cast< bool*
>(_v);
425 Q_EMIT _t->changed();
429 if (_t->m_allowAnimateIn != *
reinterpret_cast< bool*
>(_v)) {
430 _t->m_allowAnimateIn = *
reinterpret_cast< bool*
>(_v);
431 Q_EMIT _t->changed();
435 if (_t->m_allowAnimateOut != *
reinterpret_cast< bool*
>(_v)) {
436 _t->m_allowAnimateOut = *
reinterpret_cast< bool*
>(_v);
437 Q_EMIT _t->changed();
441 if (_t->m_simpleProperties != *
reinterpret_cast< QList<QString>*
>(_v)) {
442 _t->m_simpleProperties = *
reinterpret_cast< QList<QString>*
>(_v);
443 Q_EMIT _t->changed();
447 if (_t->m_minimumVersion != *
reinterpret_cast< QString*
>(_v)) {
448 _t->m_minimumVersion = *
reinterpret_cast< QString*
>(_v);
449 Q_EMIT _t->changed();
453 if (_t->m_enabled != *
reinterpret_cast< bool*
>(_v)) {
454 _t->m_enabled = *
reinterpret_cast< bool*
>(_v);
455 Q_EMIT _t->changed();
459 if (_t->m_allowOvershoot != *
reinterpret_cast< bool*
>(_v)) {
460 _t->m_allowOvershoot = *
reinterpret_cast< bool*
>(_v);
461 Q_EMIT _t->changed();
469const QMetaObject *QmlKeyframesMetadata::metaObject()
const
471 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
474void *QmlKeyframesMetadata::qt_metacast(
const char *_clname)
476 if (!_clname)
return nullptr;
477 if (!strcmp(_clname, qt_meta_stringdata_ZN20QmlKeyframesMetadataE.stringdata0))
478 return static_cast<void*
>(
this);
479 return QObject::qt_metacast(_clname);
482int QmlKeyframesMetadata::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
484 _id = QObject::qt_metacall(_c, _id, _a);
487 if (_c == QMetaObject::InvokeMetaMethod) {
489 qt_static_metacall(
this, _c, _id, _a);
492 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
494 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
497 if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
498 || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty
499 || _c == QMetaObject::RegisterPropertyMetaType) {
500 qt_static_metacall(
this, _c, _id, _a);
507void QmlKeyframesMetadata::changed()
509 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
512struct qt_meta_tag_ZN11QmlMetadataE_t {};
516#ifdef QT_MOC_HAS_STRINGDATA
517static constexpr auto qt_meta_stringdata_ZN11QmlMetadataE = QtMocHelpers::stringData(
540 "QmlKeyframesMetadata*",
553#error "qtmochelpers.h not found or too old."
556Q_CONSTINIT
static const uint qt_meta_data_ZN11QmlMetadataE[] = {
570 1, 0, 20, 2, 0x06, 25 ,
576 3, 0x80000000 | 4, 0x0001510b, uint(0), 0,
577 5, QMetaType::QString, 0x00015103, uint(0), 0,
578 6, QMetaType::QString, 0x00015003, uint(0), 0,
579 7, QMetaType::Bool, 0x00015103, uint(0), 0,
580 8, QMetaType::QString, 0x00015003, uint(0), 0,
581 9, QMetaType::QString, 0x00015003, uint(0), 0,
582 10, QMetaType::QUrl, 0x00015001, uint(0), 0,
583 11, QMetaType::QUrl, 0x00015001, uint(0), 0,
584 12, QMetaType::Bool, 0x00015103, uint(0), 0,
585 13, QMetaType::Bool, 0x00015103, uint(0), 0,
586 14, QMetaType::Bool, 0x00015103, uint(0), 0,
587 15, QMetaType::QString, 0x00015103, uint(0), 0,
588 16, QMetaType::Bool, 0x00015103, uint(0), 0,
589 17, QMetaType::Bool, 0x00015103, uint(0), 0,
590 18, QMetaType::Bool, 0x00015103, uint(0), 0,
591 19, QMetaType::Bool, 0x00015103, uint(0), 0,
592 20, QMetaType::Bool, 0x00015103, uint(0), 0,
593 21, 0x80000000 | 22, 0x00015009, uint(0), 0,
594 23, QMetaType::Bool, 0x00015103, uint(0), 0,
595 24, QMetaType::QString, 0x00015003, uint(0), 0,
596 25, QMetaType::QString, 0x00015003, uint(0), 0,
597 26, QMetaType::QString, 0x00015003, uint(0), 0,
598 27, QMetaType::Bool, 0x00015003, uint(0), 0,
604 28, uint(QmlMetadata::Filter),
605 29, uint(QmlMetadata::Producer),
606 30, uint(QmlMetadata::Transition),
607 31, uint(QmlMetadata::Link),
608 32, uint(QmlMetadata::FilterSet),
613Q_CONSTINIT
const QMetaObject QmlMetadata::staticMetaObject = { {
614 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
615 qt_meta_stringdata_ZN11QmlMetadataE.offsetsAndSizes,
616 qt_meta_data_ZN11QmlMetadataE,
619 qt_incomplete_metaTypeArray<qt_meta_tag_ZN11QmlMetadataE_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<bool, std::true_type>,
655 QtPrivate::TypeAndForceComplete<QmlKeyframesMetadata*, std::true_type>,
657 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
659 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
661 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
663 QtPrivate::TypeAndForceComplete<QString, std::true_type>,
665 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
667 QtPrivate::TypeAndForceComplete<QmlMetadata::PluginType, std::true_type>,
669 QtPrivate::TypeAndForceComplete<QmlMetadata, std::true_type>,
671 QtPrivate::TypeAndForceComplete<void, std::false_type>
676void QmlMetadata::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
678 auto *_t =
static_cast<QmlMetadata *
>(_o);
679 if (_c == QMetaObject::InvokeMetaMethod) {
681 case 0: _t->changed();
break;
685 if (_c == QMetaObject::IndexOfMethod) {
686 int *result =
reinterpret_cast<int *
>(_a[0]);
688 using _q_method_type = void (QmlMetadata::*)();
689 if (_q_method_type _q_method = &QmlMetadata::changed; *
reinterpret_cast<_q_method_type *
>(_a[1]) == _q_method) {
695 if (_c == QMetaObject::RegisterPropertyMetaType) {
697 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
699 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< QmlKeyframesMetadata* >();
break;
702 if (_c == QMetaObject::ReadProperty) {
705 case 0: *
reinterpret_cast< PluginType*
>(_v) = _t->type();
break;
706 case 1: *
reinterpret_cast< QString*
>(_v) = _t->name();
break;
707 case 2: *
reinterpret_cast< QString*
>(_v) = _t->mlt_service();
break;
708 case 3: *
reinterpret_cast< bool*
>(_v) = _t->needsGPU();
break;
709 case 4: *
reinterpret_cast< QString*
>(_v) = _t->qmlFileName();
break;
710 case 5: *
reinterpret_cast< QString*
>(_v) = _t->vuiFileName();
break;
711 case 6: *
reinterpret_cast< QUrl*
>(_v) = _t->qmlFilePath();
break;
712 case 7: *
reinterpret_cast< QUrl*
>(_v) = _t->vuiFilePath();
break;
713 case 8: *
reinterpret_cast< bool*
>(_v) = _t->isAudio();
break;
714 case 9: *
reinterpret_cast< bool*
>(_v) = _t->isHidden();
break;
715 case 10: *
reinterpret_cast< bool*
>(_v) = _t->isFavorite();
break;
716 case 11: *
reinterpret_cast< QString*
>(_v) = _t->gpuAlt();
break;
717 case 12: *
reinterpret_cast< bool*
>(_v) = _t->allowMultiple();
break;
718 case 13: *
reinterpret_cast< bool*
>(_v) = _t->isClipOnly();
break;
719 case 14: *
reinterpret_cast< bool*
>(_v) = _t->isTrackOnly();
break;
720 case 15: *
reinterpret_cast< bool*
>(_v) = _t->isOutputOnly();
break;
721 case 16: *
reinterpret_cast< bool*
>(_v) = _t->isGpuCompatible();
break;
722 case 17: *
reinterpret_cast< QmlKeyframesMetadata**
>(_v) = _t->keyframes();
break;
723 case 18: *
reinterpret_cast< bool*
>(_v) = _t->isDeprecated();
break;
724 case 19: *
reinterpret_cast< QString*
>(_v) = _t->m_minimumVersion;
break;
725 case 20: *
reinterpret_cast< QString*
>(_v) = _t->m_keywords;
break;
726 case 21: *
reinterpret_cast< QString*
>(_v) = _t->iconFilePath();
break;
727 case 22: *
reinterpret_cast< bool*
>(_v) = _t->m_seekReverse;
break;
731 if (_c == QMetaObject::WriteProperty) {
734 case 0: _t->setType(*
reinterpret_cast< PluginType*
>(_v));
break;
735 case 1: _t->setName(*
reinterpret_cast< QString*
>(_v));
break;
736 case 2: _t->set_mlt_service(*
reinterpret_cast< QString*
>(_v));
break;
737 case 3: _t->setNeedsGPU(*
reinterpret_cast< bool*
>(_v));
break;
738 case 4: _t->setQmlFileName(*
reinterpret_cast< QString*
>(_v));
break;
739 case 5: _t->setVuiFileName(*
reinterpret_cast< QString*
>(_v));
break;
740 case 8: _t->setIsAudio(*
reinterpret_cast< bool*
>(_v));
break;
741 case 9: _t->setIsHidden(*
reinterpret_cast< bool*
>(_v));
break;
742 case 10: _t->setIsFavorite(*
reinterpret_cast< bool*
>(_v));
break;
743 case 11: _t->setGpuAlt(*
reinterpret_cast< QString*
>(_v));
break;
744 case 12: _t->setAllowMultiple(*
reinterpret_cast< bool*
>(_v));
break;
745 case 13: _t->setIsClipOnly(*
reinterpret_cast< bool*
>(_v));
break;
746 case 14: _t->setIsTrackOnly(*
reinterpret_cast< bool*
>(_v));
break;
747 case 15: _t->setIsOutputOnly(*
reinterpret_cast< bool*
>(_v));
break;
748 case 16: _t->setIsGpuCompatible(*
reinterpret_cast< bool*
>(_v));
break;
749 case 18: _t->setIsDeprecated(*
reinterpret_cast< bool*
>(_v));
break;
751 if (_t->m_minimumVersion != *
reinterpret_cast< QString*
>(_v)) {
752 _t->m_minimumVersion = *
reinterpret_cast< QString*
>(_v);
753 Q_EMIT _t->changed();
757 if (_t->m_keywords != *
reinterpret_cast< QString*
>(_v)) {
758 _t->m_keywords = *
reinterpret_cast< QString*
>(_v);
759 Q_EMIT _t->changed();
762 case 21: _t->setIconFileName(*
reinterpret_cast< QString*
>(_v));
break;
764 if (_t->m_seekReverse != *
reinterpret_cast< bool*
>(_v)) {
765 _t->m_seekReverse = *
reinterpret_cast< bool*
>(_v);
766 Q_EMIT _t->changed();
774const QMetaObject *QmlMetadata::metaObject()
const
776 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
779void *QmlMetadata::qt_metacast(
const char *_clname)
781 if (!_clname)
return nullptr;
782 if (!strcmp(_clname, qt_meta_stringdata_ZN11QmlMetadataE.stringdata0))
783 return static_cast<void*
>(
this);
784 return QObject::qt_metacast(_clname);
787int QmlMetadata::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
789 _id = QObject::qt_metacall(_c, _id, _a);
792 if (_c == QMetaObject::InvokeMetaMethod) {
794 qt_static_metacall(
this, _c, _id, _a);
797 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
799 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
802 if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
803 || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty
804 || _c == QMetaObject::RegisterPropertyMetaType) {
805 qt_static_metacall(
this, _c, _id, _a);
812void QmlMetadata::changed()
814 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);