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 69 (Qt 6.9.0)
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 != 69
21#error "This file was generated using the moc from 6.9.0. 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
37template <> constexpr inline auto AlignAudioDialog::qt_create_metaobjectdata<qt_meta_tag_ZN16AlignAudioDialogE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "AlignAudioDialog",
42 "rebuildClipList",
43 "",
44 "process",
45 "apply",
46 "processAndApply",
47 "updateReferenceProgress",
48 "percent",
49 "updateClipProgress",
50 "index",
51 "clipFinished",
52 "offset",
53 "speed",
54 "quality"
55 };
56
57 QtMocHelpers::UintData qt_methods {
58 // Slot 'rebuildClipList'
59 QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPrivate, QMetaType::Void),
60 // Slot 'process'
61 QtMocHelpers::SlotData<void()>(3, 2, QMC::AccessPrivate, QMetaType::Void),
62 // Slot 'apply'
63 QtMocHelpers::SlotData<void()>(4, 2, QMC::AccessPrivate, QMetaType::Void),
64 // Slot 'processAndApply'
65 QtMocHelpers::SlotData<void()>(5, 2, QMC::AccessPrivate, QMetaType::Void),
66 // Slot 'updateReferenceProgress'
67 QtMocHelpers::SlotData<void(int)>(6, 2, QMC::AccessPrivate, QMetaType::Void, {{
68 { QMetaType::Int, 7 },
69 }}),
70 // Slot 'updateClipProgress'
71 QtMocHelpers::SlotData<void(int, int)>(8, 2, QMC::AccessPrivate, QMetaType::Void, {{
72 { QMetaType::Int, 9 }, { QMetaType::Int, 7 },
73 }}),
74 // Slot 'clipFinished'
75 QtMocHelpers::SlotData<void(int, int, double, double)>(10, 2, QMC::AccessPrivate, QMetaType::Void, {{
76 { QMetaType::Int, 9 }, { QMetaType::Int, 11 }, { QMetaType::Double, 12 }, { QMetaType::Double, 13 },
77 }}),
78 };
79 QtMocHelpers::UintData qt_properties {
80 };
81 QtMocHelpers::UintData qt_enums {
82 };
83 return QtMocHelpers::metaObjectData<AlignAudioDialog, qt_meta_tag_ZN16AlignAudioDialogE_t>(QMC::MetaObjectFlag{}, qt_stringData,
84 qt_methods, qt_properties, qt_enums);
85}
86Q_CONSTINIT const QMetaObject AlignAudioDialog::staticMetaObject = { {
87 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
88 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16AlignAudioDialogE_t>.stringdata,
89 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16AlignAudioDialogE_t>.data,
90 qt_static_metacall,
91 nullptr,
92 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN16AlignAudioDialogE_t>.metaTypes,
93 nullptr
94} };
95
96void AlignAudioDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
97{
98 auto *_t = static_cast<AlignAudioDialog *>(_o);
99 if (_c == QMetaObject::InvokeMetaMethod) {
100 switch (_id) {
101 case 0: _t->rebuildClipList(); break;
102 case 1: _t->process(); break;
103 case 2: _t->apply(); break;
104 case 3: _t->processAndApply(); break;
105 case 4: _t->updateReferenceProgress((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
106 case 5: _t->updateClipProgress((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
107 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;
108 default: ;
109 }
110 }
111}
112
113const QMetaObject *AlignAudioDialog::metaObject() const
114{
115 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
116}
117
118void *AlignAudioDialog::qt_metacast(const char *_clname)
119{
120 if (!_clname) return nullptr;
121 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN16AlignAudioDialogE_t>.strings))
122 return static_cast<void*>(this);
123 return QDialog::qt_metacast(_clname);
124}
125
126int AlignAudioDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
127{
128 _id = QDialog::qt_metacall(_c, _id, _a);
129 if (_id < 0)
130 return _id;
131 if (_c == QMetaObject::InvokeMetaMethod) {
132 if (_id < 7)
133 qt_static_metacall(this, _c, _id, _a);
134 _id -= 7;
135 }
136 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
137 if (_id < 7)
138 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
139 _id -= 7;
140 }
141 return _id;
142}
143QT_WARNING_POP