![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <walletframe.h>
Public Slots | |
| void | gotoOverviewPage () |
| Switch to overview (home) page. More... | |
| void | gotoHistoryPage () |
| Switch to history (transactions) page. More... | |
| void | gotoMasternodePage () |
| Switch to masternode page. More... | |
| void | gotoReceiveCoinsPage () |
| Switch to receive coins page. More... | |
| void | gotoOptionsPage () |
| Switch to options page. More... | |
| void | gotoSendCoinsPage (QString addr="") |
| Switch to send coins page. More... | |
| void | gotoBlockExplorerPage () |
| Switch to explorer page. More... | |
| void | gotoMultiSendDialog () |
| Show MultiSend Dialog. More... | |
| void | encryptWallet (bool status) |
| Encrypt the wallet. More... | |
| void | backupWallet () |
| Backup the wallet. More... | |
| void | showSeedPhrase () |
| Show 24 word seed phrase. More... | |
| void | changePassphrase () |
| Change encrypted wallet passphrase. More... | |
| void | unlockWallet (AskPassphraseDialog::Context context) |
| Ask for passphrase to unlock wallet temporarily. More... | |
| void | unlockWallet (bool setContext) |
| void | lockWallet () |
| Lock wallet. More... | |
| void | toggleLockWallet () |
| Toggle Wallet Lock State. More... | |
| void | usedSendingAddresses () |
| Show used sending addresses. More... | |
| void | usedReceivingAddresses () |
| Show used receiving addresses. More... | |
Public Member Functions | |
| WalletFrame (BitcoinGUI *_gui=0) | |
| ~WalletFrame () | |
| void | setClientModel (ClientModel *clientModel) |
| bool | addWallet (const QString &name, WalletModel *walletModel) |
| bool | setCurrentWallet (const QString &name) |
| bool | removeWallet (const QString &name) |
| void | removeAllWallets () |
| void | showSyncStatus (bool fShow) |
Private Member Functions | |
| WalletView * | currentWalletView () |
Private Attributes | |
| QStackedWidget * | walletStack |
| BitcoinGUI * | gui |
| ClientModel * | clientModel |
| QMap< QString, WalletView * > | mapWalletViews |
| bool | bOutOfSync |
Definition at line 25 of file walletframe.h.
|
explicit |
Definition at line 15 of file walletframe.cpp.
| WalletFrame::~WalletFrame | ( | ) |
Definition at line 30 of file walletframe.cpp.
| bool WalletFrame::addWallet | ( | const QString & | name, |
| WalletModel * | walletModel | ||
| ) |
|
slot |
Backup the wallet.
Definition at line 166 of file walletframe.cpp.
|
slot |
Change encrypted wallet passphrase.
Definition at line 173 of file walletframe.cpp.
|
private |
|
slot |
Encrypt the wallet.
Definition at line 159 of file walletframe.cpp.
|
slot |
Switch to explorer page.
Definition at line 118 of file walletframe.cpp.
|
slot |
Switch to history (transactions) page.
Definition at line 104 of file walletframe.cpp.
|
slot |
Switch to masternode page.
Definition at line 111 of file walletframe.cpp.
|
slot |
Show MultiSend Dialog.
Definition at line 151 of file walletframe.cpp.
|
slot |
Switch to options page.
Definition at line 132 of file walletframe.cpp.
|
slot |
Switch to overview (home) page.
Definition at line 97 of file walletframe.cpp.
|
slot |
Switch to receive coins page.
Definition at line 125 of file walletframe.cpp.
|
slot |
Switch to send coins page.
Definition at line 139 of file walletframe.cpp.
|
slot |
Lock wallet.
Definition at line 197 of file walletframe.cpp.
| void WalletFrame::removeAllWallets | ( | ) |
Definition at line 81 of file walletframe.cpp.
| bool WalletFrame::removeWallet | ( | const QString & | name | ) |
Definition at line 71 of file walletframe.cpp.
| void WalletFrame::setClientModel | ( | ClientModel * | clientModel | ) |
| bool WalletFrame::setCurrentWallet | ( | const QString & | name | ) |
|
slot |
Show 24 word seed phrase.
Definition at line 225 of file walletframe.cpp.
| void WalletFrame::showSyncStatus | ( | bool | fShow | ) |
Definition at line 89 of file walletframe.cpp.
|
slot |
Toggle Wallet Lock State.
Definition at line 204 of file walletframe.cpp.
|
slot |
Ask for passphrase to unlock wallet temporarily.
Definition at line 190 of file walletframe.cpp.
|
slot |
|
slot |
Show used receiving addresses.
Definition at line 218 of file walletframe.cpp.
|
slot |
Show used sending addresses.
Definition at line 211 of file walletframe.cpp.
|
private |
Definition at line 45 of file walletframe.h.
|
private |
Definition at line 43 of file walletframe.h.
|
private |
Definition at line 42 of file walletframe.h.
|
private |
Definition at line 44 of file walletframe.h.
|
private |
Definition at line 41 of file walletframe.h.
1.8.17