umbrello 25.12.2
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 69 (Qt 6.9.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 != 69
21#error "This file was generated using the moc from 6.9.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
37template <> constexpr inline auto UIOptionsPage::qt_create_metaobjectdata<qt_meta_tag_ZN13UIOptionsPageE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "UIOptionsPage",
42 "slotTextCBChecked",
43 "",
44 "value",
45 "slotLineCBChecked",
46 "slotFillCBChecked",
47 "slotGridCBChecked",
48 "slotBgCBChecked",
49 "slotLineWidthCBChecked"
50 };
51
52 QtMocHelpers::UintData qt_methods {
53 // Slot 'slotTextCBChecked'
54 QtMocHelpers::SlotData<void(bool)>(1, 2, QMC::AccessProtected, QMetaType::Void, {{
55 { QMetaType::Bool, 3 },
56 }}),
57 // Slot 'slotLineCBChecked'
58 QtMocHelpers::SlotData<void(bool)>(4, 2, QMC::AccessProtected, QMetaType::Void, {{
59 { QMetaType::Bool, 3 },
60 }}),
61 // Slot 'slotFillCBChecked'
62 QtMocHelpers::SlotData<void(bool)>(5, 2, QMC::AccessProtected, QMetaType::Void, {{
63 { QMetaType::Bool, 3 },
64 }}),
65 // Slot 'slotGridCBChecked'
66 QtMocHelpers::SlotData<void(bool)>(6, 2, QMC::AccessProtected, QMetaType::Void, {{
67 { QMetaType::Bool, 3 },
68 }}),
69 // Slot 'slotBgCBChecked'
70 QtMocHelpers::SlotData<void(bool)>(7, 2, QMC::AccessProtected, QMetaType::Void, {{
71 { QMetaType::Bool, 3 },
72 }}),
73 // Slot 'slotLineWidthCBChecked'
74 QtMocHelpers::SlotData<void(bool)>(8, 2, QMC::AccessProtected, QMetaType::Void, {{
75 { QMetaType::Bool, 3 },
76 }}),
77 };
78 QtMocHelpers::UintData qt_properties {
79 };
80 QtMocHelpers::UintData qt_enums {
81 };
82 return QtMocHelpers::metaObjectData<UIOptionsPage, qt_meta_tag_ZN13UIOptionsPageE_t>(QMC::MetaObjectFlag{}, qt_stringData,
83 qt_methods, qt_properties, qt_enums);
84}
85Q_CONSTINIT const QMetaObject UIOptionsPage::staticMetaObject = { {
86 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
87 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN13UIOptionsPageE_t>.stringdata,
88 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN13UIOptionsPageE_t>.data,
89 qt_static_metacall,
90 nullptr,
91 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN13UIOptionsPageE_t>.metaTypes,
92 nullptr
93} };
94
95void UIOptionsPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
96{
97 auto *_t = static_cast<UIOptionsPage *>(_o);
98 if (_c == QMetaObject::InvokeMetaMethod) {
99 switch (_id) {
100 case 0: _t->slotTextCBChecked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
101 case 1: _t->slotLineCBChecked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
102 case 2: _t->slotFillCBChecked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
103 case 3: _t->slotGridCBChecked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
104 case 4: _t->slotBgCBChecked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
105 case 5: _t->slotLineWidthCBChecked((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
106 default: ;
107 }
108 }
109}
110
111const QMetaObject *UIOptionsPage::metaObject() const
112{
113 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
114}
115
116void *UIOptionsPage::qt_metacast(const char *_clname)
117{
118 if (!_clname) return nullptr;
119 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN13UIOptionsPageE_t>.strings))
120 return static_cast<void*>(this);
121 return DialogPageBase::qt_metacast(_clname);
122}
123
124int UIOptionsPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
125{
126 _id = DialogPageBase::qt_metacall(_c, _id, _a);
127 if (_id < 0)
128 return _id;
129 if (_c == QMetaObject::InvokeMetaMethod) {
130 if (_id < 6)
131 qt_static_metacall(this, _c, _id, _a);
132 _id -= 6;
133 }
134 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
135 if (_id < 6)
136 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
137 _id -= 6;
138 }
139 return _id;
140}
141QT_WARNING_POP
UIOptionsPage(QWidget *parent, Settings::OptionState *options)
Definition uioptionspage.cpp:35
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33