umbrello 25.11.70
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_testpythonwriter.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'testpythonwriter.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 <QtNetwork/QSslError>
11#include <QtCore/qmetatype.h>
12
13#include <QtCore/qtmochelpers.h>
14
15#include <memory>
16
17
18#include <QtCore/qxptype_traits.h>
19#if !defined(Q_MOC_OUTPUT_REVISION)
20#error "The header file 'testpythonwriter.h' doesn't include <QObject>."
21#elif Q_MOC_OUTPUT_REVISION != 68
22#error "This file was generated using the moc from 6.8.3. It"
23#error "cannot be used with the include files from this version of Qt."
24#error "(The moc has changed too much.)"
25#endif
26
27#ifndef Q_CONSTINIT
28#define Q_CONSTINIT
29#endif
30
31QT_WARNING_PUSH
33QT_WARNING_DISABLE_GCC("-Wuseless-cast")
34namespace {
36} // unnamed namespace
37
38
39#ifdef QT_MOC_HAS_STRINGDATA
40static constexpr auto qt_meta_stringdata_ZN16TestPythonWriterE = QtMocHelpers::stringData(
41 "TestPythonWriter",
42 "test_language",
43 "",
44 "test_writeClass",
45 "test_reservedKeywords"
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 3, 14, // methods
58 0, 0, // properties
59 0, 0, // enums/sets
60 0, 0, // constructors
61 0, // flags
62 0, // signalCount
63
64 // slots: name, argc, parameters, tag, flags, initial metatype offsets
65 1, 0, 32, 2, 0x08, 1 /* Private */,
66 3, 0, 33, 2, 0x08, 2 /* Private */,
67 4, 0, 34, 2, 0x08, 3 /* Private */,
68
69 // slots: parameters
70 QMetaType::Void,
71 QMetaType::Void,
72 QMetaType::Void,
73
74 0 // eod
75};
76
77Q_CONSTINIT const QMetaObject TestPythonWriter::staticMetaObject = { {
78 QMetaObject::SuperData::link<TestCodeGeneratorBase::staticMetaObject>(),
79 qt_meta_stringdata_ZN16TestPythonWriterE.offsetsAndSizes,
81 qt_static_metacall,
82 nullptr,
83 qt_incomplete_metaTypeArray<qt_meta_tag_ZN16TestPythonWriterE_t,
84 // Q_OBJECT / Q_GADGET
85 QtPrivate::TypeAndForceComplete<TestPythonWriter, std::true_type>,
86 // method 'test_language'
87 QtPrivate::TypeAndForceComplete<void, std::false_type>,
88 // method 'test_writeClass'
89 QtPrivate::TypeAndForceComplete<void, std::false_type>,
90 // method 'test_reservedKeywords'
91 QtPrivate::TypeAndForceComplete<void, std::false_type>
92 >,
93 nullptr
94} };
95
96void TestPythonWriter::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
97{
98 auto *_t = static_cast<TestPythonWriter *>(_o);
99 if (_c == QMetaObject::InvokeMetaMethod) {
100 switch (_id) {
101 case 0: _t->test_language(); break;
102 case 1: _t->test_writeClass(); break;
103 case 2: _t->test_reservedKeywords(); break;
104 default: ;
105 }
106 }
107 (void)_a;
108}
109
110const QMetaObject *TestPythonWriter::metaObject() const
111{
112 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
113}
114
115void *TestPythonWriter::qt_metacast(const char *_clname)
116{
117 if (!_clname) return nullptr;
118 if (!strcmp(_clname, qt_meta_stringdata_ZN16TestPythonWriterE.stringdata0))
119 return static_cast<void*>(this);
120 return TestCodeGeneratorBase::qt_metacast(_clname);
121}
122
123int TestPythonWriter::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
124{
125 _id = TestCodeGeneratorBase::qt_metacall(_c, _id, _a);
126 if (_id < 0)
127 return _id;
128 if (_c == QMetaObject::InvokeMetaMethod) {
129 if (_id < 3)
130 qt_static_metacall(this, _c, _id, _a);
131 _id -= 3;
132 }
133 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
134 if (_id < 3)
135 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
136 _id -= 3;
137 }
138 return _id;
139}
140QT_WARNING_POP
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN16TestPythonWriterE[]
Definition moc_testpythonwriter.cpp:51
Definition moc_parser.cpp:33