9#include "../../../../src/mltcontroller.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 'mltcontroller.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.7.2. 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")
35#ifdef QT_MOC_HAS_STRINGDATA
36struct qt_meta_stringdata_CLASSMltSCOPETransportControlENDCLASS_t {};
37constexpr auto qt_meta_stringdata_CLASSMltSCOPETransportControlENDCLASS = QtMocHelpers::stringData(
38 "Mlt::TransportControl",
47 "forceChangeDirection",
56#error "qtmochelpers.h not found or too old."
60Q_CONSTINIT
static const uint qt_meta_data_CLASSMltSCOPETransportControlENDCLASS[] = {
74 1, 1, 80, 2, 0x0a, 1 ,
75 1, 0, 83, 2, 0x2a, 3 ,
76 4, 0, 84, 2, 0x0a, 4 ,
77 5, 0, 85, 2, 0x0a, 5 ,
78 6, 1, 86, 2, 0x0a, 6 ,
79 8, 1, 89, 2, 0x0a, 8 ,
80 10, 1, 92, 2, 0x0a, 10 ,
81 11, 1, 95, 2, 0x0a, 12 ,
82 13, 1, 98, 2, 0x0a, 14 ,
83 14, 1, 101, 2, 0x0a, 16 ,
84 15, 1, 104, 2, 0x0a, 18 ,
87 QMetaType::Void, QMetaType::Double, 3,
91 QMetaType::Void, QMetaType::Int, 7,
92 QMetaType::Void, QMetaType::Bool, 9,
93 QMetaType::Void, QMetaType::Bool, 9,
94 QMetaType::Void, QMetaType::Int, 12,
95 QMetaType::Void, QMetaType::Int, 12,
96 QMetaType::Void, QMetaType::Int, 2,
97 QMetaType::Void, QMetaType::Int, 2,
102Q_CONSTINIT
const QMetaObject Mlt::TransportControl::staticMetaObject = { {
103 QMetaObject::SuperData::link<TransportControllable::staticMetaObject>(),
104 qt_meta_stringdata_CLASSMltSCOPETransportControlENDCLASS.offsetsAndSizes,
105 qt_meta_data_CLASSMltSCOPETransportControlENDCLASS,
108 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSMltSCOPETransportControlENDCLASS_t,
110 QtPrivate::TypeAndForceComplete<TransportControl, std::true_type>,
112 QtPrivate::TypeAndForceComplete<void, std::false_type>,
113 QtPrivate::TypeAndForceComplete<double, std::false_type>,
115 QtPrivate::TypeAndForceComplete<void, std::false_type>,
117 QtPrivate::TypeAndForceComplete<void, std::false_type>,
119 QtPrivate::TypeAndForceComplete<void, std::false_type>,
121 QtPrivate::TypeAndForceComplete<void, std::false_type>,
122 QtPrivate::TypeAndForceComplete<int, std::false_type>,
124 QtPrivate::TypeAndForceComplete<void, std::false_type>,
125 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
127 QtPrivate::TypeAndForceComplete<void, std::false_type>,
128 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
130 QtPrivate::TypeAndForceComplete<void, std::false_type>,
131 QtPrivate::TypeAndForceComplete<int, std::false_type>,
133 QtPrivate::TypeAndForceComplete<void, std::false_type>,
134 QtPrivate::TypeAndForceComplete<int, std::false_type>,
136 QtPrivate::TypeAndForceComplete<void, std::false_type>,
137 QtPrivate::TypeAndForceComplete<int, std::false_type>,
139 QtPrivate::TypeAndForceComplete<void, std::false_type>,
140 QtPrivate::TypeAndForceComplete<int, std::false_type>
145void Mlt::TransportControl::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
147 if (_c == QMetaObject::InvokeMetaMethod) {
148 auto *_t =
static_cast<TransportControl *
>(_o);
151 case 0: _t->play((*
reinterpret_cast< std::add_pointer_t<double>
>(_a[1])));
break;
152 case 1: _t->play();
break;
153 case 2: _t->pause();
break;
154 case 3: _t->stop();
break;
155 case 4: _t->seek((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
156 case 5: _t->rewind((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
157 case 6: _t->fastForward((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
158 case 7: _t->previous((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
159 case 8: _t->next((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
160 case 9: _t->setIn((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
161 case 10: _t->setOut((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
167const QMetaObject *Mlt::TransportControl::metaObject()
const
169 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
172void *Mlt::TransportControl::qt_metacast(
const char *_clname)
174 if (!_clname)
return nullptr;
175 if (!strcmp(_clname, qt_meta_stringdata_CLASSMltSCOPETransportControlENDCLASS.stringdata0))
176 return static_cast<void*
>(
this);
177 return TransportControllable::qt_metacast(_clname);
180int Mlt::TransportControl::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
182 _id = TransportControllable::qt_metacall(_c, _id, _a);
185 if (_c == QMetaObject::InvokeMetaMethod) {
187 qt_static_metacall(
this, _c, _id, _a);
189 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
191 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();