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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [gui_plugin/] [CpuWidgets/] [moc_RegWidget.h] - Blame information for rev 2

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 'RegWidget.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 'RegWidget.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__RegWidget_t {
21
    QByteArrayData data[8];
22
    char stringdata0[98];
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__RegWidget_t, stringdata0) + ofs \
27
        - idx * sizeof(QByteArrayData)) \
28
    )
29
static const qt_meta_stringdata_debugger__RegWidget_t qt_meta_stringdata_debugger__RegWidget = {
30
    {
31
QT_MOC_LITERAL(0, 0, 19), // "debugger::RegWidget"
32
QT_MOC_LITERAL(1, 20, 13), // "signalChanged"
33
QT_MOC_LITERAL(2, 34, 0), // ""
34
QT_MOC_LITERAL(3, 35, 14), // "AttributeType*"
35
QT_MOC_LITERAL(4, 50, 3), // "req"
36
QT_MOC_LITERAL(5, 54, 18), // "slotHandleResponse"
37
QT_MOC_LITERAL(6, 73, 4), // "resp"
38
QT_MOC_LITERAL(7, 78, 19) // "slotEditingFinished"
39
 
40
    },
41
    "debugger::RegWidget\0signalChanged\0\0"
42
    "AttributeType*\0req\0slotHandleResponse\0"
43
    "resp\0slotEditingFinished"
44
};
45
#undef QT_MOC_LITERAL
46
 
47
static const uint qt_meta_data_debugger__RegWidget[] = {
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,    1,   32,    2, 0x08 /* Private */,
65
       7,    0,   35,    2, 0x08 /* Private */,
66
 
67
 // signals: parameters
68
    QMetaType::Void, 0x80000000 | 3,    4,
69
 
70
 // slots: parameters
71
    QMetaType::Void, 0x80000000 | 3,    6,
72
    QMetaType::Void,
73
 
74
 
75
};
76
 
77
void debugger::RegWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
78
{
79
    if (_c == QMetaObject::InvokeMetaMethod) {
80
        RegWidget *_t = static_cast<RegWidget *>(_o);
81
        Q_UNUSED(_t)
82
        switch (_id) {
83
        case 0: _t->signalChanged((*reinterpret_cast< AttributeType*(*)>(_a[1]))); break;
84
        case 1: _t->slotHandleResponse((*reinterpret_cast< AttributeType*(*)>(_a[1]))); break;
85
        case 2: _t->slotEditingFinished(); 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 (RegWidget::*_t)(AttributeType * );
93
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&RegWidget::signalChanged)) {
94
                *result = 0;
95
                return;
96
            }
97
        }
98
    }
99
}
100
 
101
const QMetaObject debugger::RegWidget::staticMetaObject = {
102
    { &QWidget::staticMetaObject, qt_meta_stringdata_debugger__RegWidget.data,
103
      qt_meta_data_debugger__RegWidget,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
104
};
105
 
106
 
107
const QMetaObject *debugger::RegWidget::metaObject() const
108
{
109
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
110
}
111
 
112
void *debugger::RegWidget::qt_metacast(const char *_clname)
113
{
114
    if (!_clname) return Q_NULLPTR;
115
    if (!strcmp(_clname, qt_meta_stringdata_debugger__RegWidget.stringdata0))
116
        return static_cast<void*>(const_cast< RegWidget*>(this));
117
    return QWidget::qt_metacast(_clname);
118
}
119
 
120
int debugger::RegWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
121
{
122
    _id = QWidget::qt_metacall(_c, _id, _a);
123
    if (_id < 0)
124
        return _id;
125
    if (_c == QMetaObject::InvokeMetaMethod) {
126
        if (_id < 3)
127
            qt_static_metacall(this, _c, _id, _a);
128
        _id -= 3;
129
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
130
        if (_id < 3)
131
            *reinterpret_cast<int*>(_a[0]) = -1;
132
        _id -= 3;
133
    }
134
    return _id;
135
}
136
 
137
// SIGNAL 0
138
void debugger::RegWidget::signalChanged(AttributeType * _t1)
139
{
140
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
141
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
142
}
143
QT_END_MOC_NAMESPACE

powered by: WebSVN 2.1.0

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