umbrello 25.11.70
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_codedocument.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'codedocument.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 'codedocument.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_ZN12CodeDocumentE = QtMocHelpers::stringData(
40 "CodeDocument"
41);
42#else // !QT_MOC_HAS_STRINGDATA
43#error "qtmochelpers.h not found or too old."
44#endif // !QT_MOC_HAS_STRINGDATA
45
47
48 // content:
49 12, // revision
50 0, // classname
51 0, 0, // classinfo
52 0, 0, // methods
53 0, 0, // properties
54 0, 0, // enums/sets
55 0, 0, // constructors
56 0, // flags
57 0, // signalCount
58
59 0 // eod
60};
61
62Q_CONSTINIT const QMetaObject CodeDocument::staticMetaObject = { {
63 QMetaObject::SuperData::link<QObject::staticMetaObject>(),
64 qt_meta_stringdata_ZN12CodeDocumentE.offsetsAndSizes,
66 qt_static_metacall,
67 nullptr,
68 qt_incomplete_metaTypeArray<qt_meta_tag_ZN12CodeDocumentE_t,
69 // Q_OBJECT / Q_GADGET
70 QtPrivate::TypeAndForceComplete<CodeDocument, std::true_type>
71 >,
72 nullptr
73} };
74
75void CodeDocument::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
76{
77 auto *_t = static_cast<CodeDocument *>(_o);
78 (void)_t;
79 (void)_c;
80 (void)_id;
81 (void)_a;
82}
83
84const QMetaObject *CodeDocument::metaObject() const
85{
86 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
87}
88
89void *CodeDocument::qt_metacast(const char *_clname)
90{
91 if (!_clname) return nullptr;
92 if (!strcmp(_clname, qt_meta_stringdata_ZN12CodeDocumentE.stringdata0))
93 return static_cast<void*>(this);
94 if (!strcmp(_clname, "CodeGenObjectWithTextBlocks"))
95 return static_cast< CodeGenObjectWithTextBlocks*>(this);
96 return QObject::qt_metacast(_clname);
97}
98
99int CodeDocument::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
100{
101 _id = QObject::qt_metacall(_c, _id, _a);
102 return _id;
103}
104QT_WARNING_POP
CodeDocument()
Definition codedocument.cpp:26
CodeGenObjectWithTextBlocks(CodeDocument *parent)
Definition codegenobjectwithtextblocks.cpp:28
static Q_CONSTINIT const uint qt_meta_data_ZN12CodeDocumentE[]
Definition moc_codedocument.cpp:46
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33