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.2.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 offsetof(qt_meta_stringdata_WalletFrame_t, stringdata) + ofs \
27 - idx * sizeof(QByteArrayData) \
48 "WalletFrame\0gotoOverviewPage\0\0"
49 "gotoHistoryPage\0gotoReceiveCoinsPage\0"
50 "gotoSendCoinsPage\0addr\0gotoSignMessageTab\0"
51 "gotoVerifyMessageTab\0encryptWallet\0"
52 "status\0backupWallet\0changePassphrase\0"
53 "unlockWallet\0usedSendingAddresses\0"
54 "usedReceivingAddresses\0"
58 static const uint qt_meta_data_WalletFrame[] = {
92 QMetaType::Void, QMetaType::QString, 6,
94 QMetaType::Void, QMetaType::QString, 6,
96 QMetaType::Void, QMetaType::QString, 6,
98 QMetaType::Void, QMetaType::Bool, 10,
108 void WalletFrame::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
110 if (_c == QMetaObject::InvokeMetaMethod) {
122 case 9: _t->
encryptWallet((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
133 const QMetaObject WalletFrame::staticMetaObject = {
134 { &QFrame::staticMetaObject, qt_meta_stringdata_WalletFrame.
data,
135 qt_meta_data_WalletFrame, qt_static_metacall, 0, 0}
139 const QMetaObject *WalletFrame::metaObject()
const
141 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
144 void *WalletFrame::qt_metacast(
const char *_clname)
146 if (!_clname)
return 0;
147 if (!strcmp(_clname, qt_meta_stringdata_WalletFrame.
stringdata))
148 return static_cast<void*
>(
const_cast< WalletFrame*
>(
this));
149 return QFrame::qt_metacast(_clname);
152 int WalletFrame::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
154 _id = QFrame::qt_metacall(_c, _id, _a);
157 if (_c == QMetaObject::InvokeMetaMethod) {
159 qt_static_metacall(
this, _c, _id, _a);
161 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
163 *
reinterpret_cast<int*
>(_a[0]) = -1;
void usedReceivingAddresses()
Show used receiving addresses.
void encryptWallet(bool status)
Encrypt the wallet.
#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.
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 gotoSendCoinsPage(QString addr="")
Switch to send coins page.
void gotoReceiveCoinsPage()
Switch to receive coins page.
void backupWallet()
Backup the wallet.
void usedSendingAddresses()
Show used sending addresses.