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 'uioptionspage.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_ZN13UIOptionsPageE = QtMocHelpers::stringData(
48 "slotLineWidthCBChecked"
51#error "qtmochelpers.h not found or too old."
68 1, 1, 50, 2, 0x09, 1 ,
69 4, 1, 53, 2, 0x09, 3 ,
70 5, 1, 56, 2, 0x09, 5 ,
71 6, 1, 59, 2, 0x09, 7 ,
72 7, 1, 62, 2, 0x09, 9 ,
73 8, 1, 65, 2, 0x09, 11 ,
76 QMetaType::Void, QMetaType::Bool, 3,
77 QMetaType::Void, QMetaType::Bool, 3,
78 QMetaType::Void, QMetaType::Bool, 3,
79 QMetaType::Void, QMetaType::Bool, 3,
80 QMetaType::Void, QMetaType::Bool, 3,
81 QMetaType::Void, QMetaType::Bool, 3,
86Q_CONSTINIT const QMetaObject UIOptionsPage::staticMetaObject = { {
87 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
88 qt_meta_stringdata_ZN13UIOptionsPageE.offsetsAndSizes,
92 qt_incomplete_metaTypeArray<qt_meta_tag_ZN13UIOptionsPageE_t,
94 QtPrivate::TypeAndForceComplete<UIOptionsPage, std::true_type>,
96 QtPrivate::TypeAndForceComplete<void, std::false_type>,
97 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
99 QtPrivate::TypeAndForceComplete<void, std::false_type>,
100 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
102 QtPrivate::TypeAndForceComplete<void, std::false_type>,
103 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
105 QtPrivate::TypeAndForceComplete<void, std::false_type>,
106 QtPrivate::TypeAndForceComplete<bool, 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<bool, std::false_type>
117void UIOptionsPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
120 if (_c == QMetaObject::InvokeMetaMethod) {
122 case 0: _t->slotTextCBChecked((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
123 case 1: _t->slotLineCBChecked((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
124 case 2: _t->slotFillCBChecked((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
125 case 3: _t->slotGridCBChecked((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
126 case 4: _t->slotBgCBChecked((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
127 case 5: _t->slotLineWidthCBChecked((*
reinterpret_cast< std::add_pointer_t<bool>
>(_a[1])));
break;
133const QMetaObject *UIOptionsPage::metaObject()
const
135 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
138void *UIOptionsPage::qt_metacast(
const char *_clname)
140 if (!_clname)
return nullptr;
141 if (!strcmp(_clname, qt_meta_stringdata_ZN13UIOptionsPageE.stringdata0))
142 return static_cast<void*
>(
this);
143 return DialogPageBase::qt_metacast(_clname);
146int UIOptionsPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
148 _id = DialogPageBase::qt_metacall(_c, _id, _a);
151 if (_c == QMetaObject::InvokeMetaMethod) {
153 qt_static_metacall(
this, _c, _id, _a);
156 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
158 *
reinterpret_cast<QMetaType *
>(_a[0]) = QMetaType();
UIOptionsPage(QWidget *parent, Settings::OptionState *options)
Definition uioptionspage.cpp:35
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN13UIOptionsPageE[]
Definition moc_uioptionspage.cpp:54
Definition moc_parser.cpp:33
Definition moc_uioptionspage.cpp:34