![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <walletview.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 | incomingTransaction (const QModelIndex &parent, int start, int) |
Show incoming transaction notification for new transactions. 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 | importWallet (QString privateKey) |
Import a wallet from a string. More... | |
void | setEncryptionStatus () |
Signals | |
void | showNormalIfMinimized () |
Signal that we want to show the main window. More... | |
Public Member Functions | |
WalletView (QWidget *parent, BitcoinGUI *_gui) | |
~WalletView () | |
void | setBitcoinGUI (BitcoinGUI *gui) |
void | setClientModel (ClientModel *clientModel) |
Set the client model. More... | |
void | setWalletModel (WalletModel *walletModel) |
Set the wallet model. More... | |
bool | handleURI (const QString &uri) |
void | showOutOfSyncWarning (bool fShow) |
Definition at line 33 of file walletview.h.
|
explicit |
Definition at line 32 of file walletview.cpp.
WalletView::~WalletView | ( | ) |
Definition at line 92 of file walletview.cpp.
|
slot |
Backup the wallet.
Definition at line 246 of file walletview.cpp.
|
slot |
Change encrypted wallet passphrase.
Definition at line 265 of file walletview.cpp.
|
slot |
Encrypt the wallet.
Definition at line 235 of file walletview.cpp.
|
slot |
Switch to address book page.
Definition at line 168 of file walletview.cpp.
|
slot |
Switch to history (transactions) page.
Definition at line 162 of file walletview.cpp.
|
slot |
Switch to overview (home) page.
Definition at line 156 of file walletview.cpp.
|
slot |
Switch to receive coins page.
Definition at line 174 of file walletview.cpp.
|
slot |
Switch to send coins page.
Definition at line 180 of file walletview.cpp.
|
slot |
Show Sign/Verify Message dialog and switch to sign message tab.
Definition at line 189 of file walletview.cpp.
|
slot |
Show Sign/Verify Message dialog and switch to verify message tab.
Definition at line 198 of file walletview.cpp.
bool WalletView::handleURI | ( | const QString & | uri | ) |
Definition at line 212 of file walletview.cpp.
|
slot |
Import a wallet from a string.
Definition at line 207 of file walletview.cpp.
|
slot |
Show incoming transaction notification for new transactions.
The new items are those between start and end inclusive, under the given parent item.
Definition at line 140 of file walletview.cpp.
void WalletView::setBitcoinGUI | ( | BitcoinGUI * | gui | ) |
Definition at line 96 of file walletview.cpp.
void WalletView::setClientModel | ( | ClientModel * | clientModel | ) |
Set the client model.
The client model represents the part of the core that communicates with the P2P network, and is wallet-agnostic.
Definition at line 101 of file walletview.cpp.
|
slot |
Definition at line 230 of file walletview.cpp.
void WalletView::setWalletModel | ( | WalletModel * | walletModel | ) |
Set the wallet model.
The wallet model represents a bitcoin wallet, and offers access to the list of transactions, address book and sending functionality.
Definition at line 112 of file walletview.cpp.
|
signal |
Signal that we want to show the main window.
void WalletView::showOutOfSyncWarning | ( | bool | fShow | ) |
Definition at line 225 of file walletview.cpp.
|
slot |
Ask for passphrase to unlock wallet temporarily.
Definition at line 272 of file walletview.cpp.
|
private |
Definition at line 63 of file walletview.h.
|
private |
Definition at line 58 of file walletview.h.
|
private |
Definition at line 57 of file walletview.h.
|
private |
Definition at line 61 of file walletview.h.
|
private |
Definition at line 64 of file walletview.h.
|
private |
Definition at line 65 of file walletview.h.
|
private |
Definition at line 66 of file walletview.h.
|
private |
Definition at line 62 of file walletview.h.
|
private |
Definition at line 68 of file walletview.h.
|
private |
Definition at line 59 of file walletview.h.