OpenCores
URL https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [gui_plugin/] [CpuWidgets/] [moc_StackTraceWidget.h] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 sergeykhbr
/****************************************************************************
2
** Meta object code from reading C++ file 'StackTraceWidget.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 'StackTraceWidget.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__StackTraceWidget_t {
21
    QByteArrayData data[9];
22
    char stringdata0[119];
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__StackTraceWidget_t, stringdata0) + ofs \
27
        - idx * sizeof(QByteArrayData)) \
28
    )
29
static const qt_meta_stringdata_debugger__StackTraceWidget_t qt_meta_stringdata_debugger__StackTraceWidget = {
30
    {
31
QT_MOC_LITERAL(0, 0, 26), // "debugger::StackTraceWidget"
32
QT_MOC_LITERAL(1, 27, 19), // "signalUpdateByTimer"
33
QT_MOC_LITERAL(2, 47, 0), // ""
34
QT_MOC_LITERAL(3, 48, 18), // "signalShowFunction"
35
QT_MOC_LITERAL(4, 67, 8), // "uint64_t"
36
QT_MOC_LITERAL(5, 76, 4), // "addr"
37
QT_MOC_LITERAL(6, 81, 2), // "sz"
38
QT_MOC_LITERAL(7, 84, 17), // "slotUpdateByTimer"
39
QT_MOC_LITERAL(8, 102, 16) // "slotShowFunction"
40
 
41
    },
42
    "debugger::StackTraceWidget\0"
43
    "signalUpdateByTimer\0\0signalShowFunction\0"
44
    "uint64_t\0addr\0sz\0slotUpdateByTimer\0"
45
    "slotShowFunction"
46
};
47
#undef QT_MOC_LITERAL
48
 
49
static const uint qt_meta_data_debugger__StackTraceWidget[] = {
50
 
51
 // content:
52
       7,       // revision
53
       0,       // classname
54
       0,    0, // classinfo
55
       4,   14, // methods
56
       0,    0, // properties
57
       0,    0, // enums/sets
58
       0,    0, // constructors
59
       0,       // flags
60
       2,       // signalCount
61
 
62
 // signals: name, argc, parameters, tag, flags
63
       1,    0,   34,    2, 0x06 /* Public */,
64
       3,    2,   35,    2, 0x06 /* Public */,
65
 
66
 // slots: name, argc, parameters, tag, flags
67
       7,    0,   40,    2, 0x08 /* Private */,
68
       8,    2,   41,    2, 0x08 /* Private */,
69
 
70
 // signals: parameters
71
    QMetaType::Void,
72
    QMetaType::Void, 0x80000000 | 4, 0x80000000 | 4,    5,    6,
73
 
74
 // slots: parameters
75
    QMetaType::Void,
76
    QMetaType::Void, 0x80000000 | 4, 0x80000000 | 4,    5,    6,
77
 
78
 
79
};
80
 
81
void debugger::StackTraceWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
82
{
83
    if (_c == QMetaObject::InvokeMetaMethod) {
84
        StackTraceWidget *_t = static_cast<StackTraceWidget *>(_o);
85
        Q_UNUSED(_t)
86
        switch (_id) {
87
        case 0: _t->signalUpdateByTimer(); break;
88
        case 1: _t->signalShowFunction((*reinterpret_cast< uint64_t(*)>(_a[1])),(*reinterpret_cast< uint64_t(*)>(_a[2]))); break;
89
        case 2: _t->slotUpdateByTimer(); break;
90
        case 3: _t->slotShowFunction((*reinterpret_cast< uint64_t(*)>(_a[1])),(*reinterpret_cast< uint64_t(*)>(_a[2]))); break;
91
        default: ;
92
        }
93
    } else if (_c == QMetaObject::IndexOfMethod) {
94
        int *result = reinterpret_cast<int *>(_a[0]);
95
        void **func = reinterpret_cast<void **>(_a[1]);
96
        {
97
            typedef void (StackTraceWidget::*_t)();
98
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&StackTraceWidget::signalUpdateByTimer)) {
99
                *result = 0;
100
                return;
101
            }
102
        }
103
        {
104
            typedef void (StackTraceWidget::*_t)(uint64_t , uint64_t );
105
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&StackTraceWidget::signalShowFunction)) {
106
                *result = 1;
107
                return;
108
            }
109
        }
110
    }
111
}
112
 
113
const QMetaObject debugger::StackTraceWidget::staticMetaObject = {
114
    { &QWidget::staticMetaObject, qt_meta_stringdata_debugger__StackTraceWidget.data,
115
      qt_meta_data_debugger__StackTraceWidget,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
116
};
117
 
118
 
119
const QMetaObject *debugger::StackTraceWidget::metaObject() const
120
{
121
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
122
}
123
 
124
void *debugger::StackTraceWidget::qt_metacast(const char *_clname)
125
{
126
    if (!_clname) return Q_NULLPTR;
127
    if (!strcmp(_clname, qt_meta_stringdata_debugger__StackTraceWidget.stringdata0))
128
        return static_cast<void*>(const_cast< StackTraceWidget*>(this));
129
    return QWidget::qt_metacast(_clname);
130
}
131
 
132
int debugger::StackTraceWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
133
{
134
    _id = QWidget::qt_metacall(_c, _id, _a);
135
    if (_id < 0)
136
        return _id;
137
    if (_c == QMetaObject::InvokeMetaMethod) {
138
        if (_id < 4)
139
            qt_static_metacall(this, _c, _id, _a);
140
        _id -= 4;
141
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
142
        if (_id < 4)
143
            *reinterpret_cast<int*>(_a[0]) = -1;
144
        _id -= 4;
145
    }
146
    return _id;
147
}
148
 
149
// SIGNAL 0
150
void debugger::StackTraceWidget::signalUpdateByTimer()
151
{
152
    QMetaObject::activate(this, &staticMetaObject, 0, Q_NULLPTR);
153
}
154
 
155
// SIGNAL 1
156
void debugger::StackTraceWidget::signalShowFunction(uint64_t _t1, uint64_t _t2)
157
{
158
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
159
    QMetaObject::activate(this, &staticMetaObject, 1, _a);
160
}
161
struct qt_meta_stringdata_debugger__StackTraceQMdiSubWindow_t {
162
    QByteArrayData data[1];
163
    char stringdata0[34];
164
};
165
#define QT_MOC_LITERAL(idx, ofs, len) \
166
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
167
    qptrdiff(offsetof(qt_meta_stringdata_debugger__StackTraceQMdiSubWindow_t, stringdata0) + ofs \
168
        - idx * sizeof(QByteArrayData)) \
169
    )
170
static const qt_meta_stringdata_debugger__StackTraceQMdiSubWindow_t qt_meta_stringdata_debugger__StackTraceQMdiSubWindow = {
171
    {
172
QT_MOC_LITERAL(0, 0, 33) // "debugger::StackTraceQMdiSubWi..."
173
 
174
    },
175
    "debugger::StackTraceQMdiSubWindow"
176
};
177
#undef QT_MOC_LITERAL
178
 
179
static const uint qt_meta_data_debugger__StackTraceQMdiSubWindow[] = {
180
 
181
 // content:
182
       7,       // revision
183
       0,       // classname
184
       0,    0, // classinfo
185
       0,    0, // methods
186
       0,    0, // properties
187
       0,    0, // enums/sets
188
       0,    0, // constructors
189
       0,       // flags
190
       0,       // signalCount
191
 
192
 
193
};
194
 
195
void debugger::StackTraceQMdiSubWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
196
{
197
    Q_UNUSED(_o);
198
    Q_UNUSED(_id);
199
    Q_UNUSED(_c);
200
    Q_UNUSED(_a);
201
}
202
 
203
const QMetaObject debugger::StackTraceQMdiSubWindow::staticMetaObject = {
204
    { &QMdiSubWindow::staticMetaObject, qt_meta_stringdata_debugger__StackTraceQMdiSubWindow.data,
205
      qt_meta_data_debugger__StackTraceQMdiSubWindow,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
206
};
207
 
208
 
209
const QMetaObject *debugger::StackTraceQMdiSubWindow::metaObject() const
210
{
211
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
212
}
213
 
214
void *debugger::StackTraceQMdiSubWindow::qt_metacast(const char *_clname)
215
{
216
    if (!_clname) return Q_NULLPTR;
217
    if (!strcmp(_clname, qt_meta_stringdata_debugger__StackTraceQMdiSubWindow.stringdata0))
218
        return static_cast<void*>(const_cast< StackTraceQMdiSubWindow*>(this));
219
    return QMdiSubWindow::qt_metacast(_clname);
220
}
221
 
222
int debugger::StackTraceQMdiSubWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
223
{
224
    _id = QMdiSubWindow::qt_metacall(_c, _id, _a);
225
    if (_id < 0)
226
        return _id;
227
    return _id;
228
}
229
QT_END_MOC_NAMESPACE

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.