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

#include <walletframe.h>

Inheritance diagram for WalletFrame:
Inheritance graph
[legend]
Collaboration diagram for WalletFrame:
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 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

WalletViewcurrentWalletView ()
 

Private Attributes

BitcoinGUIgui
 
ClientModelclientModel
 
WalletStackwalletStack
 

Detailed Description

Definition at line 18 of file walletframe.h.

Constructor & Destructor Documentation

WalletFrame::WalletFrame ( BitcoinGUI _gui = 0)
explicit

Definition at line 16 of file walletframe.cpp.

WalletFrame::~WalletFrame ( )

Definition at line 34 of file walletframe.cpp.

Member Function Documentation

bool WalletFrame::addWallet ( const QString &  name,
WalletModel walletModel 
)

Definition at line 44 of file walletframe.cpp.

void WalletFrame::backupWallet ( )
slot

Backup the wallet.

Definition at line 129 of file walletframe.cpp.

void WalletFrame::changePassphrase ( )
slot

Change encrypted wallet passphrase.

Definition at line 136 of file walletframe.cpp.

WalletView * WalletFrame::currentWalletView ( )
private

Definition at line 157 of file walletframe.cpp.

void WalletFrame::encryptWallet ( bool  status)
slot

Encrypt the wallet.

Definition at line 122 of file walletframe.cpp.

void WalletFrame::gotoAddressBookPage ( )
slot

Switch to address book page.

Definition at line 91 of file walletframe.cpp.

void WalletFrame::gotoHistoryPage ( )
slot

Switch to history (transactions) page.

Definition at line 86 of file walletframe.cpp.

void WalletFrame::gotoOverviewPage ( )
slot

Switch to overview (home) page.

Definition at line 81 of file walletframe.cpp.

void WalletFrame::gotoReceiveCoinsPage ( )
slot

Switch to receive coins page.

Definition at line 98 of file walletframe.cpp.

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

Switch to send coins page.

Definition at line 103 of file walletframe.cpp.

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

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

Definition at line 108 of file walletframe.cpp.

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

void WalletFrame::setEncryptionStatus ( )
slot

Set the encryption status as shown in the UI.

Parameters
[in]statuscurrent encryption status
See also
WalletModel::EncryptionStatus

Definition at line 150 of file walletframe.cpp.

void WalletFrame::showOutOfSyncWarning ( bool  fShow)

Definition at line 70 of file walletframe.cpp.

void WalletFrame::unlockWallet ( )
slot

Ask for passphrase to unlock wallet temporarily.

Definition at line 143 of file walletframe.cpp.

Member Data Documentation

ClientModel* WalletFrame::clientModel
private

Definition at line 39 of file walletframe.h.

BitcoinGUI* WalletFrame::gui
private

Definition at line 38 of file walletframe.h.

WalletStack* WalletFrame::walletStack
private

Definition at line 40 of file walletframe.h.


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