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