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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [gui_plugin/] [CpuWidgets/] [moc_StackTraceWidget.h] - Rev 4

Compare with Previous | Blame | View Log

/****************************************************************************
** Meta object code from reading C++ file 'StackTraceWidget.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
 
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'StackTraceWidget.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.7.0. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
 
QT_BEGIN_MOC_NAMESPACE
struct qt_meta_stringdata_debugger__StackTraceWidget_t {
    QByteArrayData data[9];
    char stringdata0[119];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
    qptrdiff(offsetof(qt_meta_stringdata_debugger__StackTraceWidget_t, stringdata0) + ofs \
        - idx * sizeof(QByteArrayData)) \
    )
static const qt_meta_stringdata_debugger__StackTraceWidget_t qt_meta_stringdata_debugger__StackTraceWidget = {
    {
QT_MOC_LITERAL(0, 0, 26), // "debugger::StackTraceWidget"
QT_MOC_LITERAL(1, 27, 19), // "signalUpdateByTimer"
QT_MOC_LITERAL(2, 47, 0), // ""
QT_MOC_LITERAL(3, 48, 18), // "signalShowFunction"
QT_MOC_LITERAL(4, 67, 8), // "uint64_t"
QT_MOC_LITERAL(5, 76, 4), // "addr"
QT_MOC_LITERAL(6, 81, 2), // "sz"
QT_MOC_LITERAL(7, 84, 17), // "slotUpdateByTimer"
QT_MOC_LITERAL(8, 102, 16) // "slotShowFunction"
 
    },
    "debugger::StackTraceWidget\0"
    "signalUpdateByTimer\0\0signalShowFunction\0"
    "uint64_t\0addr\0sz\0slotUpdateByTimer\0"
    "slotShowFunction"
};
#undef QT_MOC_LITERAL
 
static const uint qt_meta_data_debugger__StackTraceWidget[] = {
 
 // content:
       7,       // revision
       0,       // classname
       0,    0, // classinfo
       4,   14, // methods
       0,    0, // properties
       0,    0, // enums/sets
       0,    0, // constructors
       0,       // flags
       2,       // signalCount
 
 // signals: name, argc, parameters, tag, flags
       1,    0,   34,    2, 0x06 /* Public */,
       3,    2,   35,    2, 0x06 /* Public */,
 
 // slots: name, argc, parameters, tag, flags
       7,    0,   40,    2, 0x08 /* Private */,
       8,    2,   41,    2, 0x08 /* Private */,
 
 // signals: parameters
    QMetaType::Void,
    QMetaType::Void, 0x80000000 | 4, 0x80000000 | 4,    5,    6,
 
 // slots: parameters
    QMetaType::Void,
    QMetaType::Void, 0x80000000 | 4, 0x80000000 | 4,    5,    6,
 
       0        // eod
};
 
void debugger::StackTraceWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
    if (_c == QMetaObject::InvokeMetaMethod) {
        StackTraceWidget *_t = static_cast<StackTraceWidget *>(_o);
        Q_UNUSED(_t)
        switch (_id) {
        case 0: _t->signalUpdateByTimer(); break;
        case 1: _t->signalShowFunction((*reinterpret_cast< uint64_t(*)>(_a[1])),(*reinterpret_cast< uint64_t(*)>(_a[2]))); break;
        case 2: _t->slotUpdateByTimer(); break;
        case 3: _t->slotShowFunction((*reinterpret_cast< uint64_t(*)>(_a[1])),(*reinterpret_cast< uint64_t(*)>(_a[2]))); break;
        default: ;
        }
    } else if (_c == QMetaObject::IndexOfMethod) {
        int *result = reinterpret_cast<int *>(_a[0]);
        void **func = reinterpret_cast<void **>(_a[1]);
        {
            typedef void (StackTraceWidget::*_t)();
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&StackTraceWidget::signalUpdateByTimer)) {
                *result = 0;
                return;
            }
        }
        {
            typedef void (StackTraceWidget::*_t)(uint64_t , uint64_t );
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&StackTraceWidget::signalShowFunction)) {
                *result = 1;
                return;
            }
        }
    }
}
 
const QMetaObject debugger::StackTraceWidget::staticMetaObject = {
    { &QWidget::staticMetaObject, qt_meta_stringdata_debugger__StackTraceWidget.data,
      qt_meta_data_debugger__StackTraceWidget,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};
 
 
const QMetaObject *debugger::StackTraceWidget::metaObject() const
{
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
 
void *debugger::StackTraceWidget::qt_metacast(const char *_clname)
{
    if (!_clname) return Q_NULLPTR;
    if (!strcmp(_clname, qt_meta_stringdata_debugger__StackTraceWidget.stringdata0))
        return static_cast<void*>(const_cast< StackTraceWidget*>(this));
    return QWidget::qt_metacast(_clname);
}
 
int debugger::StackTraceWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
    _id = QWidget::qt_metacall(_c, _id, _a);
    if (_id < 0)
        return _id;
    if (_c == QMetaObject::InvokeMetaMethod) {
        if (_id < 4)
            qt_static_metacall(this, _c, _id, _a);
        _id -= 4;
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
        if (_id < 4)
            *reinterpret_cast<int*>(_a[0]) = -1;
        _id -= 4;
    }
    return _id;
}
 
// SIGNAL 0
void debugger::StackTraceWidget::signalUpdateByTimer()
{
    QMetaObject::activate(this, &staticMetaObject, 0, Q_NULLPTR);
}
 
// SIGNAL 1
void debugger::StackTraceWidget::signalShowFunction(uint64_t _t1, uint64_t _t2)
{
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
    QMetaObject::activate(this, &staticMetaObject, 1, _a);
}
struct qt_meta_stringdata_debugger__StackTraceQMdiSubWindow_t {
    QByteArrayData data[1];
    char stringdata0[34];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
    qptrdiff(offsetof(qt_meta_stringdata_debugger__StackTraceQMdiSubWindow_t, stringdata0) + ofs \
        - idx * sizeof(QByteArrayData)) \
    )
static const qt_meta_stringdata_debugger__StackTraceQMdiSubWindow_t qt_meta_stringdata_debugger__StackTraceQMdiSubWindow = {
    {
QT_MOC_LITERAL(0, 0, 33) // "debugger::StackTraceQMdiSubWi..."
 
    },
    "debugger::StackTraceQMdiSubWindow"
};
#undef QT_MOC_LITERAL
 
static const uint qt_meta_data_debugger__StackTraceQMdiSubWindow[] = {
 
 // content:
       7,       // revision
       0,       // classname
       0,    0, // classinfo
       0,    0, // methods
       0,    0, // properties
       0,    0, // enums/sets
       0,    0, // constructors
       0,       // flags
       0,       // signalCount
 
       0        // eod
};
 
void debugger::StackTraceQMdiSubWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
    Q_UNUSED(_o);
    Q_UNUSED(_id);
    Q_UNUSED(_c);
    Q_UNUSED(_a);
}
 
const QMetaObject debugger::StackTraceQMdiSubWindow::staticMetaObject = {
    { &QMdiSubWindow::staticMetaObject, qt_meta_stringdata_debugger__StackTraceQMdiSubWindow.data,
      qt_meta_data_debugger__StackTraceQMdiSubWindow,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};
 
 
const QMetaObject *debugger::StackTraceQMdiSubWindow::metaObject() const
{
    return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
 
void *debugger::StackTraceQMdiSubWindow::qt_metacast(const char *_clname)
{
    if (!_clname) return Q_NULLPTR;
    if (!strcmp(_clname, qt_meta_stringdata_debugger__StackTraceQMdiSubWindow.stringdata0))
        return static_cast<void*>(const_cast< StackTraceQMdiSubWindow*>(this));
    return QMdiSubWindow::qt_metacast(_clname);
}
 
int debugger::StackTraceQMdiSubWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
    _id = QMdiSubWindow::qt_metacall(_c, _id, _a);
    if (_id < 0)
        return _id;
    return _id;
}
QT_END_MOC_NAMESPACE
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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