umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
moc_selectoperationpage.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'selectoperationpage.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/pages/selectoperationpage.h"
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'selectoperationpage.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[10];
26 char stringdata0[128];
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_SelectOperationPage_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 19), // "SelectOperationPage"
36QT_MOC_LITERAL(1, 20, 14), // "enableButtonOk"
37QT_MOC_LITERAL(2, 35, 0), // ""
38QT_MOC_LITERAL(3, 36, 5), // "state"
39QT_MOC_LITERAL(4, 42, 24), // "slotAutoIncrementChecked"
40QT_MOC_LITERAL(5, 67, 16), // "slotNewOperation"
41QT_MOC_LITERAL(6, 84, 16), // "slotIndexChanged"
42QT_MOC_LITERAL(7, 101, 5), // "index"
43QT_MOC_LITERAL(8, 107, 15), // "slotTextChanged"
44QT_MOC_LITERAL(9, 123, 4) // "text"
45
46 },
47 "SelectOperationPage\0enableButtonOk\0\0"
48 "state\0slotAutoIncrementChecked\0"
49 "slotNewOperation\0slotIndexChanged\0"
50 "index\0slotTextChanged\0text"
51};
52#undef QT_MOC_LITERAL
53
54static const uint qt_meta_data_SelectOperationPage[] = {
55
56 // content:
57 8, // revision
58 0, // classname
59 0, 0, // classinfo
60 5, 14, // methods
61 0, 0, // properties
62 0, 0, // enums/sets
63 0, 0, // constructors
64 0, // flags
65 1, // signalCount
66
67 // signals: name, argc, parameters, tag, flags
68 1, 1, 39, 2, 0x06 /* Public */,
69
70 // slots: name, argc, parameters, tag, flags
71 4, 1, 42, 2, 0x0a /* Public */,
72 5, 0, 45, 2, 0x0a /* Public */,
73 6, 1, 46, 2, 0x0a /* Public */,
74 8, 1, 49, 2, 0x0a /* Public */,
75
76 // signals: parameters
77 QMetaType::Void, QMetaType::Bool, 3,
78
79 // slots: parameters
80 QMetaType::Void, QMetaType::Bool, 3,
81 QMetaType::Void,
82 QMetaType::Void, QMetaType::Int, 7,
83 QMetaType::Void, QMetaType::QString, 9,
84
85 0 // eod
86};
87
88void SelectOperationPage::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
89{
90 if (_c == QMetaObject::InvokeMetaMethod) {
91 auto *_t = static_cast<SelectOperationPage *>(_o);
92 (void)_t;
93 switch (_id) {
94 case 0: _t->enableButtonOk((*reinterpret_cast< bool(*)>(_a[1]))); break;
95 case 1: _t->slotAutoIncrementChecked((*reinterpret_cast< bool(*)>(_a[1]))); break;
96 case 2: _t->slotNewOperation(); break;
97 case 3: _t->slotIndexChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
98 case 4: _t->slotTextChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
99 default: ;
100 }
101 } else if (_c == QMetaObject::IndexOfMethod) {
102 int *result = reinterpret_cast<int *>(_a[0]);
103 {
104 using _t = void (SelectOperationPage::*)(bool );
105 if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&SelectOperationPage::enableButtonOk)) {
106 *result = 0;
107 return;
108 }
109 }
110 }
111}
112
113QT_INIT_METAOBJECT const QMetaObject SelectOperationPage::staticMetaObject = { {
114 QMetaObject::SuperData::link<DialogPageBase::staticMetaObject>(),
117 qt_static_metacall,
118 nullptr,
119 nullptr
120} };
121
122
123const QMetaObject *SelectOperationPage::metaObject() const
124{
125 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
126}
127
128void *SelectOperationPage::qt_metacast(const char *_clname)
129{
130 if (!_clname) return nullptr;
132 return static_cast<void*>(this);
133 return DialogPageBase::qt_metacast(_clname);
134}
135
136int SelectOperationPage::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
137{
138 _id = DialogPageBase::qt_metacall(_c, _id, _a);
139 if (_id < 0)
140 return _id;
141 if (_c == QMetaObject::InvokeMetaMethod) {
142 if (_id < 5)
143 qt_static_metacall(this, _c, _id, _a);
144 _id -= 5;
145 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
146 if (_id < 5)
147 *reinterpret_cast<int*>(_a[0]) = -1;
148 _id -= 5;
149 }
150 return _id;
151}
152
153// SIGNAL 0
155{
156 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
157 QMetaObject::activate(this, &staticMetaObject, 0, _a);
158}
159QT_WARNING_POP
160QT_END_MOC_NAMESPACE
A dialog page to select an operation.
Definition selectoperationpage.h:31
void enableButtonOk(bool state)
Definition moc_selectoperationpage.cpp:154
static const qt_meta_stringdata_SelectOperationPage_t qt_meta_stringdata_SelectOperationPage
Definition moc_selectoperationpage.cpp:33
static const uint qt_meta_data_SelectOperationPage[]
Definition moc_selectoperationpage.cpp:54
#define QT_MOC_LITERAL(idx, ofs, len)
Definition moc_selectoperationpage.cpp:28
Definition moc_selectoperationpage.cpp:24
QByteArrayData data[10]
Definition moc_selectoperationpage.cpp:25
char stringdata0[128]
Definition moc_selectoperationpage.cpp:26
#define bool
Definition moc_predefs.h:49