1 |
4 |
sergeykhbr |
/****************************************************************************
|
2 |
|
|
** Meta object code from reading C++ file 'StackTraceArea.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 'StackTraceArea.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__StackTraceArea_t {
|
21 |
|
|
QByteArrayData data[12];
|
22 |
|
|
char stringdata0[153];
|
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__StackTraceArea_t, stringdata0) + ofs \
|
27 |
|
|
- idx * sizeof(QByteArrayData)) \
|
28 |
|
|
)
|
29 |
|
|
static const qt_meta_stringdata_debugger__StackTraceArea_t qt_meta_stringdata_debugger__StackTraceArea = {
|
30 |
|
|
{
|
31 |
|
|
QT_MOC_LITERAL(0, 0, 24), // "debugger::StackTraceArea"
|
32 |
|
|
QT_MOC_LITERAL(1, 25, 20), // "signalHandleResponse"
|
33 |
|
|
QT_MOC_LITERAL(2, 46, 0), // ""
|
34 |
|
|
QT_MOC_LITERAL(3, 47, 18), // "signalShowFunction"
|
35 |
|
|
QT_MOC_LITERAL(4, 66, 8), // "uint64_t"
|
36 |
|
|
QT_MOC_LITERAL(5, 75, 4), // "addr"
|
37 |
|
|
QT_MOC_LITERAL(6, 80, 2), // "sz"
|
38 |
|
|
QT_MOC_LITERAL(7, 83, 17), // "slotUpdateByTimer"
|
39 |
|
|
QT_MOC_LITERAL(8, 101, 18), // "slotHandleResponse"
|
40 |
|
|
QT_MOC_LITERAL(9, 120, 21), // "slotCellDoubleClicked"
|
41 |
|
|
QT_MOC_LITERAL(10, 142, 3), // "row"
|
42 |
|
|
QT_MOC_LITERAL(11, 146, 6) // "column"
|
43 |
|
|
|
44 |
|
|
},
|
45 |
|
|
"debugger::StackTraceArea\0signalHandleResponse\0"
|
46 |
|
|
"\0signalShowFunction\0uint64_t\0addr\0sz\0"
|
47 |
|
|
"slotUpdateByTimer\0slotHandleResponse\0"
|
48 |
|
|
"slotCellDoubleClicked\0row\0column"
|
49 |
|
|
};
|
50 |
|
|
#undef QT_MOC_LITERAL
|
51 |
|
|
|
52 |
|
|
static const uint qt_meta_data_debugger__StackTraceArea[] = {
|
53 |
|
|
|
54 |
|
|
// content:
|
55 |
|
|
7, // revision
|
56 |
|
|
0, // classname
|
57 |
|
|
0, 0, // classinfo
|
58 |
|
|
5, 14, // methods
|
59 |
|
|
0, 0, // properties
|
60 |
|
|
0, 0, // enums/sets
|
61 |
|
|
0, 0, // constructors
|
62 |
|
|
0, // flags
|
63 |
|
|
2, // signalCount
|
64 |
|
|
|
65 |
|
|
// signals: name, argc, parameters, tag, flags
|
66 |
|
|
1, 0, 39, 2, 0x06 /* Public */,
|
67 |
|
|
3, 2, 40, 2, 0x06 /* Public */,
|
68 |
|
|
|
69 |
|
|
// slots: name, argc, parameters, tag, flags
|
70 |
|
|
7, 0, 45, 2, 0x0a /* Public */,
|
71 |
|
|
8, 0, 46, 2, 0x0a /* Public */,
|
72 |
|
|
9, 2, 47, 2, 0x0a /* Public */,
|
73 |
|
|
|
74 |
|
|
// signals: parameters
|
75 |
|
|
QMetaType::Void,
|
76 |
|
|
QMetaType::Void, 0x80000000 | 4, 0x80000000 | 4, 5, 6,
|
77 |
|
|
|
78 |
|
|
// slots: parameters
|
79 |
|
|
QMetaType::Void,
|
80 |
|
|
QMetaType::Void,
|
81 |
|
|
QMetaType::Void, QMetaType::Int, QMetaType::Int, 10, 11,
|
82 |
|
|
|
83 |
|
|
|
84 |
|
|
};
|
85 |
|
|
|
86 |
|
|
void debugger::StackTraceArea::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
87 |
|
|
{
|
88 |
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
89 |
|
|
StackTraceArea *_t = static_cast<StackTraceArea *>(_o);
|
90 |
|
|
Q_UNUSED(_t)
|
91 |
|
|
switch (_id) {
|
92 |
|
|
case 0: _t->signalHandleResponse(); break;
|
93 |
|
|
case 1: _t->signalShowFunction((*reinterpret_cast< uint64_t(*)>(_a[1])),(*reinterpret_cast< uint64_t(*)>(_a[2]))); break;
|
94 |
|
|
case 2: _t->slotUpdateByTimer(); break;
|
95 |
|
|
case 3: _t->slotHandleResponse(); break;
|
96 |
|
|
case 4: _t->slotCellDoubleClicked((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
|
97 |
|
|
default: ;
|
98 |
|
|
}
|
99 |
|
|
} else if (_c == QMetaObject::IndexOfMethod) {
|
100 |
|
|
int *result = reinterpret_cast<int *>(_a[0]);
|
101 |
|
|
void **func = reinterpret_cast<void **>(_a[1]);
|
102 |
|
|
{
|
103 |
|
|
typedef void (StackTraceArea::*_t)();
|
104 |
|
|
if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&StackTraceArea::signalHandleResponse)) {
|
105 |
|
|
*result = 0;
|
106 |
|
|
return;
|
107 |
|
|
}
|
108 |
|
|
}
|
109 |
|
|
{
|
110 |
|
|
typedef void (StackTraceArea::*_t)(uint64_t , uint64_t );
|
111 |
|
|
if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&StackTraceArea::signalShowFunction)) {
|
112 |
|
|
*result = 1;
|
113 |
|
|
return;
|
114 |
|
|
}
|
115 |
|
|
}
|
116 |
|
|
}
|
117 |
|
|
}
|
118 |
|
|
|
119 |
|
|
const QMetaObject debugger::StackTraceArea::staticMetaObject = {
|
120 |
|
|
{ &QTableWidget::staticMetaObject, qt_meta_stringdata_debugger__StackTraceArea.data,
|
121 |
|
|
qt_meta_data_debugger__StackTraceArea, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
|
122 |
|
|
};
|
123 |
|
|
|
124 |
|
|
|
125 |
|
|
const QMetaObject *debugger::StackTraceArea::metaObject() const
|
126 |
|
|
{
|
127 |
|
|
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
128 |
|
|
}
|
129 |
|
|
|
130 |
|
|
void *debugger::StackTraceArea::qt_metacast(const char *_clname)
|
131 |
|
|
{
|
132 |
|
|
if (!_clname) return Q_NULLPTR;
|
133 |
|
|
if (!strcmp(_clname, qt_meta_stringdata_debugger__StackTraceArea.stringdata0))
|
134 |
|
|
return static_cast<void*>(const_cast< StackTraceArea*>(this));
|
135 |
|
|
if (!strcmp(_clname, "IGuiCmdHandler"))
|
136 |
|
|
return static_cast< IGuiCmdHandler*>(const_cast< StackTraceArea*>(this));
|
137 |
|
|
return QTableWidget::qt_metacast(_clname);
|
138 |
|
|
}
|
139 |
|
|
|
140 |
|
|
int debugger::StackTraceArea::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
141 |
|
|
{
|
142 |
|
|
_id = QTableWidget::qt_metacall(_c, _id, _a);
|
143 |
|
|
if (_id < 0)
|
144 |
|
|
return _id;
|
145 |
|
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
146 |
|
|
if (_id < 5)
|
147 |
|
|
qt_static_metacall(this, _c, _id, _a);
|
148 |
|
|
_id -= 5;
|
149 |
|
|
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
150 |
|
|
if (_id < 5)
|
151 |
|
|
*reinterpret_cast<int*>(_a[0]) = -1;
|
152 |
|
|
_id -= 5;
|
153 |
|
|
}
|
154 |
|
|
return _id;
|
155 |
|
|
}
|
156 |
|
|
|
157 |
|
|
// SIGNAL 0
|
158 |
|
|
void debugger::StackTraceArea::signalHandleResponse()
|
159 |
|
|
{
|
160 |
|
|
QMetaObject::activate(this, &staticMetaObject, 0, Q_NULLPTR);
|
161 |
|
|
}
|
162 |
|
|
|
163 |
|
|
// SIGNAL 1
|
164 |
|
|
void debugger::StackTraceArea::signalShowFunction(uint64_t _t1, uint64_t _t2)
|
165 |
|
|
{
|
166 |
|
|
void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
|
167 |
|
|
QMetaObject::activate(this, &staticMetaObject, 1, _a);
|
168 |
|
|
}
|
169 |
|
|
QT_END_MOC_NAMESPACE
|