CuteLogger
Fast and simple logging solution for Qt based applications
moc_videorgbparadescopewidget.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'videorgbparadescopewidget.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.7.2)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../src/widgets/scopes/videorgbparadescopewidget.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 'videorgbparadescopewidget.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.7.2. 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 {
34
35#ifdef QT_MOC_HAS_STRINGDATA
36struct qt_meta_stringdata_CLASSVideoRgbParadeScopeWidgetENDCLASS_t {};
37constexpr auto qt_meta_stringdata_CLASSVideoRgbParadeScopeWidgetENDCLASS = QtMocHelpers::stringData(
38 "VideoRgbParadeScopeWidget"
39);
40#else // !QT_MOC_HAS_STRINGDATA
41#error "qtmochelpers.h not found or too old."
42#endif // !QT_MOC_HAS_STRINGDATA
43} // unnamed namespace
44
45Q_CONSTINIT static const uint qt_meta_data_CLASSVideoRgbParadeScopeWidgetENDCLASS[] = {
46
47 // content:
48 12, // revision
49 0, // classname
50 0, 0, // classinfo
51 0, 0, // methods
52 0, 0, // properties
53 0, 0, // enums/sets
54 0, 0, // constructors
55 0, // flags
56 0, // signalCount
57
58 0 // eod
59};
60
61Q_CONSTINIT const QMetaObject VideoRgbParadeScopeWidget::staticMetaObject = { {
62 QMetaObject::SuperData::link<ScopeWidget::staticMetaObject>(),
63 qt_meta_stringdata_CLASSVideoRgbParadeScopeWidgetENDCLASS.offsetsAndSizes,
64 qt_meta_data_CLASSVideoRgbParadeScopeWidgetENDCLASS,
65 qt_static_metacall,
66 nullptr,
67 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSVideoRgbParadeScopeWidgetENDCLASS_t,
68 // Q_OBJECT / Q_GADGET
69 QtPrivate::TypeAndForceComplete<VideoRgbParadeScopeWidget, std::true_type>
70 >,
71 nullptr
72} };
73
74void VideoRgbParadeScopeWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
75{
76 (void)_o;
77 (void)_id;
78 (void)_c;
79 (void)_a;
80}
81
82const QMetaObject *VideoRgbParadeScopeWidget::metaObject() const
83{
84 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
85}
86
87void *VideoRgbParadeScopeWidget::qt_metacast(const char *_clname)
88{
89 if (!_clname) return nullptr;
90 if (!strcmp(_clname, qt_meta_stringdata_CLASSVideoRgbParadeScopeWidgetENDCLASS.stringdata0))
91 return static_cast<void*>(this);
92 return ScopeWidget::qt_metacast(_clname);
93}
94
95int VideoRgbParadeScopeWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
96{
97 _id = ScopeWidget::qt_metacall(_c, _id, _a);
98 return _id;
99}
100QT_WARNING_POP