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.7.2)
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.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.)"
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 {
34
35#ifdef QT_MOC_HAS_STRINGDATA
36struct qt_meta_stringdata_CLASSAlignAudioDialogENDCLASS_t {};
37constexpr auto qt_meta_stringdata_CLASSAlignAudioDialogENDCLASS = QtMocHelpers::stringData(
38 "AlignAudioDialog",
39 "rebuildClipList",
40 "",
41 "process",
42 "apply",
43 "processAndApply",
44 "updateReferenceProgress",
45 "percent",
46 "updateClipProgress",
47 "index",
48 "clipFinished",
49 "offset",
50 "speed",
51 "quality"
52);
53#else // !QT_MOC_HAS_STRINGDATA
54#error "qtmochelpers.h not found or too old."
55#endif // !QT_MOC_HAS_STRINGDATA
56} // unnamed namespace
57
58Q_CONSTINIT static const uint qt_meta_data_CLASSAlignAudioDialogENDCLASS[] = {
59
60 // content:
61 12, // revision
62 0, // classname
63 0, 0, // classinfo
64 7, 14, // methods
65 0, 0, // properties
66 0, 0, // enums/sets
67 0, 0, // constructors
68 0, // flags
69 0, // signalCount
70
71 // slots: name, argc, parameters, tag, flags, initial metatype offsets
72 1, 0, 56, 2, 0x08, 1 /* Private */,
73 3, 0, 57, 2, 0x08, 2 /* Private */,
74 4, 0, 58, 2, 0x08, 3 /* Private */,
75 5, 0, 59, 2, 0x08, 4 /* Private */,
76 6, 1, 60, 2, 0x08, 5 /* Private */,
77 8, 2, 63, 2, 0x08, 7 /* Private */,
78 10, 4, 68, 2, 0x08, 10 /* Private */,
79
80 // slots: parameters
81 QMetaType::Void,
82 QMetaType::Void,
83 QMetaType::Void,
84 QMetaType::Void,
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,
88
89 0 // eod
90};
91
92Q_CONSTINIT const QMetaObject AlignAudioDialog::staticMetaObject = { {
93 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
94 qt_meta_stringdata_CLASSAlignAudioDialogENDCLASS.offsetsAndSizes,
95 qt_meta_data_CLASSAlignAudioDialogENDCLASS,
96 qt_static_metacall,
97 nullptr,
98 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSAlignAudioDialogENDCLASS_t,
99 // Q_OBJECT / Q_GADGET
100 QtPrivate::TypeAndForceComplete<AlignAudioDialog, std::true_type>,
101 // method 'rebuildClipList'
102 QtPrivate::TypeAndForceComplete<void, std::false_type>,
103 // method 'process'
104 QtPrivate::TypeAndForceComplete<void, std::false_type>,
105 // method 'apply'
106 QtPrivate::TypeAndForceComplete<void, std::false_type>,
107 // method 'processAndApply'
108 QtPrivate::TypeAndForceComplete<void, std::false_type>,
109 // method 'updateReferenceProgress'
110 QtPrivate::TypeAndForceComplete<void, std::false_type>,
111 QtPrivate::TypeAndForceComplete<int, std::false_type>,
112 // method 'updateClipProgress'
113 QtPrivate::TypeAndForceComplete<void, std::false_type>,
114 QtPrivate::TypeAndForceComplete<int, std::false_type>,
115 QtPrivate::TypeAndForceComplete<int, std::false_type>,
116 // method 'clipFinished'
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>
122 >,
123 nullptr
124} };
125
126void AlignAudioDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
127{
128 if (_c == QMetaObject::InvokeMetaMethod) {
129 auto *_t = static_cast<AlignAudioDialog *>(_o);
130 (void)_t;
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_CLASSAlignAudioDialogENDCLASS.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 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
167 if (_id < 7)
168 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
169 _id -= 7;
170 }
171 return _id;
172}
173QT_WARNING_POP