1 |
4 |
sergeykhbr |
/****************************************************************************
|
2 |
|
|
** Meta object code from reading C++ file 'MdiAreaWidget.h'
|
3 |
|
|
**
|
4 |
|
|
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0)
|
5 |
|
|
**
|
6 |
|
|
** WARNING! All changes made in this file will be lost!
|
7 |
|
|
*****************************************************************************/
|
8 |
|
|
|
9 |
|
|
#include <QtCore/qbytearray.h>
|
10 |
|
|
#include <QtCore/qmetatype.h>
|
11 |
|
|
#if !defined(Q_MOC_OUTPUT_REVISION)
|
12 |
|
|
#error "The header file 'MdiAreaWidget.h' doesn't include <QObject>."
|
13 |
|
|
#elif Q_MOC_OUTPUT_REVISION != 67
|
14 |
|
|
#error "This file was generated using the moc from 5.7.0. It"
|
15 |
|
|
#error "cannot be used with the include files from this version of Qt."
|
16 |
|
|
#error "(The moc has changed too much.)"
|
17 |
|
|
#endif
|
18 |
|
|
|
19 |
|
|
QT_BEGIN_MOC_NAMESPACE
|
20 |
|
|
struct qt_meta_stringdata_debugger__MdiAreaWidget_t {
|
21 |
|
|
QByteArrayData data[5];
|
22 |
|
|
char stringdata0[59];
|
23 |
|
|
};
|
24 |
|
|
#define QT_MOC_LITERAL(idx, ofs, len) \
|
25 |
|
|
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
26 |
|
|
qptrdiff(offsetof(qt_meta_stringdata_debugger__MdiAreaWidget_t, stringdata0) + ofs \
|
27 |
|
|
- idx * sizeof(QByteArrayData)) \
|
28 |
|
|
)
|
29 |
|
|
static const qt_meta_stringdata_debugger__MdiAreaWidget_t qt_meta_stringdata_debugger__MdiAreaWidget = {
|
30 |
|
|
{
|
31 |
|
|
QT_MOC_LITERAL(0, 0, 23), // "debugger::MdiAreaWidget"
|
32 |
|
|
QT_MOC_LITERAL(1, 24, 14), // "slotRemoveView"
|
33 |
|
|
QT_MOC_LITERAL(2, 39, 0), // ""
|
34 |
|
|
QT_MOC_LITERAL(3, 40, 14), // "AttributeType&"
|
35 |
|
|
QT_MOC_LITERAL(4, 55, 3) // "cfg"
|
36 |
|
|
|
37 |
|
|
},
|
38 |
|
|
"debugger::MdiAreaWidget\0slotRemoveView\0"
|
39 |
|
|
"\0AttributeType&\0cfg"
|
40 |
|
|
};
|
41 |
|
|
#undef QT_MOC_LITERAL
|
42 |
|
|
|
43 |
|
|
static const uint qt_meta_data_debugger__MdiAreaWidget[] = {
|
44 |
|
|
|
45 |
|
|
// content:
|
46 |
|
|
7, // revision
|
47 |
|
|
0, // classname
|
48 |
|
|
0, 0, // classinfo
|
49 |
|
|
1, 14, // methods
|
50 |
|
|
0, 0, // properties
|
51 |
|
|
0, 0, // enums/sets
|
52 |
|
|
0, 0, // constructors
|
53 |
|
|
0, // flags
|
54 |
|
|
0, // signalCount
|
55 |
|
|
|
56 |
|
|
// slots: name, argc, parameters, tag, flags
|
57 |
|
|
1, 1, 19, 2, 0x08 /* Private */,
|
58 |
|
|
|
59 |
|
|
// slots: parameters
|
60 |
|
|
QMetaType::Void, 0x80000000 | 3, 4,
|
61 |
|
|
|
62 |
|
|
|
63 |
|
|
};
|
64 |
|
|
|
65 |
|
|
void debugger::MdiAreaWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
66 |
|
|
{
|
67 |
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
68 |
|
|
MdiAreaWidget *_t = static_cast<MdiAreaWidget *>(_o);
|
69 |
|
|
Q_UNUSED(_t)
|
70 |
|
|
switch (_id) {
|
71 |
|
|
case 0: _t->slotRemoveView((*reinterpret_cast< AttributeType(*)>(_a[1]))); break;
|
72 |
|
|
default: ;
|
73 |
|
|
}
|
74 |
|
|
}
|
75 |
|
|
}
|
76 |
|
|
|
77 |
|
|
const QMetaObject debugger::MdiAreaWidget::staticMetaObject = {
|
78 |
|
|
{ &QMdiArea::staticMetaObject, qt_meta_stringdata_debugger__MdiAreaWidget.data,
|
79 |
|
|
qt_meta_data_debugger__MdiAreaWidget, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
|
80 |
|
|
};
|
81 |
|
|
|
82 |
|
|
|
83 |
|
|
const QMetaObject *debugger::MdiAreaWidget::metaObject() const
|
84 |
|
|
{
|
85 |
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
86 |
|
|
}
|
87 |
|
|
|
88 |
|
|
void *debugger::MdiAreaWidget::qt_metacast(const char *_clname)
|
89 |
|
|
{
|
90 |
|
|
if (!_clname) return Q_NULLPTR;
|
91 |
|
|
if (!strcmp(_clname, qt_meta_stringdata_debugger__MdiAreaWidget.stringdata0))
|
92 |
|
|
return static_cast<void*>(const_cast< MdiAreaWidget*>(this));
|
93 |
|
|
return QMdiArea::qt_metacast(_clname);
|
94 |
|
|
}
|
95 |
|
|
|
96 |
|
|
int debugger::MdiAreaWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
97 |
|
|
{
|
98 |
|
|
_id = QMdiArea::qt_metacall(_c, _id, _a);
|
99 |
|
|
if (_id < 0)
|
100 |
|
|
return _id;
|
101 |
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
102 |
|
|
if (_id < 1)
|
103 |
|
|
qt_static_metacall(this, _c, _id, _a);
|
104 |
|
|
_id -= 1;
|
105 |
|
|
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
106 |
|
|
if (_id < 1)
|
107 |
|
|
*reinterpret_cast<int*>(_a[0]) = -1;
|
108 |
|
|
_id -= 1;
|
109 |
|
|
}
|
110 |
|
|
return _id;
|
111 |
|
|
}
|
112 |
|
|
QT_END_MOC_NAMESPACE
|