umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_docwindow.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'docwindow.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/docwindow.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'docwindow.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[11];
26 char stringdata0[147];
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_DocWindow_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 9), // "DocWindow"
36QT_MOC_LITERAL(1, 10, 22), // "slotAssociationRemoved"
37QT_MOC_LITERAL(2, 33, 0), // ""
38QT_MOC_LITERAL(3, 34, 18), // "AssociationWidget*"
39QT_MOC_LITERAL(4, 53, 11), // "association"
40QT_MOC_LITERAL(5, 65, 17), // "slotWidgetRemoved"
41QT_MOC_LITERAL(6, 83, 10), // "UMLWidget*"
42QT_MOC_LITERAL(7, 94, 6), // "widget"
43QT_MOC_LITERAL(8, 101, 15), // "slotTextChanged"
44QT_MOC_LITERAL(9, 117, 23), // "slotFocusEnabledChanged"
45QT_MOC_LITERAL(10, 141, 5) // "state"
46
47 },
48 "DocWindow\0slotAssociationRemoved\0\0"
49 "AssociationWidget*\0association\0"
50 "slotWidgetRemoved\0UMLWidget*\0widget\0"
51 "slotTextChanged\0slotFocusEnabledChanged\0"
52 "state"
53};
54#undef QT_MOC_LITERAL
55
56static const uint qt_meta_data_DocWindow[] = {
57
58 // content:
59 8, // revision
60 0, // classname
61 0, 0, // classinfo
62 4, 14, // methods
63 0, 0, // properties
64 0, 0, // enums/sets
65 0, 0, // constructors
66 0, // flags
67 0, // signalCount
68
69 // slots: name, argc, parameters, tag, flags
70 1, 1, 34, 2, 0x0a /* Public */,
71 5, 1, 37, 2, 0x0a /* Public */,
72 8, 0, 40, 2, 0x08 /* Private */,
73 9, 1, 41, 2, 0x08 /* Private */,
74
75 // slots: parameters
76 QMetaType::Void, 0x80000000 | 3, 4,
77 QMetaType::Void, 0x80000000 | 6, 7,
78 QMetaType::Void,
79 QMetaType::Void, QMetaType::Int, 10,
80
81 0 // eod
82};
83
84void DocWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
85{
86 if (_c == QMetaObject::InvokeMetaMethod) {
87 auto *_t = static_cast<DocWindow *>(_o);
88 (void)_t;
89 switch (_id) {
90 case 0: _t->slotAssociationRemoved((*reinterpret_cast< AssociationWidget*(*)>(_a[1]))); break;
91 case 1: _t->slotWidgetRemoved((*reinterpret_cast< UMLWidget*(*)>(_a[1]))); break;
92 case 2: _t->slotTextChanged(); break;
93 case 3: _t->slotFocusEnabledChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
94 default: ;
95 }
96 }
97}
98
99QT_INIT_METAOBJECT const QMetaObject DocWindow::staticMetaObject = { {
100 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
103 qt_static_metacall,
104 nullptr,
105 nullptr
106} };
107
108
109const QMetaObject *DocWindow::metaObject() const
110{
111 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
112}
113
114void *DocWindow::qt_metacast(const char *_clname)
115{
116 if (!_clname) return nullptr;
117 if (!strcmp(_clname, qt_meta_stringdata_DocWindow.stringdata0))
118 return static_cast<void*>(this);
119 return QWidget::qt_metacast(_clname);
120}
121
122int DocWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
123{
124 _id = QWidget::qt_metacall(_c, _id, _a);
125 if (_id < 0)
126 return _id;
127 if (_c == QMetaObject::InvokeMetaMethod) {
128 if (_id < 4)
129 qt_static_metacall(this, _c, _id, _a);
130 _id -= 4;
131 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
132 if (_id < 4)
133 *reinterpret_cast<int*>(_a[0]) = -1;
134 _id -= 4;
135 }
136 return _id;
137}
138QT_WARNING_POP
139QT_END_MOC_NAMESPACE
This class represents an association inside a diagram. Bugs and comments to umbrello-devel@kde....
Definition associationwidget.h:47
Definition docwindow.h:25
void slotAssociationRemoved(AssociationWidget *association)
Definition docwindow.cpp:381
The base class for graphical UML objects.
Definition umlwidget.h:36
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_docwindow.cpp:28
static const uint qt_meta_data_DocWindow[]
Definition moc_docwindow.cpp:56
static const qt_meta_stringdata_DocWindow_t qt_meta_stringdata_DocWindow
Definition moc_docwindow.cpp:33
Definition moc_docwindow.cpp:24
QByteArrayData data[11]
Definition moc_docwindow.cpp:25
char stringdata0[147]
Definition moc_docwindow.cpp:26