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.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_WalletFrame_t, stringdata0) + ofs \ 30 - idx * sizeof(QByteArrayData)) \ 58 "WalletFrame\0createWalletButtonClicked\0" 59 "\0message\0title\0style\0currentWalletSet\0" 60 "gotoOverviewPage\0gotoHistoryPage\0" 61 "gotoReceiveCoinsPage\0gotoSendCoinsPage\0" 62 "addr\0gotoSignMessageTab\0gotoVerifyMessageTab\0" 63 "gotoLoadPSBT\0from_clipboard\0encryptWallet\0" 64 "backupWallet\0changePassphrase\0" 65 "unlockWallet\0usedSendingAddresses\0" 66 "usedReceivingAddresses" 100 16, 0, 142, 2, 0x0a ,
101 17, 0, 143, 2, 0x0a ,
102 18, 0, 144, 2, 0x0a ,
103 19, 0, 145, 2, 0x0a ,
104 20, 0, 146, 2, 0x0a ,
105 21, 0, 147, 2, 0x0a ,
109 QMetaType::Void, QMetaType::QString, QMetaType::QString, QMetaType::UInt, 4, 3, 5,
116 QMetaType::Void, QMetaType::QString, 11,
118 QMetaType::Void, QMetaType::QString, 11,
120 QMetaType::Void, QMetaType::QString, 11,
122 QMetaType::Void, QMetaType::Bool, 15,
134 void WalletFrame::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
136 if (_c == QMetaObject::InvokeMetaMethod) {
141 case 1: _t->message((*
reinterpret_cast< const QString(*)
>(_a[1])),(*
reinterpret_cast< const QString(*)
>(_a[2])),(*
reinterpret_cast< uint(*)
>(_a[3])));
break;
142 case 2: _t->currentWalletSet();
break;
143 case 3: _t->gotoOverviewPage();
break;
144 case 4: _t->gotoHistoryPage();
break;
145 case 5: _t->gotoReceiveCoinsPage();
break;
146 case 6: _t->gotoSendCoinsPage((*
reinterpret_cast< QString(*)
>(_a[1])));
break;
147 case 7: _t->gotoSendCoinsPage();
break;
148 case 8: _t->gotoSignMessageTab((*
reinterpret_cast< QString(*)
>(_a[1])));
break;
149 case 9: _t->gotoSignMessageTab();
break;
150 case 10: _t->gotoVerifyMessageTab((*
reinterpret_cast< QString(*)
>(_a[1])));
break;
151 case 11: _t->gotoVerifyMessageTab();
break;
152 case 12: _t->gotoLoadPSBT((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
153 case 13: _t->gotoLoadPSBT();
break;
154 case 14: _t->encryptWallet();
break;
155 case 15: _t->backupWallet();
break;
156 case 16: _t->changePassphrase();
break;
157 case 17: _t->unlockWallet();
break;
158 case 18: _t->usedSendingAddresses();
break;
159 case 19: _t->usedReceivingAddresses();
break;
162 }
else if (_c == QMetaObject::IndexOfMethod) {
163 int *result =
reinterpret_cast<int *
>(_a[0]);
172 using _t = void (
WalletFrame::*)(
const QString & ,
const QString & ,
unsigned int );
188 QT_INIT_METAOBJECT
const QMetaObject WalletFrame::staticMetaObject = { {
189 &QFrame::staticMetaObject,
198 const QMetaObject *WalletFrame::metaObject()
const 200 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
203 void *WalletFrame::qt_metacast(
const char *_clname)
205 if (!_clname)
return nullptr;
207 return static_cast<void*
>(
this);
208 return QFrame::qt_metacast(_clname);
211 int WalletFrame::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
213 _id = QFrame::qt_metacall(_c, _id, _a);
216 if (_c == QMetaObject::InvokeMetaMethod) {
218 qt_static_metacall(
this, _c, _id, _a);
220 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
222 *
reinterpret_cast<int*
>(_a[0]) = -1;
231 QMetaObject::activate(
this, &staticMetaObject, 0,
nullptr);
237 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)) };
238 QMetaObject::activate(
this, &staticMetaObject, 1, _a);
244 QMetaObject::activate(
this, &staticMetaObject, 2,
nullptr);
void createWalletButtonClicked()
static const uint qt_meta_data_WalletFrame[]
#define QT_MOC_LITERAL(idx, ofs, len)
static const qt_meta_stringdata_WalletFrame_t qt_meta_stringdata_WalletFrame
void message(const QString &title, const QString &message, unsigned int style)
A container for embedding all wallet-related controls into BitcoinGUI.