 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_QT_WALLETFRAME_H
6 #define BITCOIN_QT_WALLETFRAME_H
87 #endif // BITCOIN_QT_WALLETFRAME_H
void encryptWallet(bool status)
Encrypt the wallet.
WalletFrame(BitcoinGUI *_gui=0)
void gotoReceiveCoinsPage()
Switch to receive coins page.
void toggleLockWallet()
Toggle Wallet Lock State.
Interface to Bitcoin wallet from Qt view code.
bool removeWallet(const QString &name)
void changePassphrase()
Change encrypted wallet passphrase.
void showSeedPhrase()
Show 24 word seed phrase.
void backupWallet()
Backup the wallet.
void gotoMultiSendDialog()
Show MultiSend Dialog.
void usedReceivingAddresses()
Show used receiving addresses.
void gotoOptionsPage()
Switch to options page.
void lockWallet()
Lock wallet.
void gotoBlockExplorerPage()
Switch to explorer page.
bool setCurrentWallet(const QString &name)
ClientModel * clientModel
void usedSendingAddresses()
Show used sending addresses.
void gotoSendCoinsPage(QString addr="")
Switch to send coins page.
void gotoMasternodePage()
Switch to masternode page.
Model for PRCY network client.
void setClientModel(ClientModel *clientModel)
void unlockWallet(AskPassphraseDialog::Context context)
Ask for passphrase to unlock wallet temporarily.
void gotoOverviewPage()
Switch to overview (home) page.
QStackedWidget * walletStack
QMap< QString, WalletView * > mapWalletViews
WalletView * currentWalletView()
void gotoHistoryPage()
Switch to history (transactions) page.
void showSyncStatus(bool fShow)
bool addWallet(const QString &name, WalletModel *walletModel)