CuteLogger
Fast and simple logging solution for Qt based applications
moc_videowaveformscopewidget.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'videowaveformscopewidget.h'
3**
4** Created by: The Qt Meta Object Compiler version 69 (Qt 6.9.1)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../src/widgets/scopes/videowaveformscopewidget.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 'videowaveformscopewidget.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.9.1. 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_ZN24VideoWaveformScopeWidgetE_t {};
35} // unnamed namespace
36
37template <> constexpr inline auto VideoWaveformScopeWidget::qt_create_metaobjectdata<qt_meta_tag_ZN24VideoWaveformScopeWidgetE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "VideoWaveformScopeWidget"
42 };
43
44 QtMocHelpers::UintData qt_methods {
45 };
46 QtMocHelpers::UintData qt_properties {
47 };
48 QtMocHelpers::UintData qt_enums {
49 };
50 return QtMocHelpers::metaObjectData<VideoWaveformScopeWidget, qt_meta_tag_ZN24VideoWaveformScopeWidgetE_t>(QMC::MetaObjectFlag{}, qt_stringData,
51 qt_methods, qt_properties, qt_enums);
52}
53Q_CONSTINIT const QMetaObject VideoWaveformScopeWidget::staticMetaObject = { {
54 QMetaObject::SuperData::link<ScopeWidget::staticMetaObject>(),
55 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN24VideoWaveformScopeWidgetE_t>.stringdata,
56 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN24VideoWaveformScopeWidgetE_t>.data,
57 qt_static_metacall,
58 nullptr,
59 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN24VideoWaveformScopeWidgetE_t>.metaTypes,
60 nullptr
61} };
62
63void VideoWaveformScopeWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
64{
65 auto *_t = static_cast<VideoWaveformScopeWidget *>(_o);
66 (void)_t;
67 (void)_c;
68 (void)_id;
69 (void)_a;
70}
71
72const QMetaObject *VideoWaveformScopeWidget::metaObject() const
73{
74 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
75}
76
77void *VideoWaveformScopeWidget::qt_metacast(const char *_clname)
78{
79 if (!_clname) return nullptr;
80 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN24VideoWaveformScopeWidgetE_t>.strings))
81 return static_cast<void*>(this);
82 return ScopeWidget::qt_metacast(_clname);
83}
84
85int VideoWaveformScopeWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
86{
87 _id = ScopeWidget::qt_metacall(_c, _id, _a);
88 return _id;
89}
90QT_WARNING_POP