umbrello 25.04.1
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 67 (Qt 5.15.13)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
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.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
25 QByteArrayData data[9];
26 char stringdata0[132];
27};
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)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 13), // "UIOptionsPage"
36QT_MOC_LITERAL(1, 14, 17), // "slotTextCBChecked"
37QT_MOC_LITERAL(2, 32, 0), // ""
38QT_MOC_LITERAL(3, 33, 5), // "value"
39QT_MOC_LITERAL(4, 39, 17), // "slotLineCBChecked"
40QT_MOC_LITERAL(5, 57, 17), // "slotFillCBChecked"
41QT_MOC_LITERAL(6, 75, 17), // "slotGridCBChecked"
42QT_MOC_LITERAL(7, 93, 15), // "slotBgCBChecked"
43QT_MOC_LITERAL(8, 109, 22) // "slotLineWidthCBChecked"
44
45 },
46 "UIOptionsPage\0slotTextCBChecked\0\0value\0"
47 "slotLineCBChecked\0slotFillCBChecked\0"
48 "slotGridCBChecked\0slotBgCBChecked\0"
49 "slotLineWidthCBChecked"
50};
51#undef QT_MOC_LITERAL
52
53static const uint qt_meta_data_UIOptionsPage[] = {
54
55 // content:
56 8, // revision
57 0, // classname
58 0, 0, // classinfo
59 6, 14, // methods
60 0, 0, // properties
61 0, 0, // enums/sets
62 0, 0, // constructors
63 0, // flags
64 0, // signalCount
65
66 // slots: name, argc, parameters, tag, flags
67 1, 1, 44, 2, 0x09 /* Protected */,
68 4, 1, 47, 2, 0x09 /* Protected */,
69 5, 1, 50, 2, 0x09 /* Protected */,
70 6, 1, 53, 2, 0x09 /* Protected */,
71 7, 1, 56, 2, 0x09 /* Protected */,
72 8, 1, 59, 2, 0x09 /* Protected */,
73
74 // slots: parameters
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,
81
82 0 // eod
83};
84
85void UIOptionsPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
86{
87 if (_c == QMetaObject::InvokeMetaMethod) {
88 auto *_t = static_cast<UIOptionsPage *>(_o);
89 (void)_t;
90 switch (_id) {
91 case 0: _t->slotTextCBChecked((*reinterpret_cast< bool(*)>(_a[1]))); break;
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;
97 default: ;
98 }
99 }
100}
101
102QT_INIT_METAOBJECT const QMetaObject UIOptionsPage::staticMetaObject = { {
103 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
106 qt_static_metacall,
107 nullptr,
108 nullptr
109} };
110
111
112const QMetaObject *UIOptionsPage::metaObject() const
113{
114 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
115}
116
117void *UIOptionsPage::qt_metacast(const char *_clname)
118{
119 if (!_clname) return nullptr;
120 if (!strcmp(_clname, qt_meta_stringdata_UIOptionsPage.stringdata0))
121 return static_cast<void*>(this);
122 return DialogPageBase::qt_metacast(_clname);
123}
124
125int UIOptionsPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
126{
127 _id = DialogPageBase::qt_metacall(_c, _id, _a);
128 if (_id < 0)
129 return _id;
130 if (_c == QMetaObject::InvokeMetaMethod) {
131 if (_id < 6)
132 qt_static_metacall(this, _c, _id, _a);
133 _id -= 6;
134 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
135 if (_id < 6)
136 *reinterpret_cast<int*>(_a[0]) = -1;
137 _id -= 6;
138 }
139 return _id;
140}
141QT_WARNING_POP
142QT_END_MOC_NAMESPACE
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