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)) \ 61 "WalletFrame\0requestedSyncWarningInfo\0" 62 "\0gotoOverviewPage\0gotoHistoryPage\0" 63 "gotoReceiveCoinsPage\0gotoSendCoinsPage\0" 64 "addr\0gotoCreateContractPage\0" 65 "gotoSendToContractPage\0gotoCallContractPage\0" 66 "gotoSendTokenPage\0gotoReceiveTokenPage\0" 67 "gotoAddTokenPage\0gotoSignMessageTab\0" 68 "gotoVerifyMessageTab\0encryptWallet\0" 69 "status\0backupWallet\0restoreWallet\0" 70 "changePassphrase\0unlockWallet\0lockWallet\0" 71 "usedSendingAddresses\0usedReceivingAddresses\0" 72 "outOfSyncWarningClicked\0pageChanged\0" 77 static const uint qt_meta_data_WalletFrame[] = {
101 10, 0, 154, 2, 0x0a ,
102 11, 0, 155, 2, 0x0a ,
103 12, 0, 156, 2, 0x0a ,
104 13, 0, 157, 2, 0x0a ,
105 14, 1, 158, 2, 0x0a ,
106 14, 0, 161, 2, 0x2a ,
107 15, 1, 162, 2, 0x0a ,
108 15, 0, 165, 2, 0x2a ,
109 16, 1, 166, 2, 0x0a ,
110 18, 0, 169, 2, 0x0a ,
111 19, 0, 170, 2, 0x0a ,
112 20, 0, 171, 2, 0x0a ,
113 21, 0, 172, 2, 0x0a ,
114 22, 0, 173, 2, 0x0a ,
115 23, 0, 174, 2, 0x0a ,
116 24, 0, 175, 2, 0x0a ,
117 25, 0, 176, 2, 0x0a ,
118 26, 1, 177, 2, 0x0a ,
127 QMetaType::Void, QMetaType::QString, 7,
135 QMetaType::Void, QMetaType::QString, 7,
137 QMetaType::Void, QMetaType::QString, 7,
139 QMetaType::Void, QMetaType::Bool, 17,
148 QMetaType::Void, QMetaType::Int, 27,
153 void WalletFrame::qt_static_metacall(QObject *_o, QMetaObject::Call _c,
int _id,
void **_a)
155 if (_c == QMetaObject::InvokeMetaMethod) {
175 case 16: _t->
encryptWallet((*
reinterpret_cast< bool(*)
>(_a[1])));
break;
184 case 25: _t->
pageChanged((*
reinterpret_cast< int(*)
>(_a[1])));
break;
187 }
else if (_c == QMetaObject::IndexOfMethod) {
188 int *result =
reinterpret_cast<int *
>(_a[0]);
189 void **func =
reinterpret_cast<void **
>(_a[1]);
199 const QMetaObject WalletFrame::staticMetaObject = {
200 { &QFrame::staticMetaObject, qt_meta_stringdata_WalletFrame.
data,
201 qt_meta_data_WalletFrame, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
205 const QMetaObject *WalletFrame::metaObject()
const 207 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
210 void *WalletFrame::qt_metacast(
const char *_clname)
212 if (!_clname)
return Q_NULLPTR;
213 if (!strcmp(_clname, qt_meta_stringdata_WalletFrame.
stringdata0))
214 return static_cast<void*
>(
const_cast< WalletFrame*
>(
this));
215 return QFrame::qt_metacast(_clname);
218 int WalletFrame::qt_metacall(QMetaObject::Call _c,
int _id,
void **_a)
220 _id = QFrame::qt_metacall(_c, _id, _a);
223 if (_c == QMetaObject::InvokeMetaMethod) {
225 qt_static_metacall(
this, _c, _id, _a);
227 }
else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
229 *
reinterpret_cast<int*
>(_a[0]) = -1;
238 QMetaObject::activate(
this, &staticMetaObject, 0, Q_NULLPTR);
void lockWallet()
Lock the wallet.
void gotoAddTokenPage()
Switch to Add Token page.
void restoreWallet()
Restore the wallet.
void gotoCreateContractPage()
Switch to create contract page.
void usedReceivingAddresses()
Show used receiving addresses.
void encryptWallet(bool status)
Encrypt the wallet.
void outOfSyncWarningClicked()
Pass on signal over requested out-of-sync-warning information.
#define QT_MOC_LITERAL(idx, ofs, len)
void gotoSendTokenPage()
Switch to Send Token page.
void gotoCallContractPage()
Switch to call contract page.
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 requestedSyncWarningInfo()
Notify that the user has requested more information about the out-of-sync warning.
void pageChanged(int index)
void gotoSendCoinsPage(QString addr="")
Switch to send coins page.
void gotoReceiveCoinsPage()
Switch to receive coins page.
void backupWallet()
Backup the wallet.
void gotoSendToContractPage()
Switch to send contract page.
A container for embedding all wallet-related controls into FabcoinGUI.
void usedSendingAddresses()
Show used sending addresses.
void gotoReceiveTokenPage()
Switch to Receive Token page.