11#include <QtCore/qbytearray.h>
12#include <QtCore/qmetatype.h>
13#if !defined(Q_MOC_OUTPUT_REVISION)
14#error "The header file 'walletframe.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.)"
23QT_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_WalletFrame_t, stringdata0) + ofs \
31 - idx * sizeof(QByteArrayData)) \
59 "WalletFrame\0createWalletButtonClicked\0"
60 "\0message\0title\0style\0currentWalletSet\0"
61 "gotoOverviewPage\0gotoHistoryPage\0"
62 "gotoReceiveCoinsPage\0gotoSendCoinsPage\0"
63 "addr\0gotoSignMessageTab\0gotoVerifyMessageTab\0"
64 "gotoLoadPSBT\0from_clipboard\0encryptWallet\0"
65 "backupWallet\0changePassphrase\0"
66 "unlockWallet\0usedSendingAddresses\0"
67 "usedReceivingAddresses"
100 14, 0, 141, 2, 0x2a ,
101 16, 0, 142, 2, 0x0a ,
102 17, 0, 143, 2, 0x0a ,
103 18, 0, 144, 2, 0x0a ,
104 19, 0, 145, 2, 0x0a ,
105 20, 0, 146, 2, 0x0a ,
106 21, 0, 147, 2, 0x0a ,
110 QMetaType::Void, QMetaType::QString, QMetaType::QString, QMetaType::UInt, 4, 3, 5,
117 QMetaType::Void, QMetaType::QString, 11,
119 QMetaType::Void, QMetaType::QString, 11,
121 QMetaType::Void, QMetaType::QString, 11,
123 QMetaType::Void, QMetaType::Bool, 15,
135void WalletFrame::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
137 if (_c == QMetaObject::InvokeMetaMethod) {
142 case 1: _t->message((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< uint(*)
>(_a[3])));
break;
143 case 2: _t->currentWalletSet();
break;
144 case 3: _t->gotoOverviewPage();
break;
145 case 4: _t->gotoHistoryPage();
break;
146 case 5: _t->gotoReceiveCoinsPage();
break;
147 case 6: _t->gotoSendCoinsPage((*
reinterpret_cast< QString(*)
>(_a[1])));
break;
148 case 7: _t->gotoSendCoinsPage();
break;
149 case 8: _t->gotoSignMessageTab((*
reinterpret_cast< QString(*)
>(_a[1])));
break;
150 case 9: _t->gotoSignMessageTab();
break;
151 case 10: _t->gotoVerifyMessageTab((*
reinterpret_cast< QString(*)
>(_a[1])));
break;
152 case 11: _t->gotoVerifyMessageTab();
break;
153 case 12: _t->gotoLoadPSBT((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
154 case 13: _t->gotoLoadPSBT();
break;
155 case 14: _t->encryptWallet();
break;
156 case 15: _t->backupWallet();
break;
157 case 16: _t->changePassphrase();
break;
158 case 17: _t->unlockWallet();
break;
159 case 18: _t->usedSendingAddresses();
break;
160 case 19: _t->usedReceivingAddresses();
break;
163 }
else if (_c == QMetaObject::IndexOfMethod) {
164 int *result =
reinterpret_cast<int *
>(_a[0]);
173 using _t = void (
WalletFrame::*)(
const QString & ,
const QString & ,
unsigned int );
189QT_INIT_METAOBJECT
const QMetaObject WalletFrame::staticMetaObject = { {
190 QMetaObject::SuperData::link<QFrame::staticMetaObject>(),
199const QMetaObject *WalletFrame::metaObject()
const
201 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
204void *WalletFrame::qt_metacast(
const char *_clname)
206 if (!_clname)
return nullptr;
208 return static_cast<void*
>(
this);
209 return QFrame::qt_metacast(_clname);
212int WalletFrame::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
214 _id = QFrame::qt_metacall(_c, _id, _a);
217 if (_c == QMetaObject::InvokeMetaMethod) {
219 qt_static_metacall(
this, _c, _id, _a);
221 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
223 *
reinterpret_cast<int*
>(_a[0]) = -1;
232 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
238 void *_a[] = {
nullptr,
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t1))),
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t2))),
const_cast<void*
>(
reinterpret_cast<const void*
>(std::addressof(_t3))) };
239 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
245 QMetaObject::activate(
this, &staticMetaObject, 2,
nullptr);
A container for embedding all wallet-related controls into BitcoinGUI.
void createWalletButtonClicked()
void message(const QString &title, const QString &message, unsigned int style)
static const qt_meta_stringdata_WalletFrame_t qt_meta_stringdata_WalletFrame
#define QT_MOC_LITERAL(idx, ofs, len)
static const uint qt_meta_data_WalletFrame[]