9#include "../../../../src/docks/scopedock.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 'scopedock.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.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_ZN9ScopeDockE_t {};
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN9ScopeDockE = QtMocHelpers::stringData(
46#error "qtmochelpers.h not found or too old."
49Q_CONSTINIT
static const uint qt_meta_data_ZN9ScopeDockE[] = {
63 1, 1, 20, 2, 0x08, 1 ,
66 QMetaType::Void, QMetaType::Bool, 3,
71Q_CONSTINIT
const QMetaObject ScopeDock::staticMetaObject = { {
72 QMetaObject::SuperData::link<QDockWidget::staticMetaObject>(),
73 qt_meta_stringdata_ZN9ScopeDockE.offsetsAndSizes,
74 qt_meta_data_ZN9ScopeDockE,
77 qt_incomplete_metaTypeArray<qt_meta_tag_ZN9ScopeDockE_t,
79 QtPrivate::TypeAndForceComplete<ScopeDock, std::true_type>,
81 QtPrivate::TypeAndForceComplete<void, std::false_type>,
82 QtPrivate::TypeAndForceComplete<bool, std::false_type>
87void ScopeDock::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
89 auto *_t =
static_cast<ScopeDock *
>(_o);
90 if (_c == QMetaObject::InvokeMetaMethod) {
92 case 0: _t->onActionToggled((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
98const QMetaObject *ScopeDock::metaObject()
const
100 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
103void *ScopeDock::qt_metacast(
const char *_clname)
105 if (!_clname)
return nullptr;
106 if (!strcmp(_clname, qt_meta_stringdata_ZN9ScopeDockE.stringdata0))
107 return static_cast<void*
>(
this);
108 return QDockWidget::qt_metacast(_clname);
111int ScopeDock::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
113 _id = QDockWidget::qt_metacall(_c, _id, _a);
116 if (_c == QMetaObject::InvokeMetaMethod) {
118 qt_static_metacall(
this, _c, _id, _a);
121 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
123 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();