umbrello 25.04.1
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 67 (Qt 5.15.13)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
10#include "../../../../umbrello/dialogs/singlepagedialogbase.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'singlepagedialogbase.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.13. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
25 QByteArrayData data[7];
26 char stringdata0[79];
27};
28#define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_SinglePageDialogBase_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 20), // "SinglePageDialogBase"
36QT_MOC_LITERAL(1, 21, 9), // "slotApply"
37QT_MOC_LITERAL(2, 31, 0), // ""
38QT_MOC_LITERAL(3, 32, 6), // "slotOk"
39QT_MOC_LITERAL(4, 39, 10), // "slotCancel"
40QT_MOC_LITERAL(5, 50, 11), // "slotClicked"
41QT_MOC_LITERAL(6, 62, 16) // "QAbstractButton*"
42
43 },
44 "SinglePageDialogBase\0slotApply\0\0slotOk\0"
45 "slotCancel\0slotClicked\0QAbstractButton*"
46};
47#undef QT_MOC_LITERAL
48
49static const uint qt_meta_data_SinglePageDialogBase[] = {
50
51 // content:
52 8, // revision
53 0, // classname
54 0, 0, // classinfo
55 4, 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
63 1, 0, 34, 2, 0x09 /* Protected */,
64 3, 0, 35, 2, 0x09 /* Protected */,
65 4, 0, 36, 2, 0x09 /* Protected */,
66 5, 1, 37, 2, 0x09 /* Protected */,
67
68 // slots: parameters
69 QMetaType::Void,
70 QMetaType::Void,
71 QMetaType::Void,
72 QMetaType::Void, 0x80000000 | 6, 2,
73
74 0 // eod
75};
76
77void SinglePageDialogBase::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
78{
79 if (_c == QMetaObject::InvokeMetaMethod) {
80 auto *_t = static_cast<SinglePageDialogBase *>(_o);
81 (void)_t;
82 switch (_id) {
83 case 0: _t->slotApply(); break;
84 case 1: _t->slotOk(); break;
85 case 2: _t->slotCancel(); break;
86 case 3: _t->slotClicked((*reinterpret_cast< QAbstractButton*(*)>(_a[1]))); break;
87 default: ;
88 }
89 }
90}
91
92QT_INIT_METAOBJECT const QMetaObject SinglePageDialogBase::staticMetaObject = { {
93 QMetaObject::SuperData::link<QDialog::staticMetaObject>(),
96 qt_static_metacall,
97 nullptr,
98 nullptr
99} };
100
101
102const QMetaObject *SinglePageDialogBase::metaObject() const
103{
104 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
105}
106
107void *SinglePageDialogBase::qt_metacast(const char *_clname)
108{
109 if (!_clname) return nullptr;
111 return static_cast<void*>(this);
112 return QDialog::qt_metacast(_clname);
113}
114
115int SinglePageDialogBase::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
116{
117 _id = QDialog::qt_metacall(_c, _id, _a);
118 if (_id < 0)
119 return _id;
120 if (_c == QMetaObject::InvokeMetaMethod) {
121 if (_id < 4)
122 qt_static_metacall(this, _c, _id, _a);
123 _id -= 4;
124 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
125 if (_id < 4)
126 *reinterpret_cast<int*>(_a[0]) = -1;
127 _id -= 4;
128 }
129 return _id;
130}
131QT_WARNING_POP
132QT_END_MOC_NAMESPACE
Definition singlepagedialogbase.h:23
void slotApply()
Definition singlepagedialogbase.cpp:146
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_singlepagedialogbase.cpp:28
static const uint qt_meta_data_SinglePageDialogBase[]
Definition moc_singlepagedialogbase.cpp:49
static const qt_meta_stringdata_SinglePageDialogBase_t qt_meta_stringdata_SinglePageDialogBase
Definition moc_singlepagedialogbase.cpp:33
Definition moc_singlepagedialogbase.cpp:24
QByteArrayData data[7]
Definition moc_singlepagedialogbase.cpp:25
char stringdata0[79]
Definition moc_singlepagedialogbase.cpp:26