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.)" 21 QT_BEGIN_MOC_NAMESPACE
23 QT_WARNING_DISABLE_DEPRECATED
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)) \ 46 "AddressTableModel\0updateEntry\0\0address\0" 47 "label\0isMine\0wallet::AddressPurpose\0" 69 QMetaType::Void, QMetaType::QString, QMetaType::QString, QMetaType::Bool, 0x80000000 | 6, QMetaType::Int, 3, 4, 5, 7, 8,
74 void AddressTableModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
76 if (_c == QMetaObject::InvokeMetaMethod) {
80 case 0: _t->
updateEntry((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< bool(*)
>(_a[3])),(*
reinterpret_cast< wallet::AddressPurpose(*)
>(_a[4])),(*
reinterpret_cast< int(*)
>(_a[5])));
break;
86 QT_INIT_METAOBJECT
const QMetaObject AddressTableModel::staticMetaObject = { {
87 QMetaObject::SuperData::link<QAbstractTableModel::staticMetaObject>(),
96 const QMetaObject *AddressTableModel::metaObject()
const 98 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
101 void *AddressTableModel::qt_metacast(
const char *_clname)
103 if (!_clname)
return nullptr;
105 return static_cast<void*
>(
this);
106 return QAbstractTableModel::qt_metacast(_clname);
109 int AddressTableModel::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
111 _id = QAbstractTableModel::qt_metacall(_c, _id, _a);
114 if (_c == QMetaObject::InvokeMetaMethod) {
116 qt_static_metacall(
this, _c, _id, _a);
118 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
120 *
reinterpret_cast<int*
>(_a[0]) = -1;
static const uint qt_meta_data_AddressTableModel[]
static const qt_meta_stringdata_AddressTableModel_t qt_meta_stringdata_AddressTableModel
AddressPurpose
Address purpose field that has been been stored with wallet sending and receiving addresses since BIP...
Qt model of the address book in the core.
void updateEntry(const QString &address, const QString &label, bool isMine, wallet::AddressPurpose purpose, int status)
#define QT_MOC_LITERAL(idx, ofs, len)