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

Subversion Repositories riscv_vhdl

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

powered by: WebSVN 2.1.0

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