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