umbrello 25.11.70
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 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 'testpreconditionwidget.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_ZN22TestPreconditionWidgetE = QtMocHelpers::stringData(
41 "TestPreconditionWidget",
42 "test_saveAndLoad",
43 ""
44);
45#else // !QT_MOC_HAS_STRINGDATA
46#error "qtmochelpers.h not found or too old."
47#endif // !QT_MOC_HAS_STRINGDATA
48
50
51 // content:
52 12, // revision
53 0, // classname
54 0, 0, // classinfo
55 1, 14, // methods
56 0, 0, // properties
57 0, 0, // enums/sets
58 0, 0, // constructors
59 0, // flags
60 0, // signalCount
61
62 // slots: name, argc, parameters, tag, flags, initial metatype offsets
63 1, 0, 20, 2, 0x08, 1 /* Private */,
64
65 // slots: parameters
66 QMetaType::Void,
67
68 0 // eod
69};
70
71Q_CONSTINIT const QMetaObject TestPreconditionWidget::staticMetaObject = { {
72 QMetaObject::SuperData::link<TestBase::staticMetaObject>(),
73 qt_meta_stringdata_ZN22TestPreconditionWidgetE.offsetsAndSizes,
75 qt_static_metacall,
76 nullptr,
77 qt_incomplete_metaTypeArray<qt_meta_tag_ZN22TestPreconditionWidgetE_t,
78 // Q_OBJECT / Q_GADGET
79 QtPrivate::TypeAndForceComplete<TestPreconditionWidget, std::true_type>,
80 // method 'test_saveAndLoad'
81 QtPrivate::TypeAndForceComplete<void, std::false_type>
82 >,
83 nullptr
84} };
85
86void TestPreconditionWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
87{
88 auto *_t = static_cast<TestPreconditionWidget *>(_o);
89 if (_c == QMetaObject::InvokeMetaMethod) {
90 switch (_id) {
91 case 0: _t->test_saveAndLoad(); break;
92 default: ;
93 }
94 }
95 (void)_a;
96}
97
98const QMetaObject *TestPreconditionWidget::metaObject() const
99{
100 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
101}
102
103void *TestPreconditionWidget::qt_metacast(const char *_clname)
104{
105 if (!_clname) return nullptr;
106 if (!strcmp(_clname, qt_meta_stringdata_ZN22TestPreconditionWidgetE.stringdata0))
107 return static_cast<void*>(this);
108 return TestBase::qt_metacast(_clname);
109}
110
111int TestPreconditionWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
112{
113 _id = TestBase::qt_metacall(_c, _id, _a);
114 if (_id < 0)
115 return _id;
116 if (_c == QMetaObject::InvokeMetaMethod) {
117 if (_id < 1)
118 qt_static_metacall(this, _c, _id, _a);
119 _id -= 1;
120 }
121 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
122 if (_id < 1)
123 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
124 _id -= 1;
125 }
126 return _id;
127}
128QT_WARNING_POP
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN22TestPreconditionWidgetE[]
Definition moc_testpreconditionwidget.cpp:49
Definition moc_parser.cpp:33