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

Subversion Repositories riscv_vhdl

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

powered by: WebSVN 2.1.0

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