9#include "../../../../src/scrubbar.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 'scrubbar.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.1. 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")
34struct qt_meta_tag_ZN8ScrubBarE_t {};
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN8ScrubBarE = QtMocHelpers::stringData(
50#error "qtmochelpers.h not found or too old."
53Q_CONSTINIT
static const uint qt_meta_data_ZN8ScrubBarE[] = {
67 1, 1, 44, 2, 0x06, 1 ,
68 3, 1, 47, 2, 0x06, 3 ,
69 4, 1, 50, 2, 0x06, 5 ,
70 5, 1, 53, 2, 0x06, 7 ,
73 6, 1, 56, 2, 0x0a, 9 ,
76 QMetaType::Void, QMetaType::Int, 2,
77 QMetaType::Void, QMetaType::Int, 2,
78 QMetaType::Void, QMetaType::Int, 2,
79 QMetaType::Void, QMetaType::Int, 2,
82 QMetaType::Bool, QMetaType::Int, 7,
87Q_CONSTINIT
const QMetaObject ScrubBar::staticMetaObject = { {
88 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
89 qt_meta_stringdata_ZN8ScrubBarE.offsetsAndSizes,
90 qt_meta_data_ZN8ScrubBarE,
93 qt_incomplete_metaTypeArray<qt_meta_tag_ZN8ScrubBarE_t,
95 QtPrivate::TypeAndForceComplete<ScrubBar, std::true_type>,
97 QtPrivate::TypeAndForceComplete<void, std::false_type>,
98 QtPrivate::TypeAndForceComplete<int, std::false_type>,
100 QtPrivate::TypeAndForceComplete<void, std::false_type>,
101 QtPrivate::TypeAndForceComplete<int, std::false_type>,
103 QtPrivate::TypeAndForceComplete<void, std::false_type>,
104 QtPrivate::TypeAndForceComplete<int, std::false_type>,
106 QtPrivate::TypeAndForceComplete<void, std::false_type>,
107 QtPrivate::TypeAndForceComplete<int, std::false_type>,
109 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
110 QtPrivate::TypeAndForceComplete<int, std::false_type>
115void ScrubBar::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
117 auto *_t =
static_cast<ScrubBar *
>(_o);
118 if (_c == QMetaObject::InvokeMetaMethod) {
120 case 0: _t->paused((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
121 case 1: _t->seeked((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
122 case 2: _t->inChanged((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
123 case 3: _t->outChanged((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
124 case 4: {
bool _r = _t->onSeek((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
125 if (_a[0]) *
reinterpret_cast< bool*
>(_a[0]) = std::move(_r); }
break;
129 if (_c == QMetaObject::IndexOfMethod) {
130 int *result =
reinterpret_cast<int *
>(_a[0]);
132 using _q_method_type = void (ScrubBar::*)(int );
133 if (_q_method_type _q_method = &ScrubBar::paused; *
reinterpret_cast<_q_method_type *
>(_a[1]) == _q_method) {
139 using _q_method_type = void (ScrubBar::*)(int );
140 if (_q_method_type _q_method = &ScrubBar::seeked; *
reinterpret_cast<_q_method_type *
>(_a[1]) == _q_method) {
146 using _q_method_type = void (ScrubBar::*)(int );
147 if (_q_method_type _q_method = &ScrubBar::inChanged; *
reinterpret_cast<_q_method_type *
>(_a[1]) == _q_method) {
153 using _q_method_type = void (ScrubBar::*)(int );
154 if (_q_method_type _q_method = &ScrubBar::outChanged; *
reinterpret_cast<_q_method_type *
>(_a[1]) == _q_method) {
162const QMetaObject *ScrubBar::metaObject()
const
164 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
167void *ScrubBar::qt_metacast(
const char *_clname)
169 if (!_clname)
return nullptr;
170 if (!strcmp(_clname, qt_meta_stringdata_ZN8ScrubBarE.stringdata0))
171 return static_cast<void*
>(
this);
172 return QWidget::qt_metacast(_clname);
175int ScrubBar::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
177 _id = QWidget::qt_metacall(_c, _id, _a);
180 if (_c == QMetaObject::InvokeMetaMethod) {
182 qt_static_metacall(
this, _c, _id, _a);
185 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
187 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
194void ScrubBar::paused(
int _t1)
196 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
197 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
201void ScrubBar::seeked(
int _t1)
203 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
204 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
208void ScrubBar::inChanged(
int _t1)
210 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
211 QMetaObject::activate(
this, &staticMetaObject, 2, _a);
215void ScrubBar::outChanged(
int _t1)
217 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
218 QMetaObject::activate(
this, &staticMetaObject, 3, _a);