umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_selectoperationdialog.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'selectoperationdialog.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/selectoperationdialog.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'selectoperationdialog.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[9];
26 char stringdata0[115];
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_SelectOperationDialog_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 21), // "SelectOperationDialog"
36QT_MOC_LITERAL(1, 22, 24), // "slotAutoIncrementChecked"
37QT_MOC_LITERAL(2, 47, 0), // ""
38QT_MOC_LITERAL(3, 48, 5), // "state"
39QT_MOC_LITERAL(4, 54, 16), // "slotNewOperation"
40QT_MOC_LITERAL(5, 71, 16), // "slotIndexChanged"
41QT_MOC_LITERAL(6, 88, 5), // "index"
42QT_MOC_LITERAL(7, 94, 15), // "slotTextChanged"
43QT_MOC_LITERAL(8, 110, 4) // "text"
44
45 },
46 "SelectOperationDialog\0slotAutoIncrementChecked\0"
47 "\0state\0slotNewOperation\0slotIndexChanged\0"
48 "index\0slotTextChanged\0text"
49};
50#undef QT_MOC_LITERAL
51
53
54 // content:
55 8, // 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
66 1, 1, 34, 2, 0x0a /* Public */,
67 4, 0, 37, 2, 0x0a /* Public */,
68 5, 1, 38, 2, 0x0a /* Public */,
69 7, 1, 41, 2, 0x0a /* Public */,
70
71 // slots: parameters
72 QMetaType::Void, QMetaType::Bool, 3,
73 QMetaType::Void,
74 QMetaType::Void, QMetaType::Int, 6,
75 QMetaType::Void, QMetaType::QString, 8,
76
77 0 // eod
78};
79
80void SelectOperationDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
81{
82 if (_c == QMetaObject::InvokeMetaMethod) {
83 auto *_t = static_cast<SelectOperationDialog *>(_o);
84 (void)_t;
85 switch (_id) {
86 case 0: _t->slotAutoIncrementChecked((*reinterpret_cast< bool(*)>(_a[1]))); break;
87 case 1: _t->slotNewOperation(); break;
88 case 2: _t->slotIndexChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
89 case 3: _t->slotTextChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
90 default: ;
91 }
92 }
93}
94
95QT_INIT_METAOBJECT const QMetaObject SelectOperationDialog::staticMetaObject = { {
96 QMetaObject::SuperData::link<SinglePageDialogBase::staticMetaObject>(),
99 qt_static_metacall,
100 nullptr,
101 nullptr
102} };
103
104
105const QMetaObject *SelectOperationDialog::metaObject() const
106{
107 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
108}
109
110void *SelectOperationDialog::qt_metacast(const char *_clname)
111{
112 if (!_clname) return nullptr;
114 return static_cast<void*>(this);
115 return SinglePageDialogBase::qt_metacast(_clname);
116}
117
118int SelectOperationDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
119{
120 _id = SinglePageDialogBase::qt_metacall(_c, _id, _a);
121 if (_id < 0)
122 return _id;
123 if (_c == QMetaObject::InvokeMetaMethod) {
124 if (_id < 4)
125 qt_static_metacall(this, _c, _id, _a);
126 _id -= 4;
127 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
128 if (_id < 4)
129 *reinterpret_cast<int*>(_a[0]) = -1;
130 _id -= 4;
131 }
132 return _id;
133}
134QT_WARNING_POP
135QT_END_MOC_NAMESPACE
A dialog to select an operation.
Definition selectoperationdialog.h:28
void slotAutoIncrementChecked(bool state)
Definition selectoperationdialog.cpp:147
static const qt_meta_stringdata_SelectOperationDialog_t qt_meta_stringdata_SelectOperationDialog
Definition moc_selectoperationdialog.cpp:33
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_selectoperationdialog.cpp:28
static const uint qt_meta_data_SelectOperationDialog[]
Definition moc_selectoperationdialog.cpp:52
Definition moc_selectoperationdialog.cpp:24
QByteArrayData data[9]
Definition moc_selectoperationdialog.cpp:25
char stringdata0[115]
Definition moc_selectoperationdialog.cpp:26