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(
49#error "qtmochelpers.h not found or too old."
52Q_CONSTINIT
static const uint qt_meta_data_ZN8ScrubBarE[] = {
66 1, 1, 38, 2, 0x06, 1 ,
67 3, 1, 41, 2, 0x06, 3 ,
68 4, 1, 44, 2, 0x06, 5 ,
71 5, 1, 47, 2, 0x0a, 7 ,
74 QMetaType::Void, QMetaType::Int, 2,
75 QMetaType::Void, QMetaType::Int, 2,
76 QMetaType::Void, QMetaType::Int, 2,
79 QMetaType::Bool, QMetaType::Int, 6,
84Q_CONSTINIT
const QMetaObject ScrubBar::staticMetaObject = { {
85 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
86 qt_meta_stringdata_ZN8ScrubBarE.offsetsAndSizes,
87 qt_meta_data_ZN8ScrubBarE,
90 qt_incomplete_metaTypeArray<qt_meta_tag_ZN8ScrubBarE_t,
92 QtPrivate::TypeAndForceComplete<ScrubBar, std::true_type>,
94 QtPrivate::TypeAndForceComplete<void, std::false_type>,
95 QtPrivate::TypeAndForceComplete<int, std::false_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<bool, std::false_type>,
104 QtPrivate::TypeAndForceComplete<int, std::false_type>
109void ScrubBar::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
111 auto *_t =
static_cast<ScrubBar *
>(_o);
112 if (_c == QMetaObject::InvokeMetaMethod) {
114 case 0: _t->seeked((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
115 case 1: _t->inChanged((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
116 case 2: _t->outChanged((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
117 case 3: {
bool _r = _t->onSeek((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
118 if (_a[0]) *
reinterpret_cast< bool*
>(_a[0]) = std::move(_r); }
break;
122 if (_c == QMetaObject::IndexOfMethod) {
123 int *result =
reinterpret_cast<int *
>(_a[0]);
125 using _q_method_type = void (ScrubBar::*)(int );
126 if (_q_method_type _q_method = &ScrubBar::seeked; *
reinterpret_cast<_q_method_type *
>(_a[1]) == _q_method) {
132 using _q_method_type = void (ScrubBar::*)(int );
133 if (_q_method_type _q_method = &ScrubBar::inChanged; *
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::outChanged; *
reinterpret_cast<_q_method_type *
>(_a[1]) == _q_method) {
148const QMetaObject *ScrubBar::metaObject()
const
150 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
153void *ScrubBar::qt_metacast(
const char *_clname)
155 if (!_clname)
return nullptr;
156 if (!strcmp(_clname, qt_meta_stringdata_ZN8ScrubBarE.stringdata0))
157 return static_cast<void*
>(
this);
158 return QWidget::qt_metacast(_clname);
161int ScrubBar::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
163 _id = QWidget::qt_metacall(_c, _id, _a);
166 if (_c == QMetaObject::InvokeMetaMethod) {
168 qt_static_metacall(
this, _c, _id, _a);
171 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
173 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
180void ScrubBar::seeked(
int _t1)
182 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
183 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
187void ScrubBar::inChanged(
int _t1)
189 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
190 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
194void ScrubBar::outChanged(
int _t1)
196 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
197 QMetaObject::activate(
this, &staticMetaObject, 2, _a);