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.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.)"
31QT_WARNING_DISABLE_DEPRECATED
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
35#ifdef QT_MOC_HAS_STRINGDATA
36struct qt_meta_stringdata_CLASSVideoZoomScopeWidgetENDCLASS_t {};
37constexpr auto qt_meta_stringdata_CLASSVideoZoomScopeWidgetENDCLASS = QtMocHelpers::stringData(
38 "VideoZoomScopeWidget",
39 "onScreenSelectStarted",
43 "onScreenRectSelected",
45 "onScreenPointSelected",
54#error "qtmochelpers.h not found or too old."
58Q_CONSTINIT
static const uint qt_meta_data_CLASSVideoZoomScopeWidgetENDCLASS[] = {
72 1, 0, 56, 2, 0x08, 1 ,
73 3, 1, 57, 2, 0x08, 2 ,
74 5, 1, 60, 2, 0x08, 4 ,
75 7, 1, 63, 2, 0x08, 6 ,
76 9, 1, 66, 2, 0x08, 8 ,
77 11, 1, 69, 2, 0x08, 10 ,
80 13, 0, 72, 2, 0x00, 12 ,
84 QMetaType::Void, QMetaType::Bool, 4,
85 QMetaType::Void, QMetaType::QRect, 6,
86 QMetaType::Void, QMetaType::QPoint, 8,
87 QMetaType::Void, QMetaType::QPoint, 10,
88 QMetaType::Void, QMetaType::Int, 12,
96Q_CONSTINIT
const QMetaObject VideoZoomScopeWidget::staticMetaObject = { {
97 QMetaObject::SuperData::link<ScopeWidget::staticMetaObject>(),
98 qt_meta_stringdata_CLASSVideoZoomScopeWidgetENDCLASS.offsetsAndSizes,
99 qt_meta_data_CLASSVideoZoomScopeWidgetENDCLASS,
102 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSVideoZoomScopeWidgetENDCLASS_t,
104 QtPrivate::TypeAndForceComplete<VideoZoomScopeWidget, std::true_type>,
106 QtPrivate::TypeAndForceComplete<void, std::false_type>,
108 QtPrivate::TypeAndForceComplete<void, std::false_type>,
109 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
111 QtPrivate::TypeAndForceComplete<void, std::false_type>,
112 QtPrivate::TypeAndForceComplete<const QRect &, std::false_type>,
114 QtPrivate::TypeAndForceComplete<void, std::false_type>,
115 QtPrivate::TypeAndForceComplete<const QPoint &, std::false_type>,
117 QtPrivate::TypeAndForceComplete<void, std::false_type>,
118 QtPrivate::TypeAndForceComplete<const QPoint &, std::false_type>,
120 QtPrivate::TypeAndForceComplete<void, std::false_type>,
121 QtPrivate::TypeAndForceComplete<int, std::false_type>,
123 QtPrivate::TypeAndForceComplete<void, std::false_type>
128void VideoZoomScopeWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
130 if (_c == QMetaObject::InvokeMetaMethod) {
131 auto *_t =
static_cast<VideoZoomScopeWidget *
>(_o);
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_CLASSVideoZoomScopeWidgetENDCLASS.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);
168 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
170 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();