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.)"
23QT_WARNING_DISABLE_DEPRECATED
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)) \
48 "DocWindow\0slotAssociationRemoved\0\0"
49 "AssociationWidget*\0association\0"
50 "slotWidgetRemoved\0UMLWidget*\0widget\0"
51 "slotTextChanged\0slotFocusEnabledChanged\0"
76 QMetaType::Void, 0x80000000 | 3, 4,
77 QMetaType::Void, 0x80000000 | 6, 7,
79 QMetaType::Void, QMetaType::Int, 10,
84void DocWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
86 if (_c == QMetaObject::InvokeMetaMethod) {
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;
99QT_INIT_METAOBJECT
const QMetaObject DocWindow::staticMetaObject = { {
100 QMetaObject::SuperData::link<QWidget::staticMetaObject>(),
109const QMetaObject *DocWindow::metaObject()
const
111 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
114void *DocWindow::qt_metacast(
const char *_clname)
116 if (!_clname)
return nullptr;
118 return static_cast<void*
>(
this);
119 return QWidget::qt_metacast(_clname);
122int DocWindow::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
124 _id = QWidget::qt_metacall(_c, _id, _a);
127 if (_c == QMetaObject::InvokeMetaMethod) {
129 qt_static_metacall(
this, _c, _id, _a);
131 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
133 *
reinterpret_cast<int*
>(_a[0]) = -1;
Definition docwindow.h:25
void slotAssociationRemoved(AssociationWidget *association)
Definition docwindow.cpp:381
#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