![]() |
Anoncoin
0.9.4
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 | 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 | usedSendingAddresses () |
Show used sending addresses. More... | |
void | usedReceivingAddresses () |
Show used receiving addresses. More... | |
Public Member Functions | |
WalletFrame (AnoncoinGUI *_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 () |
bool | handlePaymentRequest (const SendCoinsRecipient &recipient) |
void | showOutOfSyncWarning (bool fShow) |
Private Member Functions | |
WalletView * | currentWalletView () |
Private Attributes | |
QStackedWidget * | walletStack |
AnoncoinGUI * | gui |
ClientModel * | clientModel |
QMap< QString, WalletView * > | mapWalletViews |
bool | bOutOfSync |
Definition at line 22 of file walletframe.h.
|
explicit |
Definition at line 16 of file walletframe.cpp.
WalletFrame::~WalletFrame | ( | ) |
Definition at line 32 of file walletframe.cpp.
bool WalletFrame::addWallet | ( | const QString & | name, |
WalletModel * | walletModel | ||
) |
|
slot |
Backup the wallet.
Definition at line 158 of file walletframe.cpp.
|
slot |
Change encrypted wallet passphrase.
Definition at line 165 of file walletframe.cpp.
|
private |
|
slot |
Encrypt the wallet.
Definition at line 151 of file walletframe.cpp.
|
slot |
Switch to history (transactions) page.
Definition at line 116 of file walletframe.cpp.
|
slot |
Switch to overview (home) page.
Definition at line 109 of file walletframe.cpp.
|
slot |
Switch to receive coins page.
Definition at line 123 of file walletframe.cpp.
|
slot |
Switch to send coins page.
Definition at line 130 of file walletframe.cpp.
|
slot |
Show Sign/Verify Message dialog and switch to sign message tab.
Definition at line 137 of file walletframe.cpp.
|
slot |
Show Sign/Verify Message dialog and switch to verify message tab.
Definition at line 144 of file walletframe.cpp.
bool WalletFrame::handlePaymentRequest | ( | const SendCoinsRecipient & | recipient | ) |
void WalletFrame::removeAllWallets | ( | ) |
Definition at line 84 of file walletframe.cpp.
bool WalletFrame::removeWallet | ( | const QString & | name | ) |
Definition at line 74 of file walletframe.cpp.
void WalletFrame::setClientModel | ( | ClientModel * | clientModel | ) |
bool WalletFrame::setCurrentWallet | ( | const QString & | name | ) |
void WalletFrame::showOutOfSyncWarning | ( | bool | fShow | ) |
|
slot |
Ask for passphrase to unlock wallet temporarily.
Definition at line 172 of file walletframe.cpp.
|
slot |
Show used receiving addresses.
Definition at line 186 of file walletframe.cpp.
|
slot |
Show used sending addresses.
Definition at line 179 of file walletframe.cpp.
|
private |
Definition at line 47 of file walletframe.h.
|
private |
Definition at line 44 of file walletframe.h.
|
private |
Definition at line 43 of file walletframe.h.
|
private |
Definition at line 45 of file walletframe.h.
|
private |
Definition at line 42 of file walletframe.h.