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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [gui_plugin/] [PeriphWidgets/] [moc_GpioWidget.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 'GpioWidget.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 'GpioWidget.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__GpioWidget_t {
23
    QByteArrayData data[10];
24
    char stringdata0[121];
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__GpioWidget_t, stringdata0) + ofs \
29
        - idx * sizeof(QByteArrayData)) \
30
    )
31
static const qt_meta_stringdata_debugger__GpioWidget_t qt_meta_stringdata_debugger__GpioWidget = {
32
    {
33
QT_MOC_LITERAL(0, 0, 20), // "debugger::GpioWidget"
34
QT_MOC_LITERAL(1, 21, 11), // "signalClose"
35
QT_MOC_LITERAL(2, 33, 0), // ""
36
QT_MOC_LITERAL(3, 34, 8), // "QWidget*"
37
QT_MOC_LITERAL(4, 43, 14), // "AttributeType&"
38
QT_MOC_LITERAL(5, 58, 14), // "signalLedValue"
39
QT_MOC_LITERAL(6, 73, 8), // "uint32_t"
40
QT_MOC_LITERAL(7, 82, 5), // "value"
41
QT_MOC_LITERAL(8, 88, 14), // "signalDipValue"
42
QT_MOC_LITERAL(9, 103, 17) // "slotUpdateByTimer"
43
 
44
    },
45
    "debugger::GpioWidget\0signalClose\0\0"
46
    "QWidget*\0AttributeType&\0signalLedValue\0"
47
    "uint32_t\0value\0signalDipValue\0"
48
    "slotUpdateByTimer"
49
};
50
#undef QT_MOC_LITERAL
51
 
52
static const uint qt_meta_data_debugger__GpioWidget[] = {
53
 
54
 // content:
55
       7,       // revision
56
       0,       // classname
57
       0,    0, // classinfo
58
       4,   14, // methods
59
       0,    0, // properties
60
       0,    0, // enums/sets
61
       0,    0, // constructors
62
       0,       // flags
63
       3,       // signalCount
64
 
65
 // signals: name, argc, parameters, tag, flags
66
       1,    2,   34,    2, 0x06 /* Public */,
67
       5,    1,   39,    2, 0x06 /* Public */,
68
       8,    1,   42,    2, 0x06 /* Public */,
69
 
70
 // slots: name, argc, parameters, tag, flags
71
       9,    0,   45,    2, 0x08 /* Private */,
72
 
73
 // signals: parameters
74
    QMetaType::Void, 0x80000000 | 3, 0x80000000 | 4,    2,    2,
75
    QMetaType::Void, 0x80000000 | 6,    7,
76
    QMetaType::Void, 0x80000000 | 6,    7,
77
 
78
 // slots: parameters
79
    QMetaType::Void,
80
 
81
 
82
};
83
 
84
void debugger::GpioWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
85
{
86
    if (_c == QMetaObject::InvokeMetaMethod) {
87
        GpioWidget *_t = static_cast<GpioWidget *>(_o);
88
        Q_UNUSED(_t)
89
        switch (_id) {
90
        case 0: _t->signalClose((*reinterpret_cast< QWidget*(*)>(_a[1])),(*reinterpret_cast< AttributeType(*)>(_a[2]))); break;
91
        case 1: _t->signalLedValue((*reinterpret_cast< uint32_t(*)>(_a[1]))); break;
92
        case 2: _t->signalDipValue((*reinterpret_cast< uint32_t(*)>(_a[1]))); break;
93
        case 3: _t->slotUpdateByTimer(); break;
94
        default: ;
95
        }
96
    } else if (_c == QMetaObject::IndexOfMethod) {
97
        int *result = reinterpret_cast<int *>(_a[0]);
98
        void **func = reinterpret_cast<void **>(_a[1]);
99
        {
100
            typedef void (GpioWidget::*_t)(QWidget * , AttributeType & );
101
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&GpioWidget::signalClose)) {
102
                *result = 0;
103
                return;
104
            }
105
        }
106
        {
107
            typedef void (GpioWidget::*_t)(uint32_t );
108
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&GpioWidget::signalLedValue)) {
109
                *result = 1;
110
                return;
111
            }
112
        }
113
        {
114
            typedef void (GpioWidget::*_t)(uint32_t );
115
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&GpioWidget::signalDipValue)) {
116
                *result = 2;
117
                return;
118
            }
119
        }
120
    }
121
}
122
 
123
const QMetaObject debugger::GpioWidget::staticMetaObject = {
124
    { &QWidget::staticMetaObject, qt_meta_stringdata_debugger__GpioWidget.data,
125
      qt_meta_data_debugger__GpioWidget,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
126
};
127
 
128
 
129
const QMetaObject *debugger::GpioWidget::metaObject() const
130
{
131
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
132
}
133
 
134
void *debugger::GpioWidget::qt_metacast(const char *_clname)
135
{
136
    if (!_clname) return Q_NULLPTR;
137
    if (!strcmp(_clname, qt_meta_stringdata_debugger__GpioWidget.stringdata0))
138
        return static_cast<void*>(const_cast< GpioWidget*>(this));
139
    if (!strcmp(_clname, "IGuiCmdHandler"))
140
        return static_cast< IGuiCmdHandler*>(const_cast< GpioWidget*>(this));
141
    return QWidget::qt_metacast(_clname);
142
}
143
 
144
int debugger::GpioWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
145
{
146
    _id = QWidget::qt_metacall(_c, _id, _a);
147
    if (_id < 0)
148
        return _id;
149
    if (_c == QMetaObject::InvokeMetaMethod) {
150
        if (_id < 4)
151
            qt_static_metacall(this, _c, _id, _a);
152
        _id -= 4;
153
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
154
        if (_id < 4)
155
            *reinterpret_cast<int*>(_a[0]) = -1;
156
        _id -= 4;
157
    }
158
    return _id;
159
}
160
 
161
// SIGNAL 0
162
void debugger::GpioWidget::signalClose(QWidget * _t1, AttributeType & _t2)
163
{
164
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
165
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
166
}
167
 
168
// SIGNAL 1
169
void debugger::GpioWidget::signalLedValue(uint32_t _t1)
170
{
171
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
172
    QMetaObject::activate(this, &staticMetaObject, 1, _a);
173
}
174
 
175
// SIGNAL 2
176
void debugger::GpioWidget::signalDipValue(uint32_t _t1)
177
{
178
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
179
    QMetaObject::activate(this, &staticMetaObject, 2, _a);
180
}
181
struct qt_meta_stringdata_debugger__GpioQMdiSubWindow_t {
182
    QByteArrayData data[1];
183
    char stringdata0[28];
184
};
185
#define QT_MOC_LITERAL(idx, ofs, len) \
186
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
187
    qptrdiff(offsetof(qt_meta_stringdata_debugger__GpioQMdiSubWindow_t, stringdata0) + ofs \
188
        - idx * sizeof(QByteArrayData)) \
189
    )
190
static const qt_meta_stringdata_debugger__GpioQMdiSubWindow_t qt_meta_stringdata_debugger__GpioQMdiSubWindow = {
191
    {
192
QT_MOC_LITERAL(0, 0, 27) // "debugger::GpioQMdiSubWindow"
193
 
194
    },
195
    "debugger::GpioQMdiSubWindow"
196
};
197
#undef QT_MOC_LITERAL
198
 
199
static const uint qt_meta_data_debugger__GpioQMdiSubWindow[] = {
200
 
201
 // content:
202
       7,       // revision
203
       0,       // classname
204
       0,    0, // classinfo
205
       0,    0, // methods
206
       0,    0, // properties
207
       0,    0, // enums/sets
208
       0,    0, // constructors
209
       0,       // flags
210
       0,       // signalCount
211
 
212
 
213
};
214
 
215
void debugger::GpioQMdiSubWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
216
{
217
    Q_UNUSED(_o);
218
    Q_UNUSED(_id);
219
    Q_UNUSED(_c);
220
    Q_UNUSED(_a);
221
}
222
 
223
const QMetaObject debugger::GpioQMdiSubWindow::staticMetaObject = {
224
    { &QMdiSubWindow::staticMetaObject, qt_meta_stringdata_debugger__GpioQMdiSubWindow.data,
225
      qt_meta_data_debugger__GpioQMdiSubWindow,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
226
};
227
 
228
 
229
const QMetaObject *debugger::GpioQMdiSubWindow::metaObject() const
230
{
231
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
232
}
233
 
234
void *debugger::GpioQMdiSubWindow::qt_metacast(const char *_clname)
235
{
236
    if (!_clname) return Q_NULLPTR;
237
    if (!strcmp(_clname, qt_meta_stringdata_debugger__GpioQMdiSubWindow.stringdata0))
238
        return static_cast<void*>(const_cast< GpioQMdiSubWindow*>(this));
239
    return QMdiSubWindow::qt_metacast(_clname);
240
}
241
 
242
int debugger::GpioQMdiSubWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
243
{
244
    _id = QMdiSubWindow::qt_metacall(_c, _id, _a);
245
    if (_id < 0)
246
        return _id;
247
    return _id;
248
}
249 3 sergeykhbr
QT_WARNING_POP
250 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.