![]() |
Feathercoin
0.5.0
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 | gotoAddressBookPage () |
Switch to address book page. More... | |
void | gotoReceiveCoinsPage () |
Switch to receive coins page. More... | |
void | gotoSendCoinsPage (QString addr="") |
Switch to send coins page. More... | |
void | gotoSignMessageTab (QString addr="") |
Show Sign/Verify Message dialog and switch to sign message tab. More... | |
void | gotoVerifyMessageTab (QString addr="") |
Show Sign/Verify Message dialog and switch to verify message tab. More... | |
void | encryptWallet (bool status) |
Encrypt the wallet. More... | |
void | backupWallet () |
Backup the wallet. More... | |
void | changePassphrase () |
Change encrypted wallet passphrase. More... | |
void | unlockWallet () |
Ask for passphrase to unlock wallet temporarily. More... | |
void | setEncryptionStatus () |
Set the encryption status as shown in the UI. 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) |
void | removeAllWallets () |
bool | handleURI (const QString &uri) |
void | showOutOfSyncWarning (bool fShow) |
Private Member Functions | |
WalletView * | currentWalletView () |
Private Attributes | |
BitcoinGUI * | gui |
ClientModel * | clientModel |
WalletStack * | walletStack |
Definition at line 18 of file walletframe.h.
|
explicit |
Definition at line 16 of file walletframe.cpp.
WalletFrame::~WalletFrame | ( | ) |
Definition at line 34 of file walletframe.cpp.
bool WalletFrame::addWallet | ( | const QString & | name, |
WalletModel * | walletModel | ||
) |
Definition at line 44 of file walletframe.cpp.
|
slot |
Backup the wallet.
Definition at line 129 of file walletframe.cpp.
|
slot |
Change encrypted wallet passphrase.
Definition at line 136 of file walletframe.cpp.
|
private |
Definition at line 157 of file walletframe.cpp.
|
slot |
Encrypt the wallet.
Definition at line 122 of file walletframe.cpp.
|
slot |
Switch to address book page.
Definition at line 91 of file walletframe.cpp.
|
slot |
Switch to history (transactions) page.
Definition at line 86 of file walletframe.cpp.
|
slot |
Switch to overview (home) page.
Definition at line 81 of file walletframe.cpp.
|
slot |
Switch to receive coins page.
Definition at line 98 of file walletframe.cpp.
|
slot |
Switch to send coins page.
Definition at line 103 of file walletframe.cpp.
|
slot |
Show Sign/Verify Message dialog and switch to sign message tab.
Definition at line 108 of file walletframe.cpp.
|
slot |
Show Sign/Verify Message dialog and switch to verify message tab.
Definition at line 115 of file walletframe.cpp.
bool WalletFrame::handleURI | ( | const QString & | uri | ) |
Definition at line 61 of file walletframe.cpp.
void WalletFrame::removeAllWallets | ( | ) |
Definition at line 56 of file walletframe.cpp.
void WalletFrame::setClientModel | ( | ClientModel * | clientModel | ) |
Definition at line 38 of file walletframe.cpp.
bool WalletFrame::setCurrentWallet | ( | const QString & | name | ) |
Definition at line 49 of file walletframe.cpp.
|
slot |
Set the encryption status as shown in the UI.
[in] | status | current encryption status |
Definition at line 150 of file walletframe.cpp.
void WalletFrame::showOutOfSyncWarning | ( | bool | fShow | ) |
Definition at line 70 of file walletframe.cpp.
|
slot |
Ask for passphrase to unlock wallet temporarily.
Definition at line 143 of file walletframe.cpp.
|
private |
Definition at line 39 of file walletframe.h.
|
private |
Definition at line 38 of file walletframe.h.
|
private |
Definition at line 40 of file walletframe.h.