umbrello 25.11.70
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_statedialog.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'statedialog.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 'statedialog.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_ZN11StateDialogE = QtMocHelpers::stringData(
40 "StateDialog",
41 "slotOk",
42 "",
43 "slotApply"
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 2, 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, 26, 2, 0x09, 1 /* Protected */,
64 3, 0, 27, 2, 0x09, 2 /* Protected */,
65
66 // slots: parameters
67 QMetaType::Void,
68 QMetaType::Void,
69
70 0 // eod
71};
72
73Q_CONSTINIT const QMetaObject StateDialog::staticMetaObject = { {
74 QMetaObject::SuperData::link<MultiPageDialogBase::staticMetaObject>(),
75 qt_meta_stringdata_ZN11StateDialogE.offsetsAndSizes,
77 qt_static_metacall,
78 nullptr,
79 qt_incomplete_metaTypeArray<qt_meta_tag_ZN11StateDialogE_t,
80 // Q_OBJECT / Q_GADGET
81 QtPrivate::TypeAndForceComplete<StateDialog, std::true_type>,
82 // method 'slotOk'
83 QtPrivate::TypeAndForceComplete<void, std::false_type>,
84 // method 'slotApply'
85 QtPrivate::TypeAndForceComplete<void, std::false_type>
86 >,
87 nullptr
88} };
89
90void StateDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
91{
92 auto *_t = static_cast<StateDialog *>(_o);
93 if (_c == QMetaObject::InvokeMetaMethod) {
94 switch (_id) {
95 case 0: _t->slotOk(); break;
96 case 1: _t->slotApply(); break;
97 default: ;
98 }
99 }
100 (void)_a;
101}
102
103const QMetaObject *StateDialog::metaObject() const
104{
105 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
106}
107
108void *StateDialog::qt_metacast(const char *_clname)
109{
110 if (!_clname) return nullptr;
111 if (!strcmp(_clname, qt_meta_stringdata_ZN11StateDialogE.stringdata0))
112 return static_cast<void*>(this);
113 return MultiPageDialogBase::qt_metacast(_clname);
114}
115
116int StateDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
117{
118 _id = MultiPageDialogBase::qt_metacall(_c, _id, _a);
119 if (_id < 0)
120 return _id;
121 if (_c == QMetaObject::InvokeMetaMethod) {
122 if (_id < 2)
123 qt_static_metacall(this, _c, _id, _a);
124 _id -= 2;
125 }
126 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
127 if (_id < 2)
128 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
129 _id -= 2;
130 }
131 return _id;
132}
133QT_WARNING_POP
StateDialog(QWidget *parent, StateWidget *pWidget)
Definition statedialog.cpp:37
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN11StateDialogE[]
Definition moc_statedialog.cpp:49
Definition moc_parser.cpp:33