| 1 |
2 |
sergeykhbr |
/****************************************************************************
|
| 2 |
|
|
** Meta object code from reading C++ file 'DipArea.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 'DipArea.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__DipArea_t {
|
| 21 |
|
|
QByteArrayData data[5];
|
| 22 |
|
|
char stringdata0[43];
|
| 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__DipArea_t, stringdata0) + ofs \
|
| 27 |
|
|
- idx * sizeof(QByteArrayData)) \
|
| 28 |
|
|
)
|
| 29 |
|
|
static const qt_meta_stringdata_debugger__DipArea_t qt_meta_stringdata_debugger__DipArea = {
|
| 30 |
|
|
{
|
| 31 |
|
|
QT_MOC_LITERAL(0, 0, 17), // "debugger::DipArea"
|
| 32 |
|
|
QT_MOC_LITERAL(1, 18, 10), // "slotUpdate"
|
| 33 |
|
|
QT_MOC_LITERAL(2, 29, 0), // ""
|
| 34 |
|
|
QT_MOC_LITERAL(3, 30, 8), // "uint32_t"
|
| 35 |
|
|
QT_MOC_LITERAL(4, 39, 3) // "val"
|
| 36 |
|
|
|
| 37 |
|
|
},
|
| 38 |
|
|
"debugger::DipArea\0slotUpdate\0\0uint32_t\0"
|
| 39 |
|
|
"val"
|
| 40 |
|
|
};
|
| 41 |
|
|
#undef QT_MOC_LITERAL
|
| 42 |
|
|
|
| 43 |
|
|
static const uint qt_meta_data_debugger__DipArea[] = {
|
| 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::DipArea::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
| 66 |
|
|
{
|
| 67 |
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
| 68 |
|
|
DipArea *_t = static_cast<DipArea *>(_o);
|
| 69 |
|
|
Q_UNUSED(_t)
|
| 70 |
|
|
switch (_id) {
|
| 71 |
|
|
case 0: _t->slotUpdate((*reinterpret_cast< uint32_t(*)>(_a[1]))); break;
|
| 72 |
|
|
default: ;
|
| 73 |
|
|
}
|
| 74 |
|
|
}
|
| 75 |
|
|
}
|
| 76 |
|
|
|
| 77 |
|
|
const QMetaObject debugger::DipArea::staticMetaObject = {
|
| 78 |
|
|
{ &QWidget::staticMetaObject, qt_meta_stringdata_debugger__DipArea.data,
|
| 79 |
|
|
qt_meta_data_debugger__DipArea, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
|
| 80 |
|
|
};
|
| 81 |
|
|
|
| 82 |
|
|
|
| 83 |
|
|
const QMetaObject *debugger::DipArea::metaObject() const
|
| 84 |
|
|
{
|
| 85 |
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
| 86 |
|
|
}
|
| 87 |
|
|
|
| 88 |
|
|
void *debugger::DipArea::qt_metacast(const char *_clname)
|
| 89 |
|
|
{
|
| 90 |
|
|
if (!_clname) return Q_NULLPTR;
|
| 91 |
|
|
if (!strcmp(_clname, qt_meta_stringdata_debugger__DipArea.stringdata0))
|
| 92 |
|
|
return static_cast<void*>(const_cast< DipArea*>(this));
|
| 93 |
|
|
return QWidget::qt_metacast(_clname);
|
| 94 |
|
|
}
|
| 95 |
|
|
|
| 96 |
|
|
int debugger::DipArea::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
| 97 |
|
|
{
|
| 98 |
|
|
_id = QWidget::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
|