CuteLogger
Fast and simple logging solution for Qt based applications
moc_alignaudiodialog.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'alignaudiodialog.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.8.3)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../src/dialogs/alignaudiodialog.h"
10#include <QtCore/qmetatype.h>
11
12#include <QtCore/qtmochelpers.h>
13
14#include <memory>
15
16
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.8.3. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
24#endif
25
26#ifndef Q_CONSTINIT
27#define Q_CONSTINIT
28#endif
29
30QT_WARNING_PUSH
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
34struct qt_meta_tag_ZN16AlignAudioDialogE_t {};
35} // unnamed namespace
36
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN16AlignAudioDialogE = QtMocHelpers::stringData(
40 "AlignAudioDialog",
41 "rebuildClipList",
42 "",
43 "process",
44 "apply",
45 "processAndApply",
46 "updateReferenceProgress",
47 "percent",
48 "updateClipProgress",
49 "index",
50 "clipFinished",
51 "offset",
52 "speed",
53 "quality"
54);
55#else // !QT_MOC_HAS_STRINGDATA
56#error "qtmochelpers.h not found or too old."
57#endif // !QT_MOC_HAS_STRINGDATA
58
59Q_CONSTINIT static const uint qt_meta_data_ZN16AlignAudioDialogE[] = {
60
61 // content:
62 12, // revision
63 0, // classname
64 0, 0, // classinfo
65 7, 14, // methods
66 0, 0, // properties
67 0, 0, // enums/sets
68 0, 0, // constructors
69 0, // flags
70 0, // signalCount
71
72 // slots: name, argc, parameters, tag, flags, initial metatype offsets
73 1, 0, 56, 2, 0x08, 1 /* Private */,
74 3, 0, 57, 2, 0x08, 2 /* Private */,
75 4, 0, 58, 2, 0x08, 3 /* Private */,
76 5, 0, 59, 2, 0x08, 4 /* Private */,
77 6, 1, 60, 2, 0x08, 5 /* Private */,
78 8, 2, 63, 2, 0x08, 7 /* Private */,
79 10, 4, 68, 2, 0x08, 10 /* Private */,
80
81 // slots: parameters
82 QMetaType::Void,
83 QMetaType::Void,
84 QMetaType::Void,
85 QMetaType::Void,
86 QMetaType::Void, QMetaType::Int, 7,
87 QMetaType::Void, QMetaType::Int, QMetaType::Int, 9, 7,
88 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::Double, QMetaType::Double, 9, 11, 12, 13,
89
90 0 // eod
91};
92
93Q_CONSTINIT const QMetaObject AlignAudioDialog::staticMetaObject = { {
94 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
95 qt_meta_stringdata_ZN16AlignAudioDialogE.offsetsAndSizes,
96 qt_meta_data_ZN16AlignAudioDialogE,
97 qt_static_metacall,
98 nullptr,
99 qt_incomplete_metaTypeArray<qt_meta_tag_ZN16AlignAudioDialogE_t,
100 // Q_OBJECT / Q_GADGET
101 QtPrivate::TypeAndForceComplete<AlignAudioDialog, std::true_type>,
102 // method 'rebuildClipList'
103 QtPrivate::TypeAndForceComplete<void, std::false_type>,
104 // method 'process'
105 QtPrivate::TypeAndForceComplete<void, std::false_type>,
106 // method 'apply'
107 QtPrivate::TypeAndForceComplete<void, std::false_type>,
108 // method 'processAndApply'
109 QtPrivate::TypeAndForceComplete<void, std::false_type>,
110 // method 'updateReferenceProgress'
111 QtPrivate::TypeAndForceComplete<void, std::false_type>,
112 QtPrivate::TypeAndForceComplete<int, std::false_type>,
113 // method 'updateClipProgress'
114 QtPrivate::TypeAndForceComplete<void, std::false_type>,
115 QtPrivate::TypeAndForceComplete<int, std::false_type>,
116 QtPrivate::TypeAndForceComplete<int, std::false_type>,
117 // method 'clipFinished'
118 QtPrivate::TypeAndForceComplete<void, std::false_type>,
119 QtPrivate::TypeAndForceComplete<int, std::false_type>,
120 QtPrivate::TypeAndForceComplete<int, std::false_type>,
121 QtPrivate::TypeAndForceComplete<double, std::false_type>,
122 QtPrivate::TypeAndForceComplete<double, std::false_type>
123 >,
124 nullptr
125} };
126
127void AlignAudioDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
128{
129 auto *_t = static_cast<AlignAudioDialog *>(_o);
130 if (_c == QMetaObject::InvokeMetaMethod) {
131 switch (_id) {
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;
139 default: ;
140 }
141 }
142}
143
144const QMetaObject *AlignAudioDialog::metaObject() const
145{
146 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
147}
148
149void *AlignAudioDialog::qt_metacast(const char *_clname)
150{
151 if (!_clname) return nullptr;
152 if (!strcmp(_clname, qt_meta_stringdata_ZN16AlignAudioDialogE.stringdata0))
153 return static_cast<void*>(this);
154 return QDialog::qt_metacast(_clname);
155}
156
157int AlignAudioDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
158{
159 _id = QDialog::qt_metacall(_c, _id, _a);
160 if (_id < 0)
161 return _id;
162 if (_c == QMetaObject::InvokeMetaMethod) {
163 if (_id < 7)
164 qt_static_metacall(this, _c, _id, _a);
165 _id -= 7;
166 }
167 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
168 if (_id < 7)
169 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
170 _id -= 7;
171 }
172 return _id;
173}
174QT_WARNING_POP