umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_umldatatypewidget.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'umldatatypewidget.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/widgets/umldatatypewidget.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'umldatatypewidget.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[3];
26 char stringdata0[35];
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_UMLDatatypeWidget_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 17), // "UMLDatatypeWidget"
36QT_MOC_LITERAL(1, 18, 15), // "editTextChanged"
37QT_MOC_LITERAL(2, 34, 0) // ""
38
39 },
40 "UMLDatatypeWidget\0editTextChanged\0"
41};
42#undef QT_MOC_LITERAL
43
44static const uint qt_meta_data_UMLDatatypeWidget[] = {
45
46 // content:
47 8, // revision
48 0, // classname
49 0, 0, // classinfo
50 1, 14, // methods
51 0, 0, // properties
52 0, 0, // enums/sets
53 0, 0, // constructors
54 0, // flags
55 1, // signalCount
56
57 // signals: name, argc, parameters, tag, flags
58 1, 1, 19, 2, 0x06 /* Public */,
59
60 // signals: parameters
61 QMetaType::Void, QMetaType::QString, 2,
62
63 0 // eod
64};
65
66void UMLDatatypeWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
67{
68 if (_c == QMetaObject::InvokeMetaMethod) {
69 auto *_t = static_cast<UMLDatatypeWidget *>(_o);
70 (void)_t;
71 switch (_id) {
72 case 0: _t->editTextChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
73 default: ;
74 }
75 } else if (_c == QMetaObject::IndexOfMethod) {
76 int *result = reinterpret_cast<int *>(_a[0]);
77 {
78 using _t = void (UMLDatatypeWidget::*)(const QString & );
79 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&UMLDatatypeWidget::editTextChanged)) {
80 *result = 0;
81 return;
82 }
83 }
84 }
85}
86
87QT_INIT_METAOBJECT const QMetaObject UMLDatatypeWidget::staticMetaObject = { {
88 QMetaObject::SuperData::link<ComboBoxWidgetBase::staticMetaObject>(),
91 qt_static_metacall,
92 nullptr,
93 nullptr
94} };
95
96
97const QMetaObject *UMLDatatypeWidget::metaObject() const
98{
99 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
100}
101
102void *UMLDatatypeWidget::qt_metacast(const char *_clname)
103{
104 if (!_clname) return nullptr;
106 return static_cast<void*>(this);
107 return ComboBoxWidgetBase::qt_metacast(_clname);
108}
109
110int UMLDatatypeWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
111{
112 _id = ComboBoxWidgetBase::qt_metacall(_c, _id, _a);
113 if (_id < 0)
114 return _id;
115 if (_c == QMetaObject::InvokeMetaMethod) {
116 if (_id < 1)
117 qt_static_metacall(this, _c, _id, _a);
118 _id -= 1;
119 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
120 if (_id < 1)
121 *reinterpret_cast<int*>(_a[0]) = -1;
122 _id -= 1;
123 }
124 return _id;
125}
126
127// SIGNAL 0
128void UMLDatatypeWidget::editTextChanged(const QString & _t1)
129{
130 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
131 QMetaObject::activate(this, &staticMetaObject, 0, _a);
132}
133QT_WARNING_POP
134QT_END_MOC_NAMESPACE
Definition umldatatypewidget.h:19
void editTextChanged(const QString &)
Definition moc_umldatatypewidget.cpp:128
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_umldatatypewidget.cpp:28
static const qt_meta_stringdata_UMLDatatypeWidget_t qt_meta_stringdata_UMLDatatypeWidget
Definition moc_umldatatypewidget.cpp:33
static const uint qt_meta_data_UMLDatatypeWidget[]
Definition moc_umldatatypewidget.cpp:44
Definition moc_umldatatypewidget.cpp:24
QByteArrayData data[3]
Definition moc_umldatatypewidget.cpp:25
char stringdata0[35]
Definition moc_umldatatypewidget.cpp:26