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