9#include "../../../../src/transportcontrol.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 'transportcontrol.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_CLASSTransportControllableENDCLASS_t {};
37constexpr auto qt_meta_stringdata_CLASSTransportControllableENDCLASS = QtMocHelpers::stringData(
38 "TransportControllable",
47 "forceChangeDirection",
56#error "qtmochelpers.h not found or too old."
60Q_CONSTINIT
static const uint qt_meta_data_CLASSTransportControllableENDCLASS[] = {
74 1, 1, 86, 2, 0x0a, 1 ,
75 1, 0, 89, 2, 0x2a, 3 ,
76 4, 1, 90, 2, 0x0a, 4 ,
77 4, 0, 93, 2, 0x2a, 6 ,
78 6, 0, 94, 2, 0x0a, 7 ,
79 7, 1, 95, 2, 0x0a, 8 ,
80 8, 1, 98, 2, 0x0a, 10 ,
81 10, 1, 101, 2, 0x0a, 12 ,
82 11, 1, 104, 2, 0x0a, 14 ,
83 13, 1, 107, 2, 0x0a, 16 ,
84 14, 1, 110, 2, 0x0a, 18 ,
85 15, 1, 113, 2, 0x0a, 20 ,
88 QMetaType::Void, QMetaType::Double, 3,
90 QMetaType::Void, QMetaType::Int, 5,
93 QMetaType::Void, QMetaType::Int, 5,
94 QMetaType::Void, QMetaType::Bool, 9,
95 QMetaType::Void, QMetaType::Bool, 9,
96 QMetaType::Void, QMetaType::Int, 12,
97 QMetaType::Void, QMetaType::Int, 12,
98 QMetaType::Void, QMetaType::Int, 2,
99 QMetaType::Void, QMetaType::Int, 2,
104Q_CONSTINIT
const QMetaObject TransportControllable::staticMetaObject = { {
105 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
106 qt_meta_stringdata_CLASSTransportControllableENDCLASS.offsetsAndSizes,
107 qt_meta_data_CLASSTransportControllableENDCLASS,
110 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSTransportControllableENDCLASS_t,
112 QtPrivate::TypeAndForceComplete<TransportControllable, std::true_type>,
114 QtPrivate::TypeAndForceComplete<void, std::false_type>,
115 QtPrivate::TypeAndForceComplete<double, std::false_type>,
117 QtPrivate::TypeAndForceComplete<void, std::false_type>,
119 QtPrivate::TypeAndForceComplete<void, std::false_type>,
120 QtPrivate::TypeAndForceComplete<int, std::false_type>,
122 QtPrivate::TypeAndForceComplete<void, std::false_type>,
124 QtPrivate::TypeAndForceComplete<void, std::false_type>,
126 QtPrivate::TypeAndForceComplete<void, std::false_type>,
127 QtPrivate::TypeAndForceComplete<int, std::false_type>,
129 QtPrivate::TypeAndForceComplete<void, std::false_type>,
130 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
132 QtPrivate::TypeAndForceComplete<void, std::false_type>,
133 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
135 QtPrivate::TypeAndForceComplete<void, std::false_type>,
136 QtPrivate::TypeAndForceComplete<int, std::false_type>,
138 QtPrivate::TypeAndForceComplete<void, std::false_type>,
139 QtPrivate::TypeAndForceComplete<int, std::false_type>,
141 QtPrivate::TypeAndForceComplete<void, std::false_type>,
142 QtPrivate::TypeAndForceComplete<int, std::false_type>,
144 QtPrivate::TypeAndForceComplete<void, std::false_type>,
145 QtPrivate::TypeAndForceComplete<int, std::false_type>
150void TransportControllable::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
152 if (_c == QMetaObject::InvokeMetaMethod) {
153 auto *_t =
static_cast<TransportControllable *
>(_o);
156 case 0: _t->play((*
reinterpret_cast< std::add_pointer_t<double>
>(_a[1])));
break;
157 case 1: _t->play();
break;
158 case 2: _t->pause((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
159 case 3: _t->pause();
break;
160 case 4: _t->stop();
break;
161 case 5: _t->seek((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
162 case 6: _t->rewind((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
163 case 7: _t->fastForward((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
164 case 8: _t->previous((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
165 case 9: _t->next((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
166 case 10: _t->setIn((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
167 case 11: _t->setOut((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
173const QMetaObject *TransportControllable::metaObject()
const
175 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
178void *TransportControllable::qt_metacast(
const char *_clname)
180 if (!_clname)
return nullptr;
181 if (!strcmp(_clname, qt_meta_stringdata_CLASSTransportControllableENDCLASS.stringdata0))
182 return static_cast<void*
>(
this);
183 return QObject::qt_metacast(_clname);
186int TransportControllable::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
188 _id = QObject::qt_metacall(_c, _id, _a);
191 if (_c == QMetaObject::InvokeMetaMethod) {
193 qt_static_metacall(
this, _c, _id, _a);
195 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
197 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();