umbrello 25.11.70
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 68 (Qt 6.8.3)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
10#include <QtCore/qmetatype.h>
11
12#include <QtCore/qtmochelpers.h>
13
14#include <memory>
15
16
17#include <QtCore/qxptype_traits.h>
18#if !defined(Q_MOC_OUTPUT_REVISION)
19#error "The header file 'entityattribute.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 68
21#error "This file was generated using the moc from 6.8.3. It"
22#error "cannot be used with the include files from this version of Qt."
23#error "(The moc has changed too much.)"
24#endif
25
26#ifndef Q_CONSTINIT
27#define Q_CONSTINIT
28#endif
29
30QT_WARNING_PUSH
32QT_WARNING_DISABLE_GCC("-Wuseless-cast")
33namespace {
35} // unnamed namespace
36
37
38#ifdef QT_MOC_HAS_STRINGDATA
39static constexpr auto qt_meta_stringdata_ZN18UMLEntityAttributeE = QtMocHelpers::stringData(
40 "UMLEntityAttribute",
41 "DBIndex_Type",
42 "None",
43 "Primary",
44 "Index",
45 "Unique"
46);
47#else // !QT_MOC_HAS_STRINGDATA
48#error "qtmochelpers.h not found or too old."
49#endif // !QT_MOC_HAS_STRINGDATA
50
52
53 // content:
54 12, // revision
55 0, // classname
56 0, 0, // classinfo
57 0, 0, // methods
58 0, 0, // properties
59 1, 14, // enums/sets
60 0, 0, // constructors
61 0, // flags
62 0, // signalCount
63
64 // enums: name, alias, flags, count, data
65 1, 1, 0x0, 4, 19,
66
67 // enum data: key, value
72
73 0 // eod
74};
75
76Q_CONSTINIT const QMetaObject UMLEntityAttribute::staticMetaObject = { {
77 QMetaObject::SuperData::link<UMLAttribute::staticMetaObject>(),
78 qt_meta_stringdata_ZN18UMLEntityAttributeE.offsetsAndSizes,
80 qt_static_metacall,
81 nullptr,
82 qt_incomplete_metaTypeArray<qt_meta_tag_ZN18UMLEntityAttributeE_t,
83 // enum 'DBIndex_Type'
84 QtPrivate::TypeAndForceComplete<UMLEntityAttribute::DBIndex_Type, std::true_type>,
85 // Q_OBJECT / Q_GADGET
86 QtPrivate::TypeAndForceComplete<UMLEntityAttribute, std::true_type>
87 >,
88 nullptr
89} };
90
91void UMLEntityAttribute::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
92{
93 auto *_t = static_cast<UMLEntityAttribute *>(_o);
94 (void)_t;
95 (void)_c;
96 (void)_id;
97 (void)_a;
98}
99
100const QMetaObject *UMLEntityAttribute::metaObject() const
101{
102 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
103}
104
105void *UMLEntityAttribute::qt_metacast(const char *_clname)
106{
107 if (!_clname) return nullptr;
108 if (!strcmp(_clname, qt_meta_stringdata_ZN18UMLEntityAttributeE.stringdata0))
109 return static_cast<void*>(this);
110 return UMLAttribute::qt_metacast(_clname);
111}
112
113int UMLEntityAttribute::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
114{
115 _id = UMLAttribute::qt_metacall(_c, _id, _a);
116 return _id;
117}
118QT_WARNING_POP
@ Index
Definition entityattribute.h:29
@ None
Definition entityattribute.h:27
@ Unique
Definition entityattribute.h:30
@ Primary
Definition entityattribute.h:28
UMLEntityAttribute(UMLObject *parent, const QString &name, Uml::ID::Type id=Uml::ID::None, Uml::Visibility::Enum s=Uml::Visibility::Private, UMLObject *type=nullptr, const QString &iv=QString())
Definition entityattribute.cpp:30
static Q_CONSTINIT const uint qt_meta_data_ZN18UMLEntityAttributeE[]
Definition moc_entityattribute.cpp:51
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33