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