CuteLogger
Fast and simple logging solution for Qt based applications
moc_audiometerwidget.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'audiometerwidget.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/widgets/audiometerwidget.h"
10#include <QtCore/qmetatype.h>
11#include <QtCore/QList>
12
13#include <QtCore/qtmochelpers.h>
14
15#include <memory>
16
17
18#include <QtCore/qxptype_traits.h>
19#if !defined(Q_MOC_OUTPUT_REVISION)
20#error "The header file 'audiometerwidget.h' doesn't include <QObject>."
21#elif Q_MOC_OUTPUT_REVISION != 68
22#error "This file was generated using the moc from 6.8.3. It"
23#error "cannot be used with the include files from this version of Qt."
24#error "(The moc has changed too much.)"
25#endif
26
27#ifndef Q_CONSTINIT
28#define Q_CONSTINIT
29#endif
30
31QT_WARNING_PUSH
32QT_WARNING_DISABLE_DEPRECATED
33QT_WARNING_DISABLE_GCC("-Wuseless-cast")
34namespace {
35struct qt_meta_tag_ZN16AudioMeterWidgetE_t {};
36} // unnamed namespace
37
38
39#ifdef QT_MOC_HAS_STRINGDATA
40static constexpr auto qt_meta_stringdata_ZN16AudioMeterWidgetE = QtMocHelpers::stringData(
41 "AudioMeterWidget",
42 "showAudio",
43 "",
44 "QList<double>",
45 "dbLevels"
46);
47#else // !QT_MOC_HAS_STRINGDATA
48#error "qtmochelpers.h not found or too old."
49#endif // !QT_MOC_HAS_STRINGDATA
50
51Q_CONSTINIT static const uint qt_meta_data_ZN16AudioMeterWidgetE[] = {
52
53 // content:
54 12, // revision
55 0, // classname
56 0, 0, // classinfo
57 1, 14, // methods
58 0, 0, // properties
59 0, 0, // enums/sets
60 0, 0, // constructors
61 0, // flags
62 0, // signalCount
63
64 // slots: name, argc, parameters, tag, flags, initial metatype offsets
65 1, 1, 20, 2, 0x0a, 1 /* Public */,
66
67 // slots: parameters
68 QMetaType::Void, 0x80000000 | 3, 4,
69
70 0 // eod
71};
72
73Q_CONSTINIT const QMetaObject AudioMeterWidget::staticMetaObject = { {
74 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
75 qt_meta_stringdata_ZN16AudioMeterWidgetE.offsetsAndSizes,
76 qt_meta_data_ZN16AudioMeterWidgetE,
77 qt_static_metacall,
78 nullptr,
79 qt_incomplete_metaTypeArray<qt_meta_tag_ZN16AudioMeterWidgetE_t,
80 // Q_OBJECT / Q_GADGET
81 QtPrivate::TypeAndForceComplete<AudioMeterWidget, std::true_type>,
82 // method 'showAudio'
83 QtPrivate::TypeAndForceComplete<void, std::false_type>,
84 QtPrivate::TypeAndForceComplete<const QVector<double> &, std::false_type>
85 >,
86 nullptr
87} };
88
89void AudioMeterWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
90{
91 auto *_t = static_cast<AudioMeterWidget *>(_o);
92 if (_c == QMetaObject::InvokeMetaMethod) {
93 switch (_id) {
94 case 0: _t->showAudio((*reinterpret_cast< std::add_pointer_t<QList<double>>>(_a[1]))); break;
95 default: ;
96 }
97 }
98 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
99 switch (_id) {
100 default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
101 case 0:
102 switch (*reinterpret_cast<int*>(_a[1])) {
103 default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
104 case 0:
105 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType::fromType< QList<double> >(); break;
106 }
107 break;
108 }
109 }
110}
111
112const QMetaObject *AudioMeterWidget::metaObject() const
113{
114 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
115}
116
117void *AudioMeterWidget::qt_metacast(const char *_clname)
118{
119 if (!_clname) return nullptr;
120 if (!strcmp(_clname, qt_meta_stringdata_ZN16AudioMeterWidgetE.stringdata0))
121 return static_cast<void*>(this);
122 return QWidget::qt_metacast(_clname);
123}
124
125int AudioMeterWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
126{
127 _id = QWidget::qt_metacall(_c, _id, _a);
128 if (_id < 0)
129 return _id;
130 if (_c == QMetaObject::InvokeMetaMethod) {
131 if (_id < 1)
132 qt_static_metacall(this, _c, _id, _a);
133 _id -= 1;
134 }
135 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
136 if (_id < 1)
137 qt_static_metacall(this, _c, _id, _a);
138 _id -= 1;
139 }
140 return _id;
141}
142QT_WARNING_POP