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.5.1. 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
24 #define QT_MOC_LITERAL(idx, ofs, len) \
25 Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
26 qptrdiff(offsetof(qt_meta_stringdata_WalletFrame_t, stringdata0) + ofs \
27 - idx * sizeof(QByteArrayData)) \
53 "WalletFrame\0requestedSyncWarningInfo\0"
54 "\0gotoOverviewPage\0gotoHistoryPage\0"
55 "gotoReceiveCoinsPage\0gotoSendCoinsPage\0"
56 "addr\0gotoSignMessageTab\0gotoVerifyMessageTab\0"
57 "gotoLoadPSBT\0from_clipboard\0encryptWallet\0"
58 "status\0backupWallet\0changePassphrase\0"
59 "unlockWallet\0usedSendingAddresses\0"
60 "usedReceivingAddresses\0outOfSyncWarningClicked"
107 QMetaType::Void, QMetaType::QString, 7,
109 QMetaType::Void, QMetaType::QString, 7,
111 QMetaType::Void, QMetaType::QString, 7,
113 QMetaType::Void, QMetaType::Bool, 11,
115 QMetaType::Void, QMetaType::Bool, 13,
126 void WalletFrame::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
128 if (_c == QMetaObject::InvokeMetaMethod) {
142 case 10: _t->
gotoLoadPSBT((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
144 case 12: _t->
encryptWallet((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
153 }
else if (_c == QMetaObject::IndexOfMethod) {
154 int *result =
reinterpret_cast<int *
>(_a[0]);
155 void **func =
reinterpret_cast<void **
>(_a[1]);
165 const QMetaObject WalletFrame::staticMetaObject = {
166 { &QFrame::staticMetaObject, qt_meta_stringdata_WalletFrame.
data,
171 const QMetaObject *WalletFrame::metaObject()
const
173 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
176 void *WalletFrame::qt_metacast(
const char *_clname)
178 if (!_clname)
return Q_NULLPTR;
179 if (!strcmp(_clname, qt_meta_stringdata_WalletFrame.
stringdata0))
180 return static_cast<void*
>(
const_cast< WalletFrame*
>(
this));
181 return QFrame::qt_metacast(_clname);
184 int WalletFrame::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
186 _id = QFrame::qt_metacall(_c, _id, _a);
189 if (_c == QMetaObject::InvokeMetaMethod) {
191 qt_static_metacall(
this, _c, _id, _a);
193 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
195 *
reinterpret_cast<int*
>(_a[0]) = -1;
204 QMetaObject::activate(
this, &staticMetaObject, 0, Q_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.