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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [gui_plugin/] [PeriphWidgets/] [moc_UartWidget.h] - Diff between revs 2 and 3

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 2 Rev 3
Line 1... Line 1...
/****************************************************************************
/****************************************************************************
** Meta object code from reading C++ file 'UartWidget.h'
** Meta object code from reading C++ file 'UartWidget.h'
**
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0)
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0)
**
**
** WARNING! All changes made in this file will be lost!
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
*****************************************************************************/
 
 
#include <QtCore/qbytearray.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'UartWidget.h' doesn't include <QObject>."
#error "The header file 'UartWidget.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.7.0. It"
#error "This file was generated using the moc from 5.8.0. It"
#error "cannot be used with the include files from this version of Qt."
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#error "(The moc has changed too much.)"
#endif
#endif
 
 
QT_BEGIN_MOC_NAMESPACE
QT_BEGIN_MOC_NAMESPACE
 
QT_WARNING_PUSH
 
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_debugger__UartWidget_t {
struct qt_meta_stringdata_debugger__UartWidget_t {
    QByteArrayData data[6];
    QByteArrayData data[1];
    char stringdata0[69];
    char stringdata0[21];
};
};
#define QT_MOC_LITERAL(idx, ofs, len) \
#define QT_MOC_LITERAL(idx, ofs, len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
    qptrdiff(offsetof(qt_meta_stringdata_debugger__UartWidget_t, stringdata0) + ofs \
    qptrdiff(offsetof(qt_meta_stringdata_debugger__UartWidget_t, stringdata0) + ofs \
        - idx * sizeof(QByteArrayData)) \
        - idx * sizeof(QByteArrayData)) \
    )
    )
static const qt_meta_stringdata_debugger__UartWidget_t qt_meta_stringdata_debugger__UartWidget = {
static const qt_meta_stringdata_debugger__UartWidget_t qt_meta_stringdata_debugger__UartWidget = {
    {
    {
QT_MOC_LITERAL(0, 0, 20), // "debugger::UartWidget"
QT_MOC_LITERAL(0, 0, 20) // "debugger::UartWidget"
QT_MOC_LITERAL(1, 21, 14), // "signalPostInit"
 
QT_MOC_LITERAL(2, 36, 0), // ""
 
QT_MOC_LITERAL(3, 37, 14), // "AttributeType*"
 
QT_MOC_LITERAL(4, 52, 3), // "cfg"
 
QT_MOC_LITERAL(5, 56, 12) // "slotPostInit"
 
 
 
    },
    },
    "debugger::UartWidget\0signalPostInit\0"
    "debugger::UartWidget"
    "\0AttributeType*\0cfg\0slotPostInit"
 
};
};
#undef QT_MOC_LITERAL
#undef QT_MOC_LITERAL
 
 
static const uint qt_meta_data_debugger__UartWidget[] = {
static const uint qt_meta_data_debugger__UartWidget[] = {
 
 
 // content:
 // content:
       7,       // revision
       7,       // revision
       0,       // classname
       0,       // classname
       0,    0, // classinfo
       0,    0, // classinfo
       2,   14, // methods
       0,    0, // methods
       0,    0, // properties
       0,    0, // properties
       0,    0, // enums/sets
       0,    0, // enums/sets
       0,    0, // constructors
       0,    0, // constructors
       0,       // flags
       0,       // flags
       1,       // signalCount
       0,       // signalCount
 
 
 // signals: name, argc, parameters, tag, flags
 
       1,    1,   24,    2, 0x06 /* Public */,
 
 
 
 // slots: name, argc, parameters, tag, flags
 
       5,    1,   27,    2, 0x08 /* Private */,
 
 
 
 // signals: parameters
 
    QMetaType::Void, 0x80000000 | 3,    4,
 
 
 
 // slots: parameters
 
    QMetaType::Void, 0x80000000 | 3,    4,
 
 
 
       0        // eod
       0        // eod
};
};
 
 
void debugger::UartWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
void debugger::UartWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
{
    if (_c == QMetaObject::InvokeMetaMethod) {
    Q_UNUSED(_o);
        UartWidget *_t = static_cast<UartWidget *>(_o);
    Q_UNUSED(_id);
        Q_UNUSED(_t)
    Q_UNUSED(_c);
        switch (_id) {
    Q_UNUSED(_a);
        case 0: _t->signalPostInit((*reinterpret_cast< AttributeType*(*)>(_a[1]))); break;
 
        case 1: _t->slotPostInit((*reinterpret_cast< AttributeType*(*)>(_a[1]))); break;
 
        default: ;
 
        }
 
    } else if (_c == QMetaObject::IndexOfMethod) {
 
        int *result = reinterpret_cast<int *>(_a[0]);
 
        void **func = reinterpret_cast<void **>(_a[1]);
 
        {
 
            typedef void (UartWidget::*_t)(AttributeType * );
 
            if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&UartWidget::signalPostInit)) {
 
                *result = 0;
 
                return;
 
            }
 
        }
 
    }
 
}
}
 
 
const QMetaObject debugger::UartWidget::staticMetaObject = {
const QMetaObject debugger::UartWidget::staticMetaObject = {
    { &QWidget::staticMetaObject, qt_meta_stringdata_debugger__UartWidget.data,
    { &QWidget::staticMetaObject, qt_meta_stringdata_debugger__UartWidget.data,
      qt_meta_data_debugger__UartWidget,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
      qt_meta_data_debugger__UartWidget,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
Line 114... Line 83...
int debugger::UartWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
int debugger::UartWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
{
    _id = QWidget::qt_metacall(_c, _id, _a);
    _id = QWidget::qt_metacall(_c, _id, _a);
    if (_id < 0)
    if (_id < 0)
        return _id;
        return _id;
    if (_c == QMetaObject::InvokeMetaMethod) {
 
        if (_id < 2)
 
            qt_static_metacall(this, _c, _id, _a);
 
        _id -= 2;
 
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
 
        if (_id < 2)
 
            *reinterpret_cast<int*>(_a[0]) = -1;
 
        _id -= 2;
 
    }
 
    return _id;
    return _id;
}
}
 
 
// SIGNAL 0
 
void debugger::UartWidget::signalPostInit(AttributeType * _t1)
 
{
 
    void *_a[] = { Q_NULLPTR, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
 
    QMetaObject::activate(this, &staticMetaObject, 0, _a);
 
}
 
struct qt_meta_stringdata_debugger__UartQMdiSubWindow_t {
struct qt_meta_stringdata_debugger__UartQMdiSubWindow_t {
    QByteArrayData data[1];
    QByteArrayData data[1];
    char stringdata0[28];
    char stringdata0[28];
};
};
#define QT_MOC_LITERAL(idx, ofs, len) \
#define QT_MOC_LITERAL(idx, ofs, len) \
Line 200... Line 153...
    _id = QMdiSubWindow::qt_metacall(_c, _id, _a);
    _id = QMdiSubWindow::qt_metacall(_c, _id, _a);
    if (_id < 0)
    if (_id < 0)
        return _id;
        return _id;
    return _id;
    return _id;
}
}
 
QT_WARNING_POP
QT_END_MOC_NAMESPACE
QT_END_MOC_NAMESPACE
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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