9#include "../../../../src/controllers/scopecontroller.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 'scopecontroller.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.9.0. 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_ZN15ScopeControllerE_t {};
37template <>
constexpr inline auto ScopeController::qt_create_metaobjectdata<qt_meta_tag_ZN15ScopeControllerE_t>()
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
48 QtMocHelpers::UintData qt_methods {
50 QtMocHelpers::SignalData<void(const SharedFrame &)>(1, 2, QMC::AccessPublic, QMetaType::Void, {{
51 { 0x80000000 | 3, 4 },
54 QtMocHelpers::UintData qt_properties {
56 QtMocHelpers::UintData qt_enums {
58 return QtMocHelpers::metaObjectData<ScopeController, qt_meta_tag_ZN15ScopeControllerE_t>(QMC::MetaObjectFlag{}, qt_stringData,
59 qt_methods, qt_properties, qt_enums);
61Q_CONSTINIT
const QMetaObject ScopeController::staticMetaObject = { {
62 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
63 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN15ScopeControllerE_t>.stringdata,
64 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN15ScopeControllerE_t>.data,
67 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN15ScopeControllerE_t>.metaTypes,
71void ScopeController::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
73 auto *_t =
static_cast<ScopeController *
>(_o);
74 if (_c == QMetaObject::InvokeMetaMethod) {
76 case 0: _t->newFrame((*
reinterpret_cast< std::add_pointer_t<SharedFrame>
>(_a[1])));
break;
80 if (_c == QMetaObject::IndexOfMethod) {
81 if (QtMocHelpers::indexOfMethod<
void (ScopeController::*)(
const SharedFrame & )>(_a, &ScopeController::newFrame, 0))
86const QMetaObject *ScopeController::metaObject()
const
88 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
91void *ScopeController::qt_metacast(
const char *_clname)
93 if (!_clname)
return nullptr;
94 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN15ScopeControllerE_t>.strings))
95 return static_cast<void*
>(
this);
96 return QObject::qt_metacast(_clname);
99int ScopeController::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
101 _id = QObject::qt_metacall(_c, _id, _a);
104 if (_c == QMetaObject::InvokeMetaMethod) {
106 qt_static_metacall(
this, _c, _id, _a);
109 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
111 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
118void ScopeController::newFrame(
const SharedFrame & _t1)
120 QMetaObject::activate<void>(
this, &staticMetaObject, 0,
nullptr, _t1);
The SharedFrame provides thread safe access to Mlt::Frame data.
Definition sharedframe.h:50