9#include "../../../../src/commands/timelinecommands.h"
10#include <QtCore/qmetatype.h>
12#if __has_include(<QtCore/qtmochelpers.h>)
13#include <QtCore/qtmochelpers.h>
21#if !defined(Q_MOC_OUTPUT_REVISION)
22#error "The header file 'timelinecommands.h' doesn't include <QObject>."
23#elif Q_MOC_OUTPUT_REVISION != 68
24#error "This file was generated using the moc from 6.6.2. It"
25#error "cannot be used with the include files from this version of Qt."
26#error "(The moc has changed too much.)"
34QT_WARNING_DISABLE_DEPRECATED
35QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39struct qt_meta_stringdata_CLASSTimelineSCOPEChangeBlendModeCommandENDCLASS_t {};
40constexpr auto qt_meta_stringdata_CLASSTimelineSCOPEChangeBlendModeCommandENDCLASS = QtMocHelpers::stringData(
41 "Timeline::ChangeBlendModeCommand",
48struct qt_meta_stringdata_CLASSTimelineSCOPEChangeBlendModeCommandENDCLASS_t {
49 uint offsetsAndSizes[10];
56#define QT_MOC_LITERAL(ofs, len) \
57 uint(sizeof(qt_meta_stringdata_CLASSTimelineSCOPEChangeBlendModeCommandENDCLASS_t::offsetsAndSizes) + ofs), len
58Q_CONSTINIT
static const qt_meta_stringdata_CLASSTimelineSCOPEChangeBlendModeCommandENDCLASS_t qt_meta_stringdata_CLASSTimelineSCOPEChangeBlendModeCommandENDCLASS = {
60 QT_MOC_LITERAL(0, 32),
61 QT_MOC_LITERAL(33, 11),
62 QT_MOC_LITERAL(45, 0),
63 QT_MOC_LITERAL(46, 8),
66 "Timeline::ChangeBlendModeCommand",
76Q_CONSTINIT
static const uint qt_meta_data_CLASSTimelineSCOPEChangeBlendModeCommandENDCLASS[] = {
90 1, 1, 20, 2, 0x06, 1 ,
93 QMetaType::Void, 0x80000000 | 3, 4,
98Q_CONSTINIT
const QMetaObject Timeline::ChangeBlendModeCommand::staticMetaObject = { {
99 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
100 qt_meta_stringdata_CLASSTimelineSCOPEChangeBlendModeCommandENDCLASS.offsetsAndSizes,
101 qt_meta_data_CLASSTimelineSCOPEChangeBlendModeCommandENDCLASS,
104 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSTimelineSCOPEChangeBlendModeCommandENDCLASS_t,
106 QtPrivate::TypeAndForceComplete<ChangeBlendModeCommand, std::true_type>,
108 QtPrivate::TypeAndForceComplete<void, std::false_type>,
109 QtPrivate::TypeAndForceComplete<QString &, std::false_type>
114void Timeline::ChangeBlendModeCommand::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
116 if (_c == QMetaObject::InvokeMetaMethod) {
117 auto *_t =
static_cast<ChangeBlendModeCommand *
>(_o);
120 case 0: _t->modeChanged((*
reinterpret_cast< std::add_pointer_t<QString&>
>(_a[1])));
break;
123 }
else if (_c == QMetaObject::IndexOfMethod) {
124 int *result =
reinterpret_cast<int *
>(_a[0]);
126 using _t = void (ChangeBlendModeCommand::*)(QString & );
127 if (_t _q_method = &ChangeBlendModeCommand::modeChanged; *
reinterpret_cast<_t *
>(_a[1]) == _q_method) {
135const QMetaObject *Timeline::ChangeBlendModeCommand::metaObject()
const
137 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
140void *Timeline::ChangeBlendModeCommand::qt_metacast(
const char *_clname)
142 if (!_clname)
return nullptr;
143 if (!strcmp(_clname, qt_meta_stringdata_CLASSTimelineSCOPEChangeBlendModeCommandENDCLASS.stringdata0))
144 return static_cast<void*
>(
this);
145 if (!strcmp(_clname,
"QUndoCommand"))
146 return static_cast< QUndoCommand*
>(
this);
147 return QObject::qt_metacast(_clname);
150int Timeline::ChangeBlendModeCommand::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
152 _id = QObject::qt_metacall(_c, _id, _a);
155 if (_c == QMetaObject::InvokeMetaMethod) {
157 qt_static_metacall(
this, _c, _id, _a);
159 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
161 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
168void Timeline::ChangeBlendModeCommand::modeChanged(QString & _t1)
170 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))) };
171 QMetaObject::activate(
this, &staticMetaObject, 0, _a);