umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_entityattribute.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'entityattribute.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/umlmodel/entityattribute.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'entityattribute.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[6];
26 char stringdata0[58];
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_UMLEntityAttribute_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 18), // "UMLEntityAttribute"
36QT_MOC_LITERAL(1, 19, 12), // "DBIndex_Type"
37QT_MOC_LITERAL(2, 32, 4), // "None"
38QT_MOC_LITERAL(3, 37, 7), // "Primary"
39QT_MOC_LITERAL(4, 45, 5), // "Index"
40QT_MOC_LITERAL(5, 51, 6) // "Unique"
41
42 },
43 "UMLEntityAttribute\0DBIndex_Type\0None\0"
44 "Primary\0Index\0Unique"
45};
46#undef QT_MOC_LITERAL
47
48static const uint qt_meta_data_UMLEntityAttribute[] = {
49
50 // content:
51 8, // revision
52 0, // classname
53 0, 0, // classinfo
54 0, 0, // methods
55 0, 0, // properties
56 1, 14, // enums/sets
57 0, 0, // constructors
58 0, // flags
59 0, // signalCount
60
61 // enums: name, alias, flags, count, data
62 1, 1, 0x0, 4, 19,
63
64 // enum data: key, value
69
70 0 // eod
71};
72
73void UMLEntityAttribute::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
74{
75 (void)_o;
76 (void)_id;
77 (void)_c;
78 (void)_a;
79}
80
81QT_INIT_METAOBJECT const QMetaObject UMLEntityAttribute::staticMetaObject = { {
82 QMetaObject::SuperData::link<UMLAttribute::staticMetaObject>(),
85 qt_static_metacall,
86 nullptr,
87 nullptr
88} };
89
90
91const QMetaObject *UMLEntityAttribute::metaObject() const
92{
93 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
94}
95
96void *UMLEntityAttribute::qt_metacast(const char *_clname)
97{
98 if (!_clname) return nullptr;
100 return static_cast<void*>(this);
101 return UMLAttribute::qt_metacast(_clname);
102}
103
104int UMLEntityAttribute::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
105{
106 _id = UMLAttribute::qt_metacall(_c, _id, _a);
107 return _id;
108}
109QT_WARNING_POP
110QT_END_MOC_NAMESPACE
@ Index
Definition entityattribute.h:29
@ None
Definition entityattribute.h:27
@ Unique
Definition entityattribute.h:30
@ Primary
Definition entityattribute.h:28
static const uint qt_meta_data_UMLEntityAttribute[]
Definition moc_entityattribute.cpp:48
static const qt_meta_stringdata_UMLEntityAttribute_t qt_meta_stringdata_UMLEntityAttribute
Definition moc_entityattribute.cpp:33
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_entityattribute.cpp:28
Definition moc_entityattribute.cpp:24
QByteArrayData data[6]
Definition moc_entityattribute.cpp:25
char stringdata0[58]
Definition moc_entityattribute.cpp:26