10 #include <QtCore/qbytearray.h> 11 #include <QtCore/qmetatype.h> 12 #if !defined(Q_MOC_OUTPUT_REVISION) 13 #error "The header file 'walletmodel.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_WalletModel_t, stringdata0) + ofs \ 30 - idx * sizeof(QByteArrayData)) \ 71 "WalletModel\0balanceChanged\0\0" 72 "interfaces::WalletBalances\0balances\0" 73 "encryptionStatusChanged\0requireUnlock\0" 74 "message\0title\0style\0coinsSent\0" 75 "WalletModel*\0wallet\0SendCoinsRecipient\0" 76 "recipient\0transaction\0showProgress\0" 77 "nProgress\0notifyWatchonlyChanged\0" 78 "fHaveWatchonly\0unload\0canGetAddressesChanged\0" 79 "timerTimeout\0startPollBalance\0" 80 "updateStatus\0updateTransaction\0" 81 "updateAddressBook\0address\0label\0isMine\0" 82 "wallet::AddressPurpose\0purpose\0status\0" 83 "updateWatchOnlyFlag\0pollBalanceChanged" 105 10, 3, 106, 2, 0x06 ,
106 16, 2, 113, 2, 0x06 ,
107 18, 1, 118, 2, 0x06 ,
108 20, 0, 121, 2, 0x06 ,
109 21, 0, 122, 2, 0x06 ,
110 22, 0, 123, 2, 0x06 ,
113 23, 0, 124, 2, 0x0a ,
114 24, 0, 125, 2, 0x0a ,
115 25, 0, 126, 2, 0x0a ,
116 26, 5, 127, 2, 0x0a ,
117 33, 1, 138, 2, 0x0a ,
118 34, 0, 141, 2, 0x0a ,
121 QMetaType::Void, 0x80000000 | 3, 4,
124 QMetaType::Void, QMetaType::QString, QMetaType::QString, QMetaType::UInt, 8, 7, 9,
125 QMetaType::Void, 0x80000000 | 11, 0x80000000 | 13, QMetaType::QByteArray, 12, 14, 15,
126 QMetaType::Void, QMetaType::QString, QMetaType::Int, 8, 17,
127 QMetaType::Void, QMetaType::Bool, 19,
136 QMetaType::Void, QMetaType::QString, QMetaType::QString, QMetaType::Bool, 0x80000000 | 30, QMetaType::Int, 27, 28, 29, 31, 32,
137 QMetaType::Void, QMetaType::Bool, 19,
143 void WalletModel::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
145 if (_c == QMetaObject::InvokeMetaMethod) {
150 case 1: _t->encryptionStatusChanged();
break;
151 case 2: _t->requireUnlock();
break;
152 case 3: _t->message((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< uint(*)
>(_a[3])));
break;
153 case 4: _t->coinsSent((*
reinterpret_cast< WalletModel*(*)
>(_a[1])),(*
reinterpret_cast< SendCoinsRecipient(*)
>(_a[2])),(*
reinterpret_cast< QByteArray(*)
>(_a[3])));
break;
154 case 5: _t->showProgress((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< int(*)
>(_a[2])));
break;
155 case 6: _t->notifyWatchonlyChanged((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
156 case 7: _t->unload();
break;
157 case 8: _t->canGetAddressesChanged();
break;
158 case 9: _t->timerTimeout();
break;
159 case 10: _t->startPollBalance();
break;
160 case 11: _t->updateStatus();
break;
161 case 12: _t->updateTransaction();
break;
162 case 13: _t->updateAddressBook((*
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;
163 case 14: _t->updateWatchOnlyFlag((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
164 case 15: _t->pollBalanceChanged();
break;
167 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
169 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
171 switch (*reinterpret_cast<int*>(_a[1])) {
172 default: *
reinterpret_cast<int*
>(_a[0]) = -1;
break;
174 *
reinterpret_cast<int*
>(_a[0]) = qRegisterMetaType< WalletModel* >();
break;
178 }
else if (_c == QMetaObject::IndexOfMethod) {
179 int *result =
reinterpret_cast<int *
>(_a[0]);
202 using _t = void (
WalletModel::*)(
const QString & ,
const QString & ,
unsigned int );
216 using _t = void (
WalletModel::*)(
const QString & , int );
253 QT_INIT_METAOBJECT
const QMetaObject WalletModel::staticMetaObject = { {
254 &QObject::staticMetaObject,
263 const QMetaObject *WalletModel::metaObject()
const 265 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
268 void *WalletModel::qt_metacast(
const char *_clname)
270 if (!_clname)
return nullptr;
272 return static_cast<void*
>(
this);
273 return QObject::qt_metacast(_clname);
276 int WalletModel::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
278 _id = QObject::qt_metacall(_c, _id, _a);
281 if (_c == QMetaObject::InvokeMetaMethod) {
283 qt_static_metacall(
this, _c, _id, _a);
285 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
287 qt_static_metacall(
this, _c, _id, _a);
296 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
297 QMetaObject::activate(
this, &staticMetaObject, 0, _a);
303 QMetaObject::activate(
this, &staticMetaObject, 1,
nullptr);
309 QMetaObject::activate(
this, &staticMetaObject, 2,
nullptr);
315 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)),
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t2)),
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t3)) };
316 QMetaObject::activate(
this, &staticMetaObject, 3, _a);
322 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)),
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t2)),
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t3)) };
323 QMetaObject::activate(
this, &staticMetaObject, 4, _a);
329 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)),
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t2)) };
330 QMetaObject::activate(
this, &staticMetaObject, 5, _a);
336 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(&_t1)) };
337 QMetaObject::activate(
this, &staticMetaObject, 6, _a);
343 QMetaObject::activate(
this, &staticMetaObject, 7,
nullptr);
349 QMetaObject::activate(
this, &staticMetaObject, 8,
nullptr);
355 QMetaObject::activate(
this, &staticMetaObject, 9,
nullptr);
void coinsSent(WalletModel *wallet, SendCoinsRecipient recipient, QByteArray transaction)
void canGetAddressesChanged()
void showProgress(const QString &title, int nProgress)
static const qt_meta_stringdata_WalletModel_t qt_meta_stringdata_WalletModel
AddressPurpose
Address purpose field that has been been stored with wallet sending and receiving addresses since BIP...
Collection of wallet balances.
void encryptionStatusChanged()
Interface to Bitcoin wallet from Qt view code.
static const uint qt_meta_data_WalletModel[]
void message(const QString &title, const QString &message, unsigned int style)
#define QT_MOC_LITERAL(idx, ofs, len)
void notifyWatchonlyChanged(bool fHaveWatchonly)
void balanceChanged(const interfaces::WalletBalances &balances)