9#include "../../../../src/widgets/scopes/videozoomscopewidget.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 'videozoomscopewidget.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.10.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_ZN20VideoZoomScopeWidgetE_t {};
37template <>
constexpr inline auto VideoZoomScopeWidget::qt_create_metaobjectdata<qt_meta_tag_ZN20VideoZoomScopeWidgetE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "VideoZoomScopeWidget",
42 "onScreenSelectStarted",
46 "onScreenRectSelected",
49 "onScreenPointSelected",
59 QtMocHelpers::UintData qt_methods {
61 QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPrivate, QMetaType::Void),
63 QtMocHelpers::SlotData<void(bool)>(3, 2, QMC::AccessPrivate, QMetaType::Void, {{
64 { QMetaType::Bool, 4 },
67 QtMocHelpers::SlotData<
void(
const QRect &)>(5, 2, QMC::AccessPrivate, QMetaType::Void, {{
68 { 0x80000000 | 6, 7 },
71 QtMocHelpers::SlotData<
void(
const QPoint &)>(8, 2, QMC::AccessPrivate, QMetaType::Void, {{
72 { 0x80000000 | 9, 10 },
75 QtMocHelpers::SlotData<
void(
const QPoint &)>(11, 2, QMC::AccessPrivate, QMetaType::Void, {{
76 { 0x80000000 | 9, 12 },
79 QtMocHelpers::SlotData<
void(
int)>(13, 2, QMC::AccessPrivate, QMetaType::Void, {{
80 { QMetaType::Int, 14 },
83 QtMocHelpers::MethodData<
void()>(15, 2, QMC::AccessPrivate, QMetaType::Void),
85 QtMocHelpers::UintData qt_properties {
87 QtMocHelpers::UintData qt_enums {
89 return QtMocHelpers::metaObjectData<VideoZoomScopeWidget, qt_meta_tag_ZN20VideoZoomScopeWidgetE_t>(QMC::MetaObjectFlag{}, qt_stringData,
90 qt_methods, qt_properties, qt_enums);
92Q_CONSTINIT
const QMetaObject VideoZoomScopeWidget::staticMetaObject = { {
93 QMetaObject::SuperData::link<ScopeWidget::staticMetaObject>(),
94 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN20VideoZoomScopeWidgetE_t>.stringdata,
95 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN20VideoZoomScopeWidgetE_t>.data,
98 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN20VideoZoomScopeWidgetE_t>.metaTypes,
102void VideoZoomScopeWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
104 auto *_t =
static_cast<VideoZoomScopeWidget *
>(_o);
105 if (_c == QMetaObject::InvokeMetaMethod) {
107 case 0: _t->onScreenSelectStarted();
break;
108 case 1: _t->onLockToggled((*
reinterpret_cast<std::add_pointer_t<bool>
>(_a[1])));
break;
109 case 2: _t->onScreenRectSelected((*
reinterpret_cast<std::add_pointer_t<QRect>
>(_a[1])));
break;
110 case 3: _t->onScreenPointSelected((*
reinterpret_cast<std::add_pointer_t<QPoint>
>(_a[1])));
break;
111 case 4: _t->onPixelSelected((*
reinterpret_cast<std::add_pointer_t<QPoint>
>(_a[1])));
break;
112 case 5: _t->onZoomChanged((*
reinterpret_cast<std::add_pointer_t<int>
>(_a[1])));
break;
113 case 6: _t->updateLabels();
break;
119const QMetaObject *VideoZoomScopeWidget::metaObject()
const
121 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
124void *VideoZoomScopeWidget::qt_metacast(
const char *_clname)
126 if (!_clname)
return nullptr;
127 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN20VideoZoomScopeWidgetE_t>.strings))
128 return static_cast<void*
>(
this);
129 return ScopeWidget::qt_metacast(_clname);
132int VideoZoomScopeWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
134 _id = ScopeWidget::qt_metacall(_c, _id, _a);
137 if (_c == QMetaObject::InvokeMetaMethod) {
139 qt_static_metacall(
this, _c, _id, _a);
142 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
144 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();