10 #include <QtCore/qbytearray.h>
11 #include <QtCore/qmetatype.h>
12 #if !defined(Q_MOC_OUTPUT_REVISION)
13 #error "The header file 'walletframe.h' doesn't include <QObject>."
14 #elif Q_MOC_OUTPUT_REVISION != 67
15 #error "This file was generated using the moc from 5.15.2. 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_WalletFrame_t, stringdata0) + ofs \
30 - idx * sizeof(QByteArrayData)) \
56 "WalletFrame\0requestedSyncWarningInfo\0"
57 "\0gotoOverviewPage\0gotoHistoryPage\0"
58 "gotoReceiveCoinsPage\0gotoSendCoinsPage\0"
59 "addr\0gotoSignMessageTab\0gotoVerifyMessageTab\0"
60 "gotoLoadPSBT\0from_clipboard\0encryptWallet\0"
61 "status\0backupWallet\0changePassphrase\0"
62 "unlockWallet\0usedSendingAddresses\0"
63 "usedReceivingAddresses\0outOfSyncWarningClicked"
100 18, 0, 136, 2, 0x0a ,
101 19, 0, 137, 2, 0x0a ,
110 QMetaType::Void, QMetaType::QString, 7,
112 QMetaType::Void, QMetaType::QString, 7,
114 QMetaType::Void, QMetaType::QString, 7,
116 QMetaType::Void, QMetaType::Bool, 11,
118 QMetaType::Void, QMetaType::Bool, 13,
129 void WalletFrame::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
131 if (_c == QMetaObject::InvokeMetaMethod) {
136 case 1: _t->gotoOverviewPage();
break;
137 case 2: _t->gotoHistoryPage();
break;
138 case 3: _t->gotoReceiveCoinsPage();
break;
139 case 4: _t->gotoSendCoinsPage((*
reinterpret_cast< QString(*)
>(_a[1])));
break;
140 case 5: _t->gotoSendCoinsPage();
break;
141 case 6: _t->gotoSignMessageTab((*
reinterpret_cast< QString(*)
>(_a[1])));
break;
142 case 7: _t->gotoSignMessageTab();
break;
143 case 8: _t->gotoVerifyMessageTab((*
reinterpret_cast< QString(*)
>(_a[1])));
break;
144 case 9: _t->gotoVerifyMessageTab();
break;
145 case 10: _t->gotoLoadPSBT((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
146 case 11: _t->gotoLoadPSBT();
break;
147 case 12: _t->encryptWallet((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
148 case 13: _t->backupWallet();
break;
149 case 14: _t->changePassphrase();
break;
150 case 15: _t->unlockWallet();
break;
151 case 16: _t->usedSendingAddresses();
break;
152 case 17: _t->usedReceivingAddresses();
break;
153 case 18: _t->outOfSyncWarningClicked();
break;
156 }
else if (_c == QMetaObject::IndexOfMethod) {
157 int *result =
reinterpret_cast<int *
>(_a[0]);
168 QT_INIT_METAOBJECT
const QMetaObject WalletFrame::staticMetaObject = { {
169 QMetaObject::SuperData::link<QFrame::staticMetaObject>(),
178 const QMetaObject *WalletFrame::metaObject()
const
180 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
183 void *WalletFrame::qt_metacast(
const char *_clname)
185 if (!_clname)
return nullptr;
187 return static_cast<void*
>(
this);
188 return QFrame::qt_metacast(_clname);
191 int WalletFrame::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
193 _id = QFrame::qt_metacall(_c, _id, _a);
196 if (_c == QMetaObject::InvokeMetaMethod) {
198 qt_static_metacall(
this, _c, _id, _a);
200 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
202 *
reinterpret_cast<int*
>(_a[0]) = -1;
211 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
A container for embedding all wallet-related controls into BitcoinGUI.
void requestedSyncWarningInfo()
Notify that the user has requested more information about the out-of-sync warning.
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[]