10 #include <QtCore/qbytearray.h> 11 #include <QtCore/qmetatype.h> 12 #if !defined(Q_MOC_OUTPUT_REVISION) 13 #error "The header file 'addresstablemodel.h' doesn't include <QObject>." 14 #elif Q_MOC_OUTPUT_REVISION != 67 15 #error "This file was generated using the moc from 5.12.7. It" 16 #error "cannot be used with the include files from this version of Qt." 17 #error "(The moc has changed too much.)" 20 QT_BEGIN_MOC_NAMESPACE
22 QT_WARNING_DISABLE_DEPRECATED
27 #define QT_MOC_LITERAL(idx, ofs, len) \ 28 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ 29 qptrdiff(offsetof(qt_meta_stringdata_AddressTableModel_t, stringdata0) + ofs \ 30 - idx * sizeof(QByteArrayData)) \ 45 "AddressTableModel\0updateEntry\0\0address\0" 46 "label\0isMine\0wallet::AddressPurpose\0" 68 QMetaType::Void, QMetaType::QString, QMetaType::QString, QMetaType::Bool, 0x80000000 | 6, QMetaType::Int, 3, 4, 5, 7, 8,
73 void AddressTableModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
75 if (_c == QMetaObject::InvokeMetaMethod) {
79 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;
85 QT_INIT_METAOBJECT
const QMetaObject AddressTableModel::staticMetaObject = { {
86 &QAbstractTableModel::staticMetaObject,
95 const QMetaObject *AddressTableModel::metaObject()
const 97 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
100 void *AddressTableModel::qt_metacast(
const char *_clname)
102 if (!_clname)
return nullptr;
104 return static_cast<void*
>(
this);
105 return QAbstractTableModel::qt_metacast(_clname);
108 int AddressTableModel::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
110 _id = QAbstractTableModel::qt_metacall(_c, _id, _a);
113 if (_c == QMetaObject::InvokeMetaMethod) {
115 qt_static_metacall(
this, _c, _id, _a);
117 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
119 *
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)