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