9#include "../../../../src/widgets/audiometerwidget.h"
10#include <QtCore/qmetatype.h>
11#include <QtCore/QList>
13#include <QtCore/qtmochelpers.h>
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.)"
32QT_WARNING_DISABLE_DEPRECATED
33QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
35struct qt_meta_tag_ZN16AudioMeterWidgetE_t {};
39#ifdef QT_MOC_HAS_STRINGDATA
40static constexpr auto qt_meta_stringdata_ZN16AudioMeterWidgetE = QtMocHelpers::stringData(
48#error "qtmochelpers.h not found or too old."
51Q_CONSTINIT
static const uint qt_meta_data_ZN16AudioMeterWidgetE[] = {
65 1, 1, 20, 2, 0x0a, 1 ,
68 QMetaType::Void, 0x80000000 | 3, 4,
73Q_CONSTINIT
const QMetaObject AudioMeterWidget::staticMetaObject = { {
74 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
75 qt_meta_stringdata_ZN16AudioMeterWidgetE.offsetsAndSizes,
76 qt_meta_data_ZN16AudioMeterWidgetE,
79 qt_incomplete_metaTypeArray<qt_meta_tag_ZN16AudioMeterWidgetE_t,
81 QtPrivate::TypeAndForceComplete<AudioMeterWidget, std::true_type>,
83 QtPrivate::TypeAndForceComplete<void, std::false_type>,
84 QtPrivate::TypeAndForceComplete<const QVector<double> &, std::false_type>
89void AudioMeterWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
91 auto *_t =
static_cast<AudioMeterWidget *
>(_o);
92 if (_c == QMetaObject::InvokeMetaMethod) {
94 case 0: _t->showAudio((*
reinterpret_cast< std::add_pointer_t<QList<double>
>>(_a[1])));
break;
98 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
100 default: *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
break;
102 switch (*
reinterpret_cast<int*
>(_a[1])) {
103 default: *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
break;
105 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType::fromType< QList<double> >();
break;
112const QMetaObject *AudioMeterWidget::metaObject()
const
114 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
117void *AudioMeterWidget::qt_metacast(
const char *_clname)
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);
125int AudioMeterWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
127 _id = QWidget::qt_metacall(_c, _id, _a);
130 if (_c == QMetaObject::InvokeMetaMethod) {
132 qt_static_metacall(
this, _c, _id, _a);
135 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
137 qt_static_metacall(
this, _c, _id, _a);