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

Subversion Repositories riscv_vhdl

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

powered by: WebSVN 2.1.0

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