Bitcoin Core 22.99.0
P2P Digital Currency
moc_addresstablemodel.cpp
Go to the documentation of this file.
1/****************************************************************************
2** Meta object code from reading C++ file 'addresstablemodel.h'
3**
4** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include <memory>
11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'addresstablemodel.h' doesn't include <QObject>."
15#elif Q_MOC_OUTPUT_REVISION != 67
16#error "This file was generated using the moc from 5.15.2. It"
17#error "cannot be used with the include files from this version of Qt."
18#error "(The moc has changed too much.)"
19#endif
20
21QT_BEGIN_MOC_NAMESPACE
22QT_WARNING_PUSH
23QT_WARNING_DISABLE_DEPRECATED
25 QByteArrayData data[8];
26 char stringdata0[67];
27};
28#define QT_MOC_LITERAL(idx, ofs, len) \
29 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
30 qptrdiff(offsetof(qt_meta_stringdata_AddressTableModel_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
32 )
34 {
35QT_MOC_LITERAL(0, 0, 17), // "AddressTableModel"
36QT_MOC_LITERAL(1, 18, 11), // "updateEntry"
37QT_MOC_LITERAL(2, 30, 0), // ""
38QT_MOC_LITERAL(3, 31, 7), // "address"
39QT_MOC_LITERAL(4, 39, 5), // "label"
40QT_MOC_LITERAL(5, 45, 6), // "isMine"
41QT_MOC_LITERAL(6, 52, 7), // "purpose"
42QT_MOC_LITERAL(7, 60, 6) // "status"
43
44 },
45 "AddressTableModel\0updateEntry\0\0address\0"
46 "label\0isMine\0purpose\0status"
47};
48#undef QT_MOC_LITERAL
49
50static const uint qt_meta_data_AddressTableModel[] = {
51
52 // content:
53 8, // revision
54 0, // classname
55 0, 0, // classinfo
56 1, 14, // methods
57 0, 0, // properties
58 0, 0, // enums/sets
59 0, 0, // constructors
60 0, // flags
61 0, // signalCount
62
63 // slots: name, argc, parameters, tag, flags
64 1, 5, 19, 2, 0x0a /* Public */,
65
66 // slots: parameters
67 QMetaType::Void, QMetaType::QString, QMetaType::QString, QMetaType::Bool, QMetaType::QString, QMetaType::Int, 3, 4, 5, 6, 7,
68
69 0 // eod
70};
71
72void AddressTableModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
73{
74 if (_c == QMetaObject::InvokeMetaMethod) {
75 auto *_t = static_cast<AddressTableModel *>(_o);
76 (void)_t;
77 switch (_id) {
78 case 0: _t->updateEntry((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< bool(*)>(_a[3])),(*reinterpret_cast< const QString(*)>(_a[4])),(*reinterpret_cast< int(*)>(_a[5]))); break;
79 default: ;
80 }
81 }
82}
83
84QT_INIT_METAOBJECT const QMetaObject AddressTableModel::staticMetaObject = { {
85 QMetaObject::SuperData::link<QAbstractTableModel::staticMetaObject>(),
88 qt_static_metacall,
89 nullptr,
90 nullptr
91} };
92
93
94const QMetaObject *AddressTableModel::metaObject() const
95{
96 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
97}
98
99void *AddressTableModel::qt_metacast(const char *_clname)
100{
101 if (!_clname) return nullptr;
103 return static_cast<void*>(this);
104 return QAbstractTableModel::qt_metacast(_clname);
105}
106
107int AddressTableModel::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
108{
109 _id = QAbstractTableModel::qt_metacall(_c, _id, _a);
110 if (_id < 0)
111 return _id;
112 if (_c == QMetaObject::InvokeMetaMethod) {
113 if (_id < 1)
114 qt_static_metacall(this, _c, _id, _a);
115 _id -= 1;
116 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
117 if (_id < 1)
118 *reinterpret_cast<int*>(_a[0]) = -1;
119 _id -= 1;
120 }
121 return _id;
122}
123QT_WARNING_POP
124QT_END_MOC_NAMESPACE
Qt model of the address book in the core.
void updateEntry(const QString &address, const QString &label, bool isMine, const QString &purpose, int status)
static const uint qt_meta_data_AddressTableModel[]
#define QT_MOC_LITERAL(idx, ofs, len)
static const qt_meta_stringdata_AddressTableModel_t qt_meta_stringdata_AddressTableModel