9 #include <QtCore/qbytearray.h> 10 #include <QtCore/qmetatype.h> 11 #if !defined(Q_MOC_OUTPUT_REVISION) 12 #error "The header file 'walletframe.h' doesn't include <QObject>." 13 #elif Q_MOC_OUTPUT_REVISION != 67 14 #error "This file was generated using the moc from 5.9.4. It" 15 #error "cannot be used with the include files from this version of Qt." 16 #error "(The moc has changed too much.)" 19 QT_BEGIN_MOC_NAMESPACE
21 QT_WARNING_DISABLE_DEPRECATED
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_WalletFrame_t, stringdata0) + ofs \ 29 - idx * sizeof(QByteArrayData)) \ 55 "WalletFrame\0requestedSyncWarningInfo\0" 56 "\0gotoOverviewPage\0gotoHistoryPage\0" 57 "gotoReceiveCoinsPage\0gotoSendCoinsPage\0" 58 "addr\0gotoSignMessageTab\0gotoVerifyMessageTab\0" 59 "gotoLoadPSBT\0from_clipboard\0encryptWallet\0" 60 "status\0backupWallet\0changePassphrase\0" 61 "unlockWallet\0usedSendingAddresses\0" 62 "usedReceivingAddresses\0outOfSyncWarningClicked" 100 19, 0, 137, 2, 0x0a ,
109 QMetaType::Void, QMetaType::QString, 7,
111 QMetaType::Void, QMetaType::QString, 7,
113 QMetaType::Void, QMetaType::QString, 7,
115 QMetaType::Void, QMetaType::Bool, 11,
117 QMetaType::Void, QMetaType::Bool, 13,
128 void WalletFrame::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
130 if (_c == QMetaObject::InvokeMetaMethod) {
144 case 10: _t->
gotoLoadPSBT((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
146 case 12: _t->
encryptWallet((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
155 }
else if (_c == QMetaObject::IndexOfMethod) {
156 int *result =
reinterpret_cast<int *
>(_a[0]);
167 const QMetaObject WalletFrame::staticMetaObject = {
173 const QMetaObject *WalletFrame::metaObject()
const 175 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
178 void *WalletFrame::qt_metacast(
const char *_clname)
180 if (!_clname)
return nullptr;
182 return static_cast<void*
>(
this);
183 return QFrame::qt_metacast(_clname);
186 int WalletFrame::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
188 _id = QFrame::qt_metacall(_c, _id, _a);
191 if (_c == QMetaObject::InvokeMetaMethod) {
193 qt_static_metacall(
this, _c, _id, _a);
195 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
197 *
reinterpret_cast<int*
>(_a[0]) = -1;
206 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
void usedReceivingAddresses()
Show used receiving addresses.
static const uint qt_meta_data_WalletFrame[]
void encryptWallet(bool status)
Encrypt the wallet.
void outOfSyncWarningClicked()
Pass on signal over requested out-of-sync-warning information.
#define QT_MOC_LITERAL(idx, ofs, len)
void gotoHistoryPage()
Switch to history (transactions) page.
void gotoOverviewPage()
Switch to overview (home) page.
void gotoVerifyMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to verify message tab.
static const qt_meta_stringdata_WalletFrame_t qt_meta_stringdata_WalletFrame
void changePassphrase()
Change encrypted wallet passphrase.
void unlockWallet()
Ask for passphrase to unlock wallet temporarily.
void gotoSignMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to sign message tab.
void requestedSyncWarningInfo()
Notify that the user has requested more information about the out-of-sync warning.
void gotoSendCoinsPage(QString addr="")
Switch to send coins page.
void gotoReceiveCoinsPage()
Switch to receive coins page.
void backupWallet()
Backup the wallet.
void gotoLoadPSBT(bool from_clipboard=false)
Load Partially Signed Bitcoin Transaction.
A container for embedding all wallet-related controls into BitcoinGUI.
void usedSendingAddresses()
Show used sending addresses.