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 3

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

powered by: WebSVN 2.1.0

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