9#include "../../../../src/transportcontrol.h"
10#include <QtCore/qmetatype.h>
12#if __has_include(<QtCore/qtmochelpers.h>)
13#include <QtCore/qtmochelpers.h>
21#if !defined(Q_MOC_OUTPUT_REVISION)
22#error "The header file 'transportcontrol.h' doesn't include <QObject>."
23#elif Q_MOC_OUTPUT_REVISION != 68
24#error "This file was generated using the moc from 6.6.2. It"
25#error "cannot be used with the include files from this version of Qt."
26#error "(The moc has changed too much.)"
34QT_WARNING_DISABLE_DEPRECATED
35QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39struct qt_meta_stringdata_CLASSTransportControllableENDCLASS_t {};
40constexpr auto qt_meta_stringdata_CLASSTransportControllableENDCLASS = QtMocHelpers::stringData(
41 "TransportControllable",
50 "forceChangeDirection",
59struct qt_meta_stringdata_CLASSTransportControllableENDCLASS_t {
60 uint offsetsAndSizes[32];
71 char stringdata10[12];
73 char stringdata12[16];
78#define QT_MOC_LITERAL(ofs, len) \
79 uint(sizeof(qt_meta_stringdata_CLASSTransportControllableENDCLASS_t::offsetsAndSizes) + ofs), len
80Q_CONSTINIT
static const qt_meta_stringdata_CLASSTransportControllableENDCLASS_t qt_meta_stringdata_CLASSTransportControllableENDCLASS = {
82 QT_MOC_LITERAL(0, 21),
83 QT_MOC_LITERAL(22, 4),
84 QT_MOC_LITERAL(27, 0),
85 QT_MOC_LITERAL(28, 5),
86 QT_MOC_LITERAL(34, 5),
87 QT_MOC_LITERAL(40, 4),
88 QT_MOC_LITERAL(45, 4),
89 QT_MOC_LITERAL(50, 8),
90 QT_MOC_LITERAL(59, 6),
91 QT_MOC_LITERAL(66, 20),
92 QT_MOC_LITERAL(87, 11),
93 QT_MOC_LITERAL(99, 8),
94 QT_MOC_LITERAL(108, 15),
95 QT_MOC_LITERAL(124, 4),
96 QT_MOC_LITERAL(129, 5),
97 QT_MOC_LITERAL(135, 6)
99 "TransportControllable",
108 "forceChangeDirection",
120Q_CONSTINIT
static const uint qt_meta_data_CLASSTransportControllableENDCLASS[] = {
134 1, 1, 80, 2, 0x0a, 1 ,
135 1, 0, 83, 2, 0x2a, 3 ,
136 4, 0, 84, 2, 0x0a, 4 ,
137 5, 0, 85, 2, 0x0a, 5 ,
138 6, 1, 86, 2, 0x0a, 6 ,
139 8, 1, 89, 2, 0x0a, 8 ,
140 10, 1, 92, 2, 0x0a, 10 ,
141 11, 1, 95, 2, 0x0a, 12 ,
142 13, 1, 98, 2, 0x0a, 14 ,
143 14, 1, 101, 2, 0x0a, 16 ,
144 15, 1, 104, 2, 0x0a, 18 ,
147 QMetaType::Void, QMetaType::Double, 3,
151 QMetaType::Void, QMetaType::Int, 7,
152 QMetaType::Void, QMetaType::Bool, 9,
153 QMetaType::Void, QMetaType::Bool, 9,
154 QMetaType::Void, QMetaType::Int, 12,
155 QMetaType::Void, QMetaType::Int, 12,
156 QMetaType::Void, QMetaType::Int, 2,
157 QMetaType::Void, QMetaType::Int, 2,
162Q_CONSTINIT
const QMetaObject TransportControllable::staticMetaObject = { {
163 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
164 qt_meta_stringdata_CLASSTransportControllableENDCLASS.offsetsAndSizes,
165 qt_meta_data_CLASSTransportControllableENDCLASS,
168 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSTransportControllableENDCLASS_t,
170 QtPrivate::TypeAndForceComplete<TransportControllable, std::true_type>,
172 QtPrivate::TypeAndForceComplete<void, std::false_type>,
173 QtPrivate::TypeAndForceComplete<double, std::false_type>,
175 QtPrivate::TypeAndForceComplete<void, std::false_type>,
177 QtPrivate::TypeAndForceComplete<void, std::false_type>,
179 QtPrivate::TypeAndForceComplete<void, std::false_type>,
181 QtPrivate::TypeAndForceComplete<void, std::false_type>,
182 QtPrivate::TypeAndForceComplete<int, std::false_type>,
184 QtPrivate::TypeAndForceComplete<void, std::false_type>,
185 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
187 QtPrivate::TypeAndForceComplete<void, std::false_type>,
188 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
190 QtPrivate::TypeAndForceComplete<void, std::false_type>,
191 QtPrivate::TypeAndForceComplete<int, std::false_type>,
193 QtPrivate::TypeAndForceComplete<void, std::false_type>,
194 QtPrivate::TypeAndForceComplete<int, std::false_type>,
196 QtPrivate::TypeAndForceComplete<void, std::false_type>,
197 QtPrivate::TypeAndForceComplete<int, std::false_type>,
199 QtPrivate::TypeAndForceComplete<void, std::false_type>,
200 QtPrivate::TypeAndForceComplete<int, std::false_type>
205void TransportControllable::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
207 if (_c == QMetaObject::InvokeMetaMethod) {
208 auto *_t =
static_cast<TransportControllable *
>(_o);
211 case 0: _t->play((*
reinterpret_cast< std::add_pointer_t<double>
>(_a[1])));
break;
212 case 1: _t->play();
break;
213 case 2: _t->pause();
break;
214 case 3: _t->stop();
break;
215 case 4: _t->seek((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
216 case 5: _t->rewind((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
217 case 6: _t->fastForward((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
218 case 7: _t->previous((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
219 case 8: _t->next((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
220 case 9: _t->setIn((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
221 case 10: _t->setOut((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
227const QMetaObject *TransportControllable::metaObject()
const
229 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
232void *TransportControllable::qt_metacast(
const char *_clname)
234 if (!_clname)
return nullptr;
235 if (!strcmp(_clname, qt_meta_stringdata_CLASSTransportControllableENDCLASS.stringdata0))
236 return static_cast<void*
>(
this);
237 return QObject::qt_metacast(_clname);
240int TransportControllable::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
242 _id = QObject::qt_metacall(_c, _id, _a);
245 if (_c == QMetaObject::InvokeMetaMethod) {
247 qt_static_metacall(
this, _c, _id, _a);
249 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
251 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();