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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [gui_plugin/] [CpuWidgets/] [moc_SymbolBrowserWidget.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 'SymbolBrowserWidget.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 'SymbolBrowserWidget.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__SymbolBrowserWidget_t {
21
    QByteArrayData data[9];
22
    char stringdata0[112];
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__SymbolBrowserWidget_t, stringdata0) + ofs \
27
        - idx * sizeof(QByteArrayData)) \
28
    )
29
static const qt_meta_stringdata_debugger__SymbolBrowserWidget_t qt_meta_stringdata_debugger__SymbolBrowserWidget = {
30
    {
31
QT_MOC_LITERAL(0, 0, 29), // "debugger::SymbolBrowserWidget"
32
QT_MOC_LITERAL(1, 30, 18), // "signalShowFunction"
33
QT_MOC_LITERAL(2, 49, 0), // ""
34
QT_MOC_LITERAL(3, 50, 8), // "uint64_t"
35
QT_MOC_LITERAL(4, 59, 4), // "addr"
36
QT_MOC_LITERAL(5, 64, 2), // "sz"
37
QT_MOC_LITERAL(6, 67, 14), // "signalShowData"
38
QT_MOC_LITERAL(7, 82, 16), // "slotShowFunction"
39
QT_MOC_LITERAL(8, 99, 12) // "slotShowData"
40
 
41
    },
42
    "debugger::SymbolBrowserWidget\0"
43
    "signalShowFunction\0\0uint64_t\0addr\0sz\0"
44
    "signalShowData\0slotShowFunction\0"
45
    "slotShowData"
46
};
47
#undef QT_MOC_LITERAL
48
 
49
static const uint qt_meta_data_debugger__SymbolBrowserWidget[] = {
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,    2,   34,    2, 0x06 /* Public */,
64
       6,    2,   39,    2, 0x06 /* Public */,
65
 
66
 // slots: name, argc, parameters, tag, flags
67
       7,    2,   44,    2, 0x0a /* Public */,
68
       8,    2,   49,    2, 0x0a /* Public */,
69
 
70
 // signals: parameters
71
    QMetaType::Void, 0x80000000 | 3, 0x80000000 | 3,    4,    5,
72
    QMetaType::Void, 0x80000000 | 3, 0x80000000 | 3,    4,    5,
73
 
74
 // slots: parameters
75
    QMetaType::Void, 0x80000000 | 3, 0x80000000 | 3,    4,    5,
76
    QMetaType::Void, 0x80000000 | 3, 0x80000000 | 3,    4,    5,
77
 
78
 
79
};
80
 
81
void debugger::SymbolBrowserWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
82
{
83
    if (_c == QMetaObject::InvokeMetaMethod) {
84
        SymbolBrowserWidget *_t = static_cast<SymbolBrowserWidget *>(_o);
85
        Q_UNUSED(_t)
86
        switch (_id) {
87
        case 0: _t->signalShowFunction((*reinterpret_cast< uint64_t(*)>(_a[1])),(*reinterpret_cast< uint64_t(*)>(_a[2]))); break;
88
        case 1: _t->signalShowData((*reinterpret_cast< uint64_t(*)>(_a[1])),(*reinterpret_cast< uint64_t(*)>(_a[2]))); break;
89
        case 2: _t->slotShowFunction((*reinterpret_cast< uint64_t(*)>(_a[1])),(*reinterpret_cast< uint64_t(*)>(_a[2]))); break;
90
        case 3: _t->slotShowData((*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 (SymbolBrowserWidget::*_t)(uint64_t , uint64_t );
98
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&SymbolBrowserWidget::signalShowFunction)) {
99
                *result = 0;
100
                return;
101
            }
102
        }
103
        {
104
            typedef void (SymbolBrowserWidget::*_t)(uint64_t , uint64_t );
105
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&SymbolBrowserWidget::signalShowData)) {
106
                *result = 1;
107
                return;
108
            }
109
        }
110
    }
111
}
112
 
113
const QMetaObject debugger::SymbolBrowserWidget::staticMetaObject = {
114
    { &QWidget::staticMetaObject, qt_meta_stringdata_debugger__SymbolBrowserWidget.data,
115
      qt_meta_data_debugger__SymbolBrowserWidget,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
116
};
117
 
118
 
119
const QMetaObject *debugger::SymbolBrowserWidget::metaObject() const
120
{
121
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
122
}
123
 
124
void *debugger::SymbolBrowserWidget::qt_metacast(const char *_clname)
125
{
126
    if (!_clname) return Q_NULLPTR;
127
    if (!strcmp(_clname, qt_meta_stringdata_debugger__SymbolBrowserWidget.stringdata0))
128
        return static_cast<void*>(const_cast< SymbolBrowserWidget*>(this));
129
    return QWidget::qt_metacast(_clname);
130
}
131
 
132
int debugger::SymbolBrowserWidget::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::SymbolBrowserWidget::signalShowFunction(uint64_t _t1, uint64_t _t2)
151
{
152
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
153
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
154
}
155
 
156
// SIGNAL 1
157
void debugger::SymbolBrowserWidget::signalShowData(uint64_t _t1, uint64_t _t2)
158
{
159
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
160
    QMetaObject::activate(this, &staticMetaObject, 1, _a);
161
}
162
struct qt_meta_stringdata_debugger__SymbolBrowserQMdiSubWindow_t {
163
    QByteArrayData data[1];
164
    char stringdata0[37];
165
};
166
#define QT_MOC_LITERAL(idx, ofs, len) \
167
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
168
    qptrdiff(offsetof(qt_meta_stringdata_debugger__SymbolBrowserQMdiSubWindow_t, stringdata0) + ofs \
169
        - idx * sizeof(QByteArrayData)) \
170
    )
171
static const qt_meta_stringdata_debugger__SymbolBrowserQMdiSubWindow_t qt_meta_stringdata_debugger__SymbolBrowserQMdiSubWindow = {
172
    {
173
QT_MOC_LITERAL(0, 0, 36) // "debugger::SymbolBrowserQMdiSu..."
174
 
175
    },
176
    "debugger::SymbolBrowserQMdiSubWindow"
177
};
178
#undef QT_MOC_LITERAL
179
 
180
static const uint qt_meta_data_debugger__SymbolBrowserQMdiSubWindow[] = {
181
 
182
 // content:
183
       7,       // revision
184
       0,       // classname
185
       0,    0, // classinfo
186
       0,    0, // methods
187
       0,    0, // properties
188
       0,    0, // enums/sets
189
       0,    0, // constructors
190
       0,       // flags
191
       0,       // signalCount
192
 
193
 
194
};
195
 
196
void debugger::SymbolBrowserQMdiSubWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
197
{
198
    Q_UNUSED(_o);
199
    Q_UNUSED(_id);
200
    Q_UNUSED(_c);
201
    Q_UNUSED(_a);
202
}
203
 
204
const QMetaObject debugger::SymbolBrowserQMdiSubWindow::staticMetaObject = {
205
    { &QMdiSubWindow::staticMetaObject, qt_meta_stringdata_debugger__SymbolBrowserQMdiSubWindow.data,
206
      qt_meta_data_debugger__SymbolBrowserQMdiSubWindow,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
207
};
208
 
209
 
210
const QMetaObject *debugger::SymbolBrowserQMdiSubWindow::metaObject() const
211
{
212
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
213
}
214
 
215
void *debugger::SymbolBrowserQMdiSubWindow::qt_metacast(const char *_clname)
216
{
217
    if (!_clname) return Q_NULLPTR;
218
    if (!strcmp(_clname, qt_meta_stringdata_debugger__SymbolBrowserQMdiSubWindow.stringdata0))
219
        return static_cast<void*>(const_cast< SymbolBrowserQMdiSubWindow*>(this));
220
    return QMdiSubWindow::qt_metacast(_clname);
221
}
222
 
223
int debugger::SymbolBrowserQMdiSubWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
224
{
225
    _id = QMdiSubWindow::qt_metacall(_c, _id, _a);
226
    if (_id < 0)
227
        return _id;
228
    return _id;
229
}
230
QT_END_MOC_NAMESPACE

powered by: WebSVN 2.1.0

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