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 "gotoMasternodePage\0gotoReceiveCoinsPage\0" 56 "gotoSendCoinsPage\0addr\0gotoSignMessageTab\0" 57 "gotoVerifyMessageTab\0encryptWallet\0" 58 "status\0backupWallet\0changePassphrase\0" 59 "unlockWallet\0lockWallet\0usedSendingAddresses\0" 60 "usedReceivingAddresses\0outOfSyncWarningClicked" 108 QMetaType::Void, QMetaType::QString, 8,
110 QMetaType::Void, QMetaType::QString, 8,
112 QMetaType::Void, QMetaType::QString, 8,
114 QMetaType::Void, QMetaType::Bool, 12,
126 void WalletFrame::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
128 if (_c == QMetaObject::InvokeMetaMethod) {
143 case 11: _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 = {
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;
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 gotoMasternodePage()
void encryptWallet(bool status)
static const uint qt_meta_data_WalletFrame[]
void usedReceivingAddresses()
#define QT_MOC_LITERAL(idx, ofs, len)
void gotoVerifyMessageTab(QString addr="")
void usedSendingAddresses()
void gotoSendCoinsPage(QString addr="")
static const qt_meta_stringdata_WalletFrame_t qt_meta_stringdata_WalletFrame
void requestedSyncWarningInfo()
void gotoSignMessageTab(QString addr="")
void gotoReceiveCoinsPage()
void outOfSyncWarningClicked()