10 #include "../../../../include/drumstick/playthread.h"
11 #include <QtCore/qbytearray.h>
12 #include <QtCore/qmetatype.h>
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'playthread.h' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 67
16 #error "This file was generated using the moc from 5.15.0. It"
17 #error "cannot be used with the include files from this version of Qt."
18 #error "(The moc has changed too much.)"
21 QT_BEGIN_MOC_NAMESPACE
23 QT_WARNING_DISABLE_DEPRECATED
24 struct qt_meta_stringdata_drumstick__SequencerOutputThread_t {
25 QByteArrayData data[7];
28 #define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_drumstick__SequencerOutputThread_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
33 static const qt_meta_stringdata_drumstick__SequencerOutputThread_t qt_meta_stringdata_drumstick__SequencerOutputThread = {
35 QT_MOC_LITERAL(0, 0, 32),
36 QT_MOC_LITERAL(1, 33, 8),
37 QT_MOC_LITERAL(2, 42, 0),
38 QT_MOC_LITERAL(3, 43, 7),
39 QT_MOC_LITERAL(4, 51, 5),
40 QT_MOC_LITERAL(5, 57, 8),
41 QT_MOC_LITERAL(6, 66, 8)
44 "drumstick::SequencerOutputThread\0"
45 "finished\0\0stopped\0start\0Priority\0"
50 static const uint qt_meta_data_drumstick__SequencerOutputThread[] = {
76 QMetaType::Void, 0x80000000 | 5, 6,
82 void drumstick::SequencerOutputThread::qt_static_metacall(
QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
84 if (_c == QMetaObject::InvokeMetaMethod) {
88 case 0: _t->finished();
break;
89 case 1: _t->stopped();
break;
90 case 2: _t->start((*
reinterpret_cast< Priority(*)
>(_a[1])));
break;
91 case 3: _t->start();
break;
94 }
else if (_c == QMetaObject::IndexOfMethod) {
95 int *result =
reinterpret_cast<int *
>(_a[0]);
113 QT_INIT_METAOBJECT
const QMetaObject drumstick::SequencerOutputThread::staticMetaObject = { {
114 QMetaObject::SuperData::link<QThread::staticMetaObject>(),
115 qt_meta_stringdata_drumstick__SequencerOutputThread.data,
116 qt_meta_data_drumstick__SequencerOutputThread,
123 const QMetaObject *drumstick::SequencerOutputThread::metaObject()
const
125 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
128 void *drumstick::SequencerOutputThread::qt_metacast(
const char *_clname)
130 if (!_clname)
return nullptr;
131 if (!strcmp(_clname, qt_meta_stringdata_drumstick__SequencerOutputThread.stringdata0))
132 return static_cast<void*
>(
this);
133 return QThread::qt_metacast(_clname);
136 int drumstick::SequencerOutputThread::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
138 _id = QThread::qt_metacall(_c, _id, _a);
141 if (_c == QMetaObject::InvokeMetaMethod) {
143 qt_static_metacall(
this, _c, _id, _a);
145 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
147 *
reinterpret_cast<int*
>(_a[0]) = -1;
156 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
162 QMetaObject::activate(
this, &staticMetaObject, 1,
nullptr);