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 3

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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