umbrello 25.11.70
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 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 'singlepagedialogbase.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_ZN20SinglePageDialogBaseE = QtMocHelpers::stringData(
40 "SinglePageDialogBase",
41 "slotApply",
42 "",
43 "slotOk",
44 "slotCancel",
45 "slotClicked",
46 "QAbstractButton*"
47);
48#else // !QT_MOC_HAS_STRINGDATA
49#error "qtmochelpers.h not found or too old."
50#endif // !QT_MOC_HAS_STRINGDATA
51
53
54 // content:
55 12, // revision
56 0, // classname
57 0, 0, // classinfo
58 4, 14, // methods
59 0, 0, // properties
60 0, 0, // enums/sets
61 0, 0, // constructors
62 0, // flags
63 0, // signalCount
64
65 // slots: name, argc, parameters, tag, flags, initial metatype offsets
66 1, 0, 38, 2, 0x09, 1 /* Protected */,
67 3, 0, 39, 2, 0x09, 2 /* Protected */,
68 4, 0, 40, 2, 0x09, 3 /* Protected */,
69 5, 1, 41, 2, 0x09, 4 /* Protected */,
70
71 // slots: parameters
72 QMetaType::Void,
73 QMetaType::Void,
74 QMetaType::Void,
75 QMetaType::Void, 0x80000000 | 6, 2,
76
77 0 // eod
78};
79
80Q_CONSTINIT const QMetaObject SinglePageDialogBase::staticMetaObject = { {
81 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
82 qt_meta_stringdata_ZN20SinglePageDialogBaseE.offsetsAndSizes,
84 qt_static_metacall,
85 nullptr,
86 qt_incomplete_metaTypeArray<qt_meta_tag_ZN20SinglePageDialogBaseE_t,
87 // Q_OBJECT / Q_GADGET
88 QtPrivate::TypeAndForceComplete<SinglePageDialogBase, std::true_type>,
89 // method 'slotApply'
90 QtPrivate::TypeAndForceComplete<void, std::false_type>,
91 // method 'slotOk'
92 QtPrivate::TypeAndForceComplete<void, std::false_type>,
93 // method 'slotCancel'
94 QtPrivate::TypeAndForceComplete<void, std::false_type>,
95 // method 'slotClicked'
96 QtPrivate::TypeAndForceComplete<void, std::false_type>,
97 QtPrivate::TypeAndForceComplete<QAbstractButton *, std::false_type>
98 >,
99 nullptr
100} };
101
102void SinglePageDialogBase::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
103{
104 auto *_t = static_cast<SinglePageDialogBase *>(_o);
105 if (_c == QMetaObject::InvokeMetaMethod) {
106 switch (_id) {
107 case 0: _t->slotApply(); break;
108 case 1: _t->slotOk(); break;
109 case 2: _t->slotCancel(); break;
110 case 3: _t->slotClicked((*reinterpret_cast< std::add_pointer_t<QAbstractButton*>>(_a[1]))); break;
111 default: ;
112 }
113 }
114}
115
116const QMetaObject *SinglePageDialogBase::metaObject() const
117{
118 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
119}
120
121void *SinglePageDialogBase::qt_metacast(const char *_clname)
122{
123 if (!_clname) return nullptr;
124 if (!strcmp(_clname, qt_meta_stringdata_ZN20SinglePageDialogBaseE.stringdata0))
125 return static_cast<void*>(this);
126 return QDialog::qt_metacast(_clname);
127}
128
129int SinglePageDialogBase::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
130{
131 _id = QDialog::qt_metacall(_c, _id, _a);
132 if (_id < 0)
133 return _id;
134 if (_c == QMetaObject::InvokeMetaMethod) {
135 if (_id < 4)
136 qt_static_metacall(this, _c, _id, _a);
137 _id -= 4;
138 }
139 if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
140 if (_id < 4)
141 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
142 _id -= 4;
143 }
144 return _id;
145}
146QT_WARNING_POP
SinglePageDialogBase(QWidget *parent, bool withApplyButton=false, bool withSearchButton=false)
Definition singlepagedialogbase.cpp:23
#define Q_CONSTINIT
Definition moc_parser.cpp:27
static Q_CONSTINIT const uint qt_meta_data_ZN20SinglePageDialogBaseE[]
Definition moc_singlepagedialogbase.cpp:52
Definition moc_parser.cpp:33