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

Subversion Repositories riscv_vhdl

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

powered by: WebSVN 2.1.0

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