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

Subversion Repositories riscv_vhdl

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