9#include "../../../../src/widgets/scopes/scopewidget.h"
10#include <QtCore/qmetatype.h>
12#include <QtCore/qtmochelpers.h>
17#include <QtCore/qxptype_traits.h>
18#if !defined(Q_MOC_OUTPUT_REVISION)
19#error "The header file 'scopewidget.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.2. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
34struct qt_meta_tag_ZN11ScopeWidgetE_t {};
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN11ScopeWidgetE = QtMocHelpers::stringData(
46 "onRefreshThreadComplete"
49#error "qtmochelpers.h not found or too old."
52Q_CONSTINIT
static const uint qt_meta_data_ZN11ScopeWidgetE[] = {
66 1, 0, 32, 2, 0x06, 1 ,
69 3, 1, 33, 2, 0x0a, 2 ,
72 6, 0, 36, 2, 0x00, 4 ,
78 QMetaType::Void, 0x80000000 | 4, 5,
86Q_CONSTINIT
const QMetaObject ScopeWidget::staticMetaObject = { {
87 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
88 qt_meta_stringdata_ZN11ScopeWidgetE.offsetsAndSizes,
89 qt_meta_data_ZN11ScopeWidgetE,
92 qt_incomplete_metaTypeArray<qt_meta_tag_ZN11ScopeWidgetE_t,
94 QtPrivate::TypeAndForceComplete<ScopeWidget, std::true_type>,
96 QtPrivate::TypeAndForceComplete<void, std::false_type>,
98 QtPrivate::TypeAndForceComplete<void, std::false_type>,
99 QtPrivate::TypeAndForceComplete<const SharedFrame &, std::false_type>,
101 QtPrivate::TypeAndForceComplete<void, std::false_type>
106void ScopeWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
109 if (_c == QMetaObject::InvokeMetaMethod) {
111 case 0: _t->moved();
break;
112 case 1: _t->onNewFrame((*
reinterpret_cast< std::add_pointer_t<SharedFrame>
>(_a[1])));
break;
113 case 2: _t->onRefreshThreadComplete();
break;
117 if (_c == QMetaObject::IndexOfMethod) {
118 int *result =
reinterpret_cast<int *
>(_a[0]);
121 if (_q_method_type _q_method = &
ScopeWidget::moved; *
reinterpret_cast<_q_method_type *
>(_a[1]) == _q_method) {
129const QMetaObject *ScopeWidget::metaObject()
const
131 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
134void *ScopeWidget::qt_metacast(
const char *_clname)
136 if (!_clname)
return nullptr;
137 if (!strcmp(_clname, qt_meta_stringdata_ZN11ScopeWidgetE.stringdata0))
138 return static_cast<void*
>(
this);
139 return QWidget::qt_metacast(_clname);
142int ScopeWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
144 _id = QWidget::qt_metacall(_c, _id, _a);
147 if (_c == QMetaObject::InvokeMetaMethod) {
149 qt_static_metacall(
this, _c, _id, _a);
152 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
154 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
163 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);