9#include "../../../../src/dialogs/alignaudiodialog.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 'alignaudiodialog.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_CLASSAlignAudioDialogENDCLASS_t {};
37constexpr auto qt_meta_stringdata_CLASSAlignAudioDialogENDCLASS = QtMocHelpers::stringData(
44 "updateReferenceProgress",
54#error "qtmochelpers.h not found or too old."
58Q_CONSTINIT
static const uint qt_meta_data_CLASSAlignAudioDialogENDCLASS[] = {
72 1, 0, 56, 2, 0x08, 1 ,
73 3, 0, 57, 2, 0x08, 2 ,
74 4, 0, 58, 2, 0x08, 3 ,
75 5, 0, 59, 2, 0x08, 4 ,
76 6, 1, 60, 2, 0x08, 5 ,
77 8, 2, 63, 2, 0x08, 7 ,
78 10, 4, 68, 2, 0x08, 10 ,
85 QMetaType::Void, QMetaType::Int, 7,
86 QMetaType::Void, QMetaType::Int, QMetaType::Int, 9, 7,
87 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::Double, QMetaType::Double, 9, 11, 12, 13,
92Q_CONSTINIT
const QMetaObject AlignAudioDialog::staticMetaObject = { {
93 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
94 qt_meta_stringdata_CLASSAlignAudioDialogENDCLASS.offsetsAndSizes,
95 qt_meta_data_CLASSAlignAudioDialogENDCLASS,
98 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSAlignAudioDialogENDCLASS_t,
100 QtPrivate::TypeAndForceComplete<AlignAudioDialog, std::true_type>,
102 QtPrivate::TypeAndForceComplete<void, std::false_type>,
104 QtPrivate::TypeAndForceComplete<void, std::false_type>,
106 QtPrivate::TypeAndForceComplete<void, std::false_type>,
108 QtPrivate::TypeAndForceComplete<void, std::false_type>,
110 QtPrivate::TypeAndForceComplete<void, std::false_type>,
111 QtPrivate::TypeAndForceComplete<int, std::false_type>,
113 QtPrivate::TypeAndForceComplete<void, std::false_type>,
114 QtPrivate::TypeAndForceComplete<int, std::false_type>,
115 QtPrivate::TypeAndForceComplete<int, std::false_type>,
117 QtPrivate::TypeAndForceComplete<void, std::false_type>,
118 QtPrivate::TypeAndForceComplete<int, std::false_type>,
119 QtPrivate::TypeAndForceComplete<int, std::false_type>,
120 QtPrivate::TypeAndForceComplete<double, std::false_type>,
121 QtPrivate::TypeAndForceComplete<double, std::false_type>
126void AlignAudioDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
128 if (_c == QMetaObject::InvokeMetaMethod) {
129 auto *_t =
static_cast<AlignAudioDialog *
>(_o);
132 case 0: _t->rebuildClipList();
break;
133 case 1: _t->process();
break;
134 case 2: _t->apply();
break;
135 case 3: _t->processAndApply();
break;
136 case 4: _t->updateReferenceProgress((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
137 case 5: _t->updateClipProgress((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])),(*
reinterpret_cast< std::add_pointer_t<int>
>(_a[2])));
break;
138 case 6: _t->clipFinished((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])),(*
reinterpret_cast< std::add_pointer_t<int>
>(_a[2])),(*
reinterpret_cast< std::add_pointer_t<double>
>(_a[3])),(*
reinterpret_cast< std::add_pointer_t<double>
>(_a[4])));
break;
144const QMetaObject *AlignAudioDialog::metaObject()
const
146 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
149void *AlignAudioDialog::qt_metacast(
const char *_clname)
151 if (!_clname)
return nullptr;
152 if (!strcmp(_clname, qt_meta_stringdata_CLASSAlignAudioDialogENDCLASS.stringdata0))
153 return static_cast<void*
>(
this);
154 return QDialog::qt_metacast(_clname);
157int AlignAudioDialog::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
159 _id = QDialog::qt_metacall(_c, _id, _a);
162 if (_c == QMetaObject::InvokeMetaMethod) {
164 qt_static_metacall(
this, _c, _id, _a);
166 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
168 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();