umbrello 25.11.70
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_uioptionspage.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'uioptionspage.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.8.3)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
10#include <QtCore/qmetatype.h>
11
12#include <QtCore/qtmochelpers.h>
13
14#include <memory>
15
16
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.)"
24#endif
25
26#ifndef Q_CONSTINIT
27#define Q_CONSTINIT
28#endif
29
30QT_WARNING_PUSH
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
35} // unnamed namespace
36
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN13UIOptionsPageE = QtMocHelpers::stringData(
40 "UIOptionsPage",
41 "slotTextCBChecked",
42 "",
43 "value",
44 "slotLineCBChecked",
45 "slotFillCBChecked",
46 "slotGridCBChecked",
47 "slotBgCBChecked",
48 "slotLineWidthCBChecked"
49);
50#else // !QT_MOC_HAS_STRINGDATA
51#error "qtmochelpers.h not found or too old."
52#endif // !QT_MOC_HAS_STRINGDATA
53
55
56 // content:
57 12, // revision
58 0, // classname
59 0, 0, // classinfo
60 6, 14, // methods
61 0, 0, // properties
62 0, 0, // enums/sets
63 0, 0, // constructors
64 0, // flags
65 0, // signalCount
66
67 // slots: name, argc, parameters, tag, flags, initial metatype offsets
68 1, 1, 50, 2, 0x09, 1 /* Protected */,
69 4, 1, 53, 2, 0x09, 3 /* Protected */,
70 5, 1, 56, 2, 0x09, 5 /* Protected */,
71 6, 1, 59, 2, 0x09, 7 /* Protected */,
72 7, 1, 62, 2, 0x09, 9 /* Protected */,
73 8, 1, 65, 2, 0x09, 11 /* Protected */,
74
75 // slots: parameters
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,
82
83 0 // eod
84};
85
86Q_CONSTINIT const QMetaObject UIOptionsPage::staticMetaObject = { {
87 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
88 qt_meta_stringdata_ZN13UIOptionsPageE.offsetsAndSizes,
90 qt_static_metacall,
91 nullptr,
92 qt_incomplete_metaTypeArray<qt_meta_tag_ZN13UIOptionsPageE_t,
93 // Q_OBJECT / Q_GADGET
94 QtPrivate::TypeAndForceComplete<UIOptionsPage, std::true_type>,
95 // method 'slotTextCBChecked'
96 QtPrivate::TypeAndForceComplete<void, std::false_type>,
97 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
98 // method 'slotLineCBChecked'
99 QtPrivate::TypeAndForceComplete<void, std::false_type>,
100 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
101 // method 'slotFillCBChecked'
102 QtPrivate::TypeAndForceComplete<void, std::false_type>,
103 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
104 // method 'slotGridCBChecked'
105 QtPrivate::TypeAndForceComplete<void, std::false_type>,
106 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
107 // method 'slotBgCBChecked'
108 QtPrivate::TypeAndForceComplete<void, std::false_type>,
109 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
110 // method 'slotLineWidthCBChecked'
111 QtPrivate::TypeAndForceComplete<void, std::false_type>,
112 QtPrivate::TypeAndForceComplete<bool, std::false_type>
113 >,
114 nullptr
115} };
116
117void UIOptionsPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
118{
119 auto *_t = static_cast<UIOptionsPage *>(_o);
120 if (_c == QMetaObject::InvokeMetaMethod) {
121 switch (_id) {
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;
128 default: ;
129 }
130 }
131}
132
133const QMetaObject *UIOptionsPage::metaObject() const
134{
135 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
136}
137
138void *UIOptionsPage::qt_metacast(const char *_clname)
139{
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);
144}
145
146int UIOptionsPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
147{
148 _id = DialogPageBase::qt_metacall(_c, _id, _a);
149 if (_id < 0)
150 return _id;
151 if (_c == QMetaObject::InvokeMetaMethod) {
152 if (_id < 6)
153 qt_static_metacall(this, _c, _id, _a);
154 _id -= 6;
155 }
156 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
157 if (_id < 6)
158 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
159 _id -= 6;
160 }
161 return _id;
162}
163QT_WARNING_POP
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