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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [gui_plugin/] [CpuWidgets/] [moc_MemControl.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 'MemControl.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 'MemControl.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__MemControl_t {
23
    QByteArrayData data[7];
24
    char stringdata0[86];
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__MemControl_t, stringdata0) + ofs \
29
        - idx * sizeof(QByteArrayData)) \
30
    )
31
static const qt_meta_stringdata_debugger__MemControl_t qt_meta_stringdata_debugger__MemControl = {
32
    {
33
QT_MOC_LITERAL(0, 0, 20), // "debugger::MemControl"
34
QT_MOC_LITERAL(1, 21, 20), // "signalAddressChanged"
35
QT_MOC_LITERAL(2, 42, 0), // ""
36
QT_MOC_LITERAL(3, 43, 14), // "AttributeType*"
37
QT_MOC_LITERAL(4, 58, 3), // "cmd"
38
QT_MOC_LITERAL(5, 62, 12), // "slotModified"
39
QT_MOC_LITERAL(6, 75, 10) // "slotUpdate"
40
 
41
    },
42
    "debugger::MemControl\0signalAddressChanged\0"
43
    "\0AttributeType*\0cmd\0slotModified\0"
44
    "slotUpdate"
45
};
46
#undef QT_MOC_LITERAL
47
 
48
static const uint qt_meta_data_debugger__MemControl[] = {
49
 
50
 // content:
51
       7,       // revision
52
       0,       // classname
53
       0,    0, // classinfo
54
       3,   14, // methods
55
       0,    0, // properties
56
       0,    0, // enums/sets
57
       0,    0, // constructors
58
       0,       // flags
59
       1,       // signalCount
60
 
61
 // signals: name, argc, parameters, tag, flags
62
       1,    1,   29,    2, 0x06 /* Public */,
63
 
64
 // slots: name, argc, parameters, tag, flags
65
       5,    0,   32,    2, 0x0a /* Public */,
66
       6,    0,   33,    2, 0x0a /* Public */,
67
 
68
 // signals: parameters
69
    QMetaType::Void, 0x80000000 | 3,    4,
70
 
71
 // slots: parameters
72
    QMetaType::Void,
73
    QMetaType::Void,
74
 
75
 
76
};
77
 
78
void debugger::MemControl::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
79
{
80
    if (_c == QMetaObject::InvokeMetaMethod) {
81
        MemControl *_t = static_cast<MemControl *>(_o);
82
        Q_UNUSED(_t)
83
        switch (_id) {
84
        case 0: _t->signalAddressChanged((*reinterpret_cast< AttributeType*(*)>(_a[1]))); break;
85
        case 1: _t->slotModified(); break;
86
        case 2: _t->slotUpdate(); break;
87
        default: ;
88
        }
89
    } else if (_c == QMetaObject::IndexOfMethod) {
90
        int *result = reinterpret_cast<int *>(_a[0]);
91
        void **func = reinterpret_cast<void **>(_a[1]);
92
        {
93
            typedef void (MemControl::*_t)(AttributeType * );
94
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&MemControl::signalAddressChanged)) {
95
                *result = 0;
96
                return;
97
            }
98
        }
99
    }
100
}
101
 
102
const QMetaObject debugger::MemControl::staticMetaObject = {
103
    { &QWidget::staticMetaObject, qt_meta_stringdata_debugger__MemControl.data,
104
      qt_meta_data_debugger__MemControl,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
105
};
106
 
107
 
108
const QMetaObject *debugger::MemControl::metaObject() const
109
{
110
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
111
}
112
 
113
void *debugger::MemControl::qt_metacast(const char *_clname)
114
{
115
    if (!_clname) return Q_NULLPTR;
116
    if (!strcmp(_clname, qt_meta_stringdata_debugger__MemControl.stringdata0))
117
        return static_cast<void*>(const_cast< MemControl*>(this));
118
    return QWidget::qt_metacast(_clname);
119
}
120
 
121
int debugger::MemControl::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
122
{
123
    _id = QWidget::qt_metacall(_c, _id, _a);
124
    if (_id < 0)
125
        return _id;
126
    if (_c == QMetaObject::InvokeMetaMethod) {
127
        if (_id < 3)
128
            qt_static_metacall(this, _c, _id, _a);
129
        _id -= 3;
130
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
131
        if (_id < 3)
132
            *reinterpret_cast<int*>(_a[0]) = -1;
133
        _id -= 3;
134
    }
135
    return _id;
136
}
137
 
138
// SIGNAL 0
139
void debugger::MemControl::signalAddressChanged(AttributeType * _t1)
140
{
141
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
142
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
143
}
144 3 sergeykhbr
QT_WARNING_POP
145 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.