10#include "../../../../umbrello/dialogs/pages/uioptionspage.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'uioptionspage.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.13. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
23QT_WARNING_DISABLE_DEPRECATED
28#define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_UIOptionsPage_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
46 "UIOptionsPage\0slotTextCBChecked\0\0value\0"
47 "slotLineCBChecked\0slotFillCBChecked\0"
48 "slotGridCBChecked\0slotBgCBChecked\0"
49 "slotLineWidthCBChecked"
75 QMetaType::Void, QMetaType::Bool, 3,
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,
85void UIOptionsPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
87 if (_c == QMetaObject::InvokeMetaMethod) {
92 case 1: _t->slotLineCBChecked((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
93 case 2: _t->slotFillCBChecked((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
94 case 3: _t->slotGridCBChecked((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
95 case 4: _t->slotBgCBChecked((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
96 case 5: _t->slotLineWidthCBChecked((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
102QT_INIT_METAOBJECT
const QMetaObject UIOptionsPage::staticMetaObject = { {
103 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
112const QMetaObject *UIOptionsPage::metaObject()
const
114 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
117void *UIOptionsPage::qt_metacast(
const char *_clname)
119 if (!_clname)
return nullptr;
121 return static_cast<void*
>(
this);
122 return DialogPageBase::qt_metacast(_clname);
125int UIOptionsPage::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
127 _id = DialogPageBase::qt_metacall(_c, _id, _a);
130 if (_c == QMetaObject::InvokeMetaMethod) {
132 qt_static_metacall(
this, _c, _id, _a);
134 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
136 *
reinterpret_cast<int*
>(_a[0]) = -1;
A dialog page to display the user interface options.
Definition uioptionspage.h:37
void slotTextCBChecked(bool value)
Definition uioptionspage.cpp:187
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_uioptionspage.cpp:28
static const uint qt_meta_data_UIOptionsPage[]
Definition moc_uioptionspage.cpp:53
static const qt_meta_stringdata_UIOptionsPage_t qt_meta_stringdata_UIOptionsPage
Definition moc_uioptionspage.cpp:33
Definition moc_uioptionspage.cpp:24
QByteArrayData data[9]
Definition moc_uioptionspage.cpp:25
char stringdata0[132]
Definition moc_uioptionspage.cpp:26