umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_umlwidgetstylepage.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'umlwidgetstylepage.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/umlwidgetstylepage.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'umlwidgetstylepage.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[8];
26 char stringdata0[166];
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_UMLWidgetStylePage_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 18), // "UMLWidgetStylePage"
36QT_MOC_LITERAL(1, 19, 21), // "slotTextButtonClicked"
37QT_MOC_LITERAL(2, 41, 0), // ""
38QT_MOC_LITERAL(3, 42, 21), // "slotLineButtonClicked"
39QT_MOC_LITERAL(4, 64, 21), // "slotFillButtonClicked"
40QT_MOC_LITERAL(5, 86, 27), // "slotBackgroundButtonClicked"
41QT_MOC_LITERAL(6, 114, 24), // "slotGridDotButtonClicked"
42QT_MOC_LITERAL(7, 139, 26) // "slotLineWidthButtonClicked"
43
44 },
45 "UMLWidgetStylePage\0slotTextButtonClicked\0"
46 "\0slotLineButtonClicked\0slotFillButtonClicked\0"
47 "slotBackgroundButtonClicked\0"
48 "slotGridDotButtonClicked\0"
49 "slotLineWidthButtonClicked"
50};
51#undef QT_MOC_LITERAL
52
53static const uint qt_meta_data_UMLWidgetStylePage[] = {
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, 0, 44, 2, 0x0a /* Public */,
68 3, 0, 45, 2, 0x0a /* Public */,
69 4, 0, 46, 2, 0x0a /* Public */,
70 5, 0, 47, 2, 0x0a /* Public */,
71 6, 0, 48, 2, 0x0a /* Public */,
72 7, 0, 49, 2, 0x0a /* Public */,
73
74 // slots: parameters
75 QMetaType::Void,
76 QMetaType::Void,
77 QMetaType::Void,
78 QMetaType::Void,
79 QMetaType::Void,
80 QMetaType::Void,
81
82 0 // eod
83};
84
85void UMLWidgetStylePage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
86{
87 if (_c == QMetaObject::InvokeMetaMethod) {
88 auto *_t = static_cast<UMLWidgetStylePage *>(_o);
89 (void)_t;
90 switch (_id) {
91 case 0: _t->slotTextButtonClicked(); break;
92 case 1: _t->slotLineButtonClicked(); break;
93 case 2: _t->slotFillButtonClicked(); break;
94 case 3: _t->slotBackgroundButtonClicked(); break;
95 case 4: _t->slotGridDotButtonClicked(); break;
96 case 5: _t->slotLineWidthButtonClicked(); break;
97 default: ;
98 }
99 }
100 (void)_a;
101}
102
103QT_INIT_METAOBJECT const QMetaObject UMLWidgetStylePage::staticMetaObject = { {
104 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
107 qt_static_metacall,
108 nullptr,
109 nullptr
110} };
111
112
113const QMetaObject *UMLWidgetStylePage::metaObject() const
114{
115 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
116}
117
118void *UMLWidgetStylePage::qt_metacast(const char *_clname)
119{
120 if (!_clname) return nullptr;
122 return static_cast<void*>(this);
123 return QWidget::qt_metacast(_clname);
124}
125
126int UMLWidgetStylePage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
127{
128 _id = QWidget::qt_metacall(_c, _id, _a);
129 if (_id < 0)
130 return _id;
131 if (_c == QMetaObject::InvokeMetaMethod) {
132 if (_id < 6)
133 qt_static_metacall(this, _c, _id, _a);
134 _id -= 6;
135 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
136 if (_id < 6)
137 *reinterpret_cast<int*>(_a[0]) = -1;
138 _id -= 6;
139 }
140 return _id;
141}
142QT_WARNING_POP
143QT_END_MOC_NAMESPACE
Definition umlwidgetstylepage.h:28
void slotTextButtonClicked()
Definition umlwidgetstylepage.cpp:220
static const uint qt_meta_data_UMLWidgetStylePage[]
Definition moc_umlwidgetstylepage.cpp:53
static const qt_meta_stringdata_UMLWidgetStylePage_t qt_meta_stringdata_UMLWidgetStylePage
Definition moc_umlwidgetstylepage.cpp:33
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_umlwidgetstylepage.cpp:28
Definition moc_umlwidgetstylepage.cpp:24
QByteArrayData data[8]
Definition moc_umlwidgetstylepage.cpp:25
char stringdata0[166]
Definition moc_umlwidgetstylepage.cpp:26