Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Slots | Signals | Public Member Functions | Private Attributes | List of all members
WalletView Class Reference

#include <walletview.h>

Inheritance diagram for WalletView:
Inheritance graph
[legend]
Collaboration diagram for WalletView:
Collaboration graph
[legend]

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)
 

Private Attributes

BitcoinGUIgui
 
ClientModelclientModel
 
WalletModelwalletModel
 
OverviewPageoverviewPage
 
QWidget * transactionsPage
 
AddressBookPageaddressBookPage
 
AddressBookPagereceiveCoinsPage
 
SendCoinsDialogsendCoinsPage
 
SignVerifyMessageDialogsignVerifyMessageDialog
 
TransactionViewtransactionView
 

Detailed Description

Definition at line 33 of file walletview.h.

Constructor & Destructor Documentation

WalletView::WalletView ( QWidget *  parent,
BitcoinGUI _gui 
)
explicit

Definition at line 32 of file walletview.cpp.

WalletView::~WalletView ( )

Definition at line 92 of file walletview.cpp.

Member Function Documentation

void WalletView::backupWallet ( )
slot

Backup the wallet.

Definition at line 246 of file walletview.cpp.

void WalletView::changePassphrase ( )
slot

Change encrypted wallet passphrase.

Definition at line 265 of file walletview.cpp.

void WalletView::encryptWallet ( bool  status)
slot

Encrypt the wallet.

Definition at line 235 of file walletview.cpp.

void WalletView::gotoAddressBookPage ( )
slot

Switch to address book page.

Definition at line 168 of file walletview.cpp.

void WalletView::gotoHistoryPage ( )
slot

Switch to history (transactions) page.

Definition at line 162 of file walletview.cpp.

void WalletView::gotoOverviewPage ( )
slot

Switch to overview (home) page.

Definition at line 156 of file walletview.cpp.

void WalletView::gotoReceiveCoinsPage ( )
slot

Switch to receive coins page.

Definition at line 174 of file walletview.cpp.

void WalletView::gotoSendCoinsPage ( QString  addr = "")
slot

Switch to send coins page.

Definition at line 180 of file walletview.cpp.

void WalletView::gotoSignMessageTab ( QString  addr = "")
slot

Show Sign/Verify Message dialog and switch to sign message tab.

Definition at line 189 of file walletview.cpp.

void WalletView::gotoVerifyMessageTab ( QString  addr = "")
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.

void WalletView::importWallet ( QString  privateKey)
slot

Import a wallet from a string.

Definition at line 207 of file walletview.cpp.

void WalletView::incomingTransaction ( const QModelIndex &  parent,
int  start,
int   
)
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.

void WalletView::setEncryptionStatus ( )
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.

void WalletView::showNormalIfMinimized ( )
signal

Signal that we want to show the main window.

void WalletView::showOutOfSyncWarning ( bool  fShow)

Definition at line 225 of file walletview.cpp.

void WalletView::unlockWallet ( )
slot

Ask for passphrase to unlock wallet temporarily.

Definition at line 272 of file walletview.cpp.

Member Data Documentation

AddressBookPage* WalletView::addressBookPage
private

Definition at line 63 of file walletview.h.

ClientModel* WalletView::clientModel
private

Definition at line 58 of file walletview.h.

BitcoinGUI* WalletView::gui
private

Definition at line 57 of file walletview.h.

OverviewPage* WalletView::overviewPage
private

Definition at line 61 of file walletview.h.

AddressBookPage* WalletView::receiveCoinsPage
private

Definition at line 64 of file walletview.h.

SendCoinsDialog* WalletView::sendCoinsPage
private

Definition at line 65 of file walletview.h.

SignVerifyMessageDialog* WalletView::signVerifyMessageDialog
private

Definition at line 66 of file walletview.h.

QWidget* WalletView::transactionsPage
private

Definition at line 62 of file walletview.h.

TransactionView* WalletView::transactionView
private

Definition at line 68 of file walletview.h.

WalletModel* WalletView::walletModel
private

Definition at line 59 of file walletview.h.


The documentation for this class was generated from the following files: