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

Subversion Repositories riscv_vhdl

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

powered by: WebSVN 2.1.0

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