umbrello 25.12.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_umlentityattribute.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'umlentityattribute.h'
3**
4** Created by: The Qt Meta Object Compiler version 69 (Qt 6.9.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 'umlentityattribute.h' doesn't include <QObject>."
20#elif Q_MOC_OUTPUT_REVISION != 69
21#error "This file was generated using the moc from 6.9.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
37template <> constexpr inline auto UMLEntityAttribute::qt_create_metaobjectdata<qt_meta_tag_ZN18UMLEntityAttributeE_t>()
38{
39 namespace QMC = QtMocConstants;
40 QtMocHelpers::StringRefStorage qt_stringData {
41 "UMLEntityAttribute",
42 "DBIndex_Type",
43 "None",
44 "Primary",
45 "Index",
46 "Unique"
47 };
48
49 QtMocHelpers::UintData qt_methods {
50 };
51 QtMocHelpers::UintData qt_properties {
52 };
53 QtMocHelpers::UintData qt_enums {
54 // enum 'DBIndex_Type'
55 QtMocHelpers::EnumData<enum DBIndex_Type>(1, 1, QMC::EnumFlags{}).add({
56 { 2, DBIndex_Type::None },
60 }),
61 };
62 return QtMocHelpers::metaObjectData<UMLEntityAttribute, qt_meta_tag_ZN18UMLEntityAttributeE_t>(QMC::MetaObjectFlag{}, qt_stringData,
63 qt_methods, qt_properties, qt_enums);
64}
65Q_CONSTINIT const QMetaObject UMLEntityAttribute::staticMetaObject = { {
66 QMetaObject::SuperData::link<UMLAttribute::staticMetaObject>(),
67 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18UMLEntityAttributeE_t>.stringdata,
68 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18UMLEntityAttributeE_t>.data,
69 qt_static_metacall,
70 nullptr,
71 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN18UMLEntityAttributeE_t>.metaTypes,
72 nullptr
73} };
74
75void UMLEntityAttribute::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
76{
77 auto *_t = static_cast<UMLEntityAttribute *>(_o);
78 (void)_t;
79 (void)_c;
80 (void)_id;
81 (void)_a;
82}
83
84const QMetaObject *UMLEntityAttribute::metaObject() const
85{
86 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
87}
88
89void *UMLEntityAttribute::qt_metacast(const char *_clname)
90{
91 if (!_clname) return nullptr;
92 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN18UMLEntityAttributeE_t>.strings))
93 return static_cast<void*>(this);
94 return UMLAttribute::qt_metacast(_clname);
95}
96
97int UMLEntityAttribute::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
98{
99 _id = UMLAttribute::qt_metacall(_c, _id, _a);
100 return _id;
101}
102QT_WARNING_POP
@ Index
Definition umlentityattribute.h:29
@ None
Definition umlentityattribute.h:27
@ Unique
Definition umlentityattribute.h:30
@ Primary
Definition umlentityattribute.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 umlentityattribute.cpp:30
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33