![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <walletstack.h>
Public Slots | |
void | setCurrentWallet (const QString &name) |
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 | |
WalletStack (QWidget *parent=0) | |
~WalletStack () | |
void | setBitcoinGUI (BitcoinGUI *gui) |
void | setClientModel (ClientModel *clientModel) |
bool | addWallet (const QString &name, WalletModel *walletModel) |
bool | removeWallet (const QString &name) |
void | removeAllWallets () |
bool | handleURI (const QString &uri) |
void | showOutOfSyncWarning (bool fShow) |
Private Attributes | |
BitcoinGUI * | gui |
ClientModel * | clientModel |
QMap< QString, WalletView * > | mapWalletViews |
bool | bOutOfSync |
Definition at line 40 of file walletstack.h.
|
explicit |
Definition at line 14 of file walletstack.cpp.
WalletStack::~WalletStack | ( | ) |
Definition at line 23 of file walletstack.cpp.
bool WalletStack::addWallet | ( | const QString & | name, |
WalletModel * | walletModel | ||
) |
Definition at line 27 of file walletstack.cpp.
|
slot |
Backup the wallet.
Definition at line 131 of file walletstack.cpp.
|
slot |
Change encrypted wallet passphrase.
Definition at line 137 of file walletstack.cpp.
|
slot |
Encrypt the wallet.
Definition at line 125 of file walletstack.cpp.
|
slot |
Switch to address book page.
Definition at line 92 of file walletstack.cpp.
|
slot |
Switch to history (transactions) page.
Definition at line 85 of file walletstack.cpp.
|
slot |
Switch to overview (home) page.
Definition at line 78 of file walletstack.cpp.
|
slot |
Switch to receive coins page.
Definition at line 99 of file walletstack.cpp.
|
slot |
Switch to send coins page.
Definition at line 106 of file walletstack.cpp.
|
slot |
Show Sign/Verify Message dialog and switch to sign message tab.
Definition at line 113 of file walletstack.cpp.
|
slot |
Show Sign/Verify Message dialog and switch to verify message tab.
Definition at line 119 of file walletstack.cpp.
bool WalletStack::handleURI | ( | const QString & | uri | ) |
Definition at line 62 of file walletstack.cpp.
void WalletStack::removeAllWallets | ( | ) |
Definition at line 54 of file walletstack.cpp.
bool WalletStack::removeWallet | ( | const QString & | name | ) |
Definition at line 46 of file walletstack.cpp.
|
inline |
Definition at line 48 of file walletstack.h.
|
inline |
Definition at line 50 of file walletstack.h.
|
slot |
Definition at line 155 of file walletstack.cpp.
|
slot |
Set the encryption status as shown in the UI.
[in] | status | current encryption status |
Definition at line 149 of file walletstack.cpp.
void WalletStack::showOutOfSyncWarning | ( | bool | fShow | ) |
Definition at line 70 of file walletstack.cpp.
|
slot |
Ask for passphrase to unlock wallet temporarily.
Definition at line 143 of file walletstack.cpp.
|
private |
Definition at line 66 of file walletstack.h.
|
private |
Definition at line 63 of file walletstack.h.
|
private |
Definition at line 62 of file walletstack.h.
|
private |
Definition at line 64 of file walletstack.h.