5 #ifndef FABCOIN_QT_WALLETFRAME_H 6 #define FABCOIN_QT_WALLETFRAME_H 114 #endif // FABCOIN_QT_WALLETFRAME_H void lockWallet()
Lock the wallet.
bool handlePaymentRequest(const SendCoinsRecipient &recipient)
bool setCurrentWallet(const QString &name)
void gotoAddTokenPage()
Switch to Add Token page.
void restoreWallet()
Restore the wallet.
WalletView * currentWalletView()
ClientModel * clientModel
void gotoCreateContractPage()
Switch to create contract page.
void usedReceivingAddresses()
Show used receiving addresses.
QStackedWidget * walletStack
void encryptWallet(bool status)
Encrypt the wallet.
void outOfSyncWarningClicked()
Pass on signal over requested out-of-sync-warning information.
QMap< QString, WalletView * > mapWalletViews
void gotoSendTokenPage()
Switch to Send Token page.
void gotoCallContractPage()
Switch to call contract page.
void showOutOfSyncWarning(bool fShow)
void gotoHistoryPage()
Switch to history (transactions) page.
void gotoOverviewPage()
Switch to overview (home) page.
void setClientModel(ClientModel *clientModel)
void gotoVerifyMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to verify message tab.
bool addWallet(const QString &name, WalletModel *walletModel)
WalletFrame(const PlatformStyle *platformStyle, FabcoinGUI *_gui=0)
void changePassphrase()
Change encrypted wallet passphrase.
Model for Fabcoin network client.
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)
const PlatformStyle * platformStyle
void gotoSendCoinsPage(QString addr="")
Switch to send coins page.
void gotoReceiveCoinsPage()
Switch to receive coins page.
Interface to Fabcoin wallet from Qt view code.
bool removeWallet(const QString &name)
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.