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 'autolayoutoptionpage.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.)"
32QT_WARNING_DISABLE_GCC(
"-Wuseless-cast")
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN20AutoLayoutOptionPageE = QtMocHelpers::stringData(
40 "AutoLayoutOptionPage",
43 "slotAutoDotPathCBClicked",
47#error "qtmochelpers.h not found or too old."
64 1, 0, 26, 2, 0x06, 1 ,
67 3, 1, 27, 2, 0x09, 2 ,
73 QMetaType::Void, QMetaType::Bool, 4,
78Q_CONSTINIT const QMetaObject AutoLayoutOptionPage::staticMetaObject = { {
79 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
80 qt_meta_stringdata_ZN20AutoLayoutOptionPageE.offsetsAndSizes,
84 qt_incomplete_metaTypeArray<qt_meta_tag_ZN20AutoLayoutOptionPageE_t,
86 QtPrivate::TypeAndForceComplete<AutoLayoutOptionPage, std::true_type>,
88 QtPrivate::TypeAndForceComplete<void, std::false_type>,
90 QtPrivate::TypeAndForceComplete<void, std::false_type>,
91 QtPrivate::TypeAndForceComplete<bool, std::false_type>
96void AutoLayoutOptionPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
99 if (_c == QMetaObject::InvokeMetaMethod) {
101 case 0: _t->applyClicked();
break;
102 case 1: _t->slotAutoDotPathCBClicked((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
106 if (_c == QMetaObject::IndexOfMethod) {
107 int *result =
reinterpret_cast<int *
>(_a[0]);
118const QMetaObject *AutoLayoutOptionPage::metaObject()
const
120 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
123void *AutoLayoutOptionPage::qt_metacast(
const char *_clname)
125 if (!_clname)
return nullptr;
126 if (!strcmp(_clname, qt_meta_stringdata_ZN20AutoLayoutOptionPageE.stringdata0))
127 return static_cast<void*
>(
this);
128 return DialogPageBase::qt_metacast(_clname);
131int AutoLayoutOptionPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
133 _id = DialogPageBase::qt_metacall(_c, _id, _a);
136 if (_c == QMetaObject::InvokeMetaMethod) {
138 qt_static_metacall(
this, _c, _id, _a);
141 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
143 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
152 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
AutoLayoutOptionPage(QWidget *parent=nullptr)
Definition autolayoutoptionpage.cpp:28
void applyClicked()
Definition moc_autolayoutoptionpage.cpp:150
static Q_CONSTINIT const uint qt_meta_data_ZN20AutoLayoutOptionPageE[]
Definition moc_autolayoutoptionpage.cpp:50
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33
Definition moc_autolayoutoptionpage.cpp:34