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