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

#include <walletmodel.h>

Collaboration diagram for WalletModel::UnlockContext:
Collaboration graph
[legend]

Public Member Functions

 UnlockContext (WalletModel *wallet, bool valid, bool relock)
 
 ~UnlockContext ()
 
bool isValid () const
 
 UnlockContext (const UnlockContext &obj)
 
UnlockContextoperator= (const UnlockContext &rhs)
 

Private Member Functions

void CopyFrom (const UnlockContext &rhs)
 

Private Attributes

WalletModelwallet
 
bool valid
 
bool relock
 

Detailed Description

Definition at line 102 of file walletmodel.h.

Constructor & Destructor Documentation

WalletModel::UnlockContext::UnlockContext ( WalletModel wallet,
bool  valid,
bool  relock 
)

Definition at line 396 of file walletmodel.cpp.

WalletModel::UnlockContext::~UnlockContext ( )

Definition at line 403 of file walletmodel.cpp.

WalletModel::UnlockContext::UnlockContext ( const UnlockContext obj)
inline

Definition at line 111 of file walletmodel.h.

Member Function Documentation

void WalletModel::UnlockContext::CopyFrom ( const UnlockContext rhs)
private

Definition at line 411 of file walletmodel.cpp.

bool WalletModel::UnlockContext::isValid ( ) const
inline

Definition at line 108 of file walletmodel.h.

UnlockContext& WalletModel::UnlockContext::operator= ( const UnlockContext rhs)
inline

Definition at line 112 of file walletmodel.h.

Member Data Documentation

bool WalletModel::UnlockContext::relock
mutableprivate

Definition at line 116 of file walletmodel.h.

bool WalletModel::UnlockContext::valid
private

Definition at line 115 of file walletmodel.h.

WalletModel* WalletModel::UnlockContext::wallet
private

Definition at line 114 of file walletmodel.h.


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