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 Attributes | List of all members
WalletStack Class Reference

#include <walletstack.h>

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

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

BitcoinGUIgui
 
ClientModelclientModel
 
QMap< QString, WalletView * > mapWalletViews
 
bool bOutOfSync
 

Detailed Description

Definition at line 40 of file walletstack.h.

Constructor & Destructor Documentation

WalletStack::WalletStack ( QWidget *  parent = 0)
explicit

Definition at line 14 of file walletstack.cpp.

WalletStack::~WalletStack ( )

Definition at line 23 of file walletstack.cpp.

Member Function Documentation

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

Definition at line 27 of file walletstack.cpp.

void WalletStack::backupWallet ( )
slot

Backup the wallet.

Definition at line 131 of file walletstack.cpp.

void WalletStack::changePassphrase ( )
slot

Change encrypted wallet passphrase.

Definition at line 137 of file walletstack.cpp.

void WalletStack::encryptWallet ( bool  status)
slot

Encrypt the wallet.

Definition at line 125 of file walletstack.cpp.

void WalletStack::gotoAddressBookPage ( )
slot

Switch to address book page.

Definition at line 92 of file walletstack.cpp.

void WalletStack::gotoHistoryPage ( )
slot

Switch to history (transactions) page.

Definition at line 85 of file walletstack.cpp.

void WalletStack::gotoOverviewPage ( )
slot

Switch to overview (home) page.

Definition at line 78 of file walletstack.cpp.

void WalletStack::gotoReceiveCoinsPage ( )
slot

Switch to receive coins page.

Definition at line 99 of file walletstack.cpp.

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

Switch to send coins page.

Definition at line 106 of file walletstack.cpp.

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

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

Definition at line 113 of file walletstack.cpp.

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

void WalletStack::setBitcoinGUI ( BitcoinGUI gui)
inline

Definition at line 48 of file walletstack.h.

void WalletStack::setClientModel ( ClientModel clientModel)
inline

Definition at line 50 of file walletstack.h.

void WalletStack::setCurrentWallet ( const QString &  name)
slot

Definition at line 155 of file walletstack.cpp.

void WalletStack::setEncryptionStatus ( )
slot

Set the encryption status as shown in the UI.

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

Definition at line 149 of file walletstack.cpp.

void WalletStack::showOutOfSyncWarning ( bool  fShow)

Definition at line 70 of file walletstack.cpp.

void WalletStack::unlockWallet ( )
slot

Ask for passphrase to unlock wallet temporarily.

Definition at line 143 of file walletstack.cpp.

Member Data Documentation

bool WalletStack::bOutOfSync
private

Definition at line 66 of file walletstack.h.

ClientModel* WalletStack::clientModel
private

Definition at line 63 of file walletstack.h.

BitcoinGUI* WalletStack::gui
private

Definition at line 62 of file walletstack.h.

QMap<QString, WalletView*> WalletStack::mapWalletViews
private

Definition at line 64 of file walletstack.h.


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