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 != 68
21#error "This file was generated using the moc from 6.8.3. 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 {};
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN20VideoZoomScopeWidgetE = QtMocHelpers::stringData(
40 "VideoZoomScopeWidget",
41 "onScreenSelectStarted",
45 "onScreenRectSelected",
47 "onScreenPointSelected",
56#error "qtmochelpers.h not found or too old."
59Q_CONSTINIT
static const uint qt_meta_data_ZN20VideoZoomScopeWidgetE[] = {
73 1, 0, 56, 2, 0x08, 1 ,
74 3, 1, 57, 2, 0x08, 2 ,
75 5, 1, 60, 2, 0x08, 4 ,
76 7, 1, 63, 2, 0x08, 6 ,
77 9, 1, 66, 2, 0x08, 8 ,
78 11, 1, 69, 2, 0x08, 10 ,
81 13, 0, 72, 2, 0x00, 12 ,
85 QMetaType::Void, QMetaType::Bool, 4,
86 QMetaType::Void, QMetaType::QRect, 6,
87 QMetaType::Void, QMetaType::QPoint, 8,
88 QMetaType::Void, QMetaType::QPoint, 10,
89 QMetaType::Void, QMetaType::Int, 12,
97Q_CONSTINIT
const QMetaObject VideoZoomScopeWidget::staticMetaObject = { {
98 QMetaObject::SuperData::link<ScopeWidget::staticMetaObject>(),
99 qt_meta_stringdata_ZN20VideoZoomScopeWidgetE.offsetsAndSizes,
100 qt_meta_data_ZN20VideoZoomScopeWidgetE,
103 qt_incomplete_metaTypeArray<qt_meta_tag_ZN20VideoZoomScopeWidgetE_t,
105 QtPrivate::TypeAndForceComplete<VideoZoomScopeWidget, std::true_type>,
107 QtPrivate::TypeAndForceComplete<void, std::false_type>,
109 QtPrivate::TypeAndForceComplete<void, std::false_type>,
110 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
112 QtPrivate::TypeAndForceComplete<void, std::false_type>,
113 QtPrivate::TypeAndForceComplete<const QRect &, std::false_type>,
115 QtPrivate::TypeAndForceComplete<void, std::false_type>,
116 QtPrivate::TypeAndForceComplete<const QPoint &, std::false_type>,
118 QtPrivate::TypeAndForceComplete<void, std::false_type>,
119 QtPrivate::TypeAndForceComplete<const QPoint &, std::false_type>,
121 QtPrivate::TypeAndForceComplete<void, std::false_type>,
122 QtPrivate::TypeAndForceComplete<int, std::false_type>,
124 QtPrivate::TypeAndForceComplete<void, std::false_type>
129void VideoZoomScopeWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
131 auto *_t =
static_cast<VideoZoomScopeWidget *
>(_o);
132 if (_c == QMetaObject::InvokeMetaMethod) {
134 case 0: _t->onScreenSelectStarted();
break;
135 case 1: _t->onLockToggled((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
136 case 2: _t->onScreenRectSelected((*
reinterpret_cast< std::add_pointer_t<QRect>
>(_a[1])));
break;
137 case 3: _t->onScreenPointSelected((*
reinterpret_cast< std::add_pointer_t<QPoint>
>(_a[1])));
break;
138 case 4: _t->onPixelSelected((*
reinterpret_cast< std::add_pointer_t<QPoint>
>(_a[1])));
break;
139 case 5: _t->onZoomChanged((*
reinterpret_cast< std::add_pointer_t<int>
>(_a[1])));
break;
140 case 6: _t->updateLabels();
break;
146const QMetaObject *VideoZoomScopeWidget::metaObject()
const
148 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
151void *VideoZoomScopeWidget::qt_metacast(
const char *_clname)
153 if (!_clname)
return nullptr;
154 if (!strcmp(_clname, qt_meta_stringdata_ZN20VideoZoomScopeWidgetE.stringdata0))
155 return static_cast<void*
>(
this);
156 return ScopeWidget::qt_metacast(_clname);
159int VideoZoomScopeWidget::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
161 _id = ScopeWidget::qt_metacall(_c, _id, _a);
164 if (_c == QMetaObject::InvokeMetaMethod) {
166 qt_static_metacall(
this, _c, _id, _a);
169 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
171 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();