umbrello 25.12.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_testpreconditionwidget.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'testpreconditionwidget.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 <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 'testpreconditionwidget.h' doesn't include <QObject>."
21#elif Q_MOC_OUTPUT_REVISION != 69
22#error "This file was generated using the moc from 6.9.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
38template <> constexpr inline auto TestPreconditionWidget::qt_create_metaobjectdata<qt_meta_tag_ZN22TestPreconditionWidgetE_t>()
39{
40 namespace QMC = QtMocConstants;
41 QtMocHelpers::StringRefStorage qt_stringData {
42 "TestPreconditionWidget",
43 "test_saveAndLoad",
44 ""
45 };
46
47 QtMocHelpers::UintData qt_methods {
48 // Slot 'test_saveAndLoad'
49 QtMocHelpers::SlotData<void()>(1, 2, QMC::AccessPrivate, QMetaType::Void),
50 };
51 QtMocHelpers::UintData qt_properties {
52 };
53 QtMocHelpers::UintData qt_enums {
54 };
55 return QtMocHelpers::metaObjectData<TestPreconditionWidget, qt_meta_tag_ZN22TestPreconditionWidgetE_t>(QMC::MetaObjectFlag{}, qt_stringData,
56 qt_methods, qt_properties, qt_enums);
57}
58Q_CONSTINIT const QMetaObject TestPreconditionWidget::staticMetaObject = { {
59 QMetaObject::SuperData::link<TestBase::staticMetaObject>(),
60 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN22TestPreconditionWidgetE_t>.stringdata,
61 qt_staticMetaObjectStaticContent<qt_meta_tag_ZN22TestPreconditionWidgetE_t>.data,
62 qt_static_metacall,
63 nullptr,
64 qt_staticMetaObjectRelocatingContent<qt_meta_tag_ZN22TestPreconditionWidgetE_t>.metaTypes,
65 nullptr
66} };
67
68void TestPreconditionWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
69{
70 auto *_t = static_cast<TestPreconditionWidget *>(_o);
71 if (_c == QMetaObject::InvokeMetaMethod) {
72 switch (_id) {
73 case 0: _t->test_saveAndLoad(); break;
74 default: ;
75 }
76 }
77 (void)_a;
78}
79
80const QMetaObject *TestPreconditionWidget::metaObject() const
81{
82 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
83}
84
85void *TestPreconditionWidget::qt_metacast(const char *_clname)
86{
87 if (!_clname) return nullptr;
88 if (!strcmp(_clname, qt_staticMetaObjectStaticContent<qt_meta_tag_ZN22TestPreconditionWidgetE_t>.strings))
89 return static_cast<void*>(this);
90 return TestBase::qt_metacast(_clname);
91}
92
93int TestPreconditionWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
94{
95 _id = TestBase::qt_metacall(_c, _id, _a);
96 if (_id < 0)
97 return _id;
98 if (_c == QMetaObject::InvokeMetaMethod) {
99 if (_id < 1)
100 qt_static_metacall(this, _c, _id, _a);
101 _id -= 1;
102 }
103 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
104 if (_id < 1)
105 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
106 _id -= 1;
107 }
108 return _id;
109}
110QT_WARNING_POP
#define Q_CONSTINIT
Definition moc_parser.cpp:27
Definition moc_parser.cpp:33