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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [gui_plugin/] [ControlWidget/] [moc_ConsoleWidget.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 'ConsoleWidget.h'
** Meta object code from reading C++ file 'ConsoleWidget.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 'ConsoleWidget.h' doesn't include <QObject>."
#error "The header file 'ConsoleWidget.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__ConsoleWidget_t {
struct qt_meta_stringdata_debugger__ConsoleWidget_t {
    QByteArrayData data[7];
    QByteArrayData data[4];
    char stringdata0[88];
    char stringdata0[56];
};
};
#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__ConsoleWidget_t, stringdata0) + ofs \
    qptrdiff(offsetof(qt_meta_stringdata_debugger__ConsoleWidget_t, stringdata0) + ofs \
        - idx * sizeof(QByteArrayData)) \
        - idx * sizeof(QByteArrayData)) \
Line 29... Line 31...
static const qt_meta_stringdata_debugger__ConsoleWidget_t qt_meta_stringdata_debugger__ConsoleWidget = {
static const qt_meta_stringdata_debugger__ConsoleWidget_t qt_meta_stringdata_debugger__ConsoleWidget = {
    {
    {
QT_MOC_LITERAL(0, 0, 23), // "debugger::ConsoleWidget"
QT_MOC_LITERAL(0, 0, 23), // "debugger::ConsoleWidget"
QT_MOC_LITERAL(1, 24, 13), // "signalNewData"
QT_MOC_LITERAL(1, 24, 13), // "signalNewData"
QT_MOC_LITERAL(2, 38, 0), // ""
QT_MOC_LITERAL(2, 38, 0), // ""
QT_MOC_LITERAL(3, 39, 12), // "slotPostInit"
QT_MOC_LITERAL(3, 39, 16) // "slotUpdateByData"
QT_MOC_LITERAL(4, 52, 14), // "AttributeType*"
 
QT_MOC_LITERAL(5, 67, 3), // "cfg"
 
QT_MOC_LITERAL(6, 71, 16) // "slotUpdateByData"
 
 
 
    },
    },
    "debugger::ConsoleWidget\0signalNewData\0"
    "debugger::ConsoleWidget\0signalNewData\0"
    "\0slotPostInit\0AttributeType*\0cfg\0"
    "\0slotUpdateByData"
    "slotUpdateByData"
 
};
};
#undef QT_MOC_LITERAL
#undef QT_MOC_LITERAL
 
 
static const uint qt_meta_data_debugger__ConsoleWidget[] = {
static const uint qt_meta_data_debugger__ConsoleWidget[] = {
 
 
 // content:
 // content:
       7,       // revision
       7,       // revision
       0,       // classname
       0,       // classname
       0,    0, // classinfo
       0,    0, // classinfo
       3,   14, // methods
       2,   14, // 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
       1,       // signalCount
 
 
 // signals: name, argc, parameters, tag, flags
 // signals: name, argc, parameters, tag, flags
       1,    0,   29,    2, 0x06 /* Public */,
       1,    0,   24,    2, 0x06 /* Public */,
 
 
 // slots: name, argc, parameters, tag, flags
 // slots: name, argc, parameters, tag, flags
       3,    1,   30,    2, 0x08 /* Private */,
       3,    0,   25,    2, 0x08 /* Private */,
       6,    0,   33,    2, 0x08 /* Private */,
 
 
 
 // signals: parameters
 // signals: parameters
    QMetaType::Void,
    QMetaType::Void,
 
 
 // slots: parameters
 // slots: parameters
    QMetaType::Void, 0x80000000 | 4,    5,
 
    QMetaType::Void,
    QMetaType::Void,
 
 
       0        // eod
       0        // eod
};
};
 
 
Line 78... Line 74...
    if (_c == QMetaObject::InvokeMetaMethod) {
    if (_c == QMetaObject::InvokeMetaMethod) {
        ConsoleWidget *_t = static_cast<ConsoleWidget *>(_o);
        ConsoleWidget *_t = static_cast<ConsoleWidget *>(_o);
        Q_UNUSED(_t)
        Q_UNUSED(_t)
        switch (_id) {
        switch (_id) {
        case 0: _t->signalNewData(); break;
        case 0: _t->signalNewData(); break;
        case 1: _t->slotPostInit((*reinterpret_cast< AttributeType*(*)>(_a[1]))); break;
        case 1: _t->slotUpdateByData(); break;
        case 2: _t->slotUpdateByData(); break;
 
        default: ;
        default: ;
        }
        }
    } else if (_c == QMetaObject::IndexOfMethod) {
    } else if (_c == QMetaObject::IndexOfMethod) {
        int *result = reinterpret_cast<int *>(_a[0]);
        int *result = reinterpret_cast<int *>(_a[0]);
        void **func = reinterpret_cast<void **>(_a[1]);
        void **func = reinterpret_cast<void **>(_a[1]);
Line 93... Line 88...
                *result = 0;
                *result = 0;
                return;
                return;
            }
            }
        }
        }
    }
    }
 
    Q_UNUSED(_a);
}
}
 
 
const QMetaObject debugger::ConsoleWidget::staticMetaObject = {
const QMetaObject debugger::ConsoleWidget::staticMetaObject = {
    { &QPlainTextEdit::staticMetaObject, qt_meta_stringdata_debugger__ConsoleWidget.data,
    { &QPlainTextEdit::staticMetaObject, qt_meta_stringdata_debugger__ConsoleWidget.data,
      qt_meta_data_debugger__ConsoleWidget,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
      qt_meta_data_debugger__ConsoleWidget,  qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
Line 124... Line 120...
{
{
    _id = QPlainTextEdit::qt_metacall(_c, _id, _a);
    _id = QPlainTextEdit::qt_metacall(_c, _id, _a);
    if (_id < 0)
    if (_id < 0)
        return _id;
        return _id;
    if (_c == QMetaObject::InvokeMetaMethod) {
    if (_c == QMetaObject::InvokeMetaMethod) {
        if (_id < 3)
        if (_id < 2)
            qt_static_metacall(this, _c, _id, _a);
            qt_static_metacall(this, _c, _id, _a);
        _id -= 3;
        _id -= 2;
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
    } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
        if (_id < 3)
        if (_id < 2)
            *reinterpret_cast<int*>(_a[0]) = -1;
            *reinterpret_cast<int*>(_a[0]) = -1;
        _id -= 3;
        _id -= 2;
    }
    }
    return _id;
    return _id;
}
}
 
 
// SIGNAL 0
// SIGNAL 0
void debugger::ConsoleWidget::signalNewData()
void debugger::ConsoleWidget::signalNewData()
{
{
    QMetaObject::activate(this, &staticMetaObject, 0, Q_NULLPTR);
    QMetaObject::activate(this, &staticMetaObject, 0, Q_NULLPTR);
}
}
 
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-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.