Anoncoin  0.9.4
P2P Digital Currency
Public Member Functions | Private Member Functions | Private Attributes | List of all members
WalletModel::UnlockContext Class Reference

#include <walletmodel.h>

Collaboration diagram for WalletModel::UnlockContext:
[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 165 of file walletmodel.h.

Constructor & Destructor Documentation

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

Definition at line 550 of file walletmodel.cpp.

WalletModel::UnlockContext::~UnlockContext ( )

Definition at line 557 of file walletmodel.cpp.

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

Definition at line 174 of file walletmodel.h.

Member Function Documentation

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

Definition at line 565 of file walletmodel.cpp.

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

Definition at line 171 of file walletmodel.h.

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

Definition at line 175 of file walletmodel.h.

Member Data Documentation

bool WalletModel::UnlockContext::relock
mutableprivate

Definition at line 179 of file walletmodel.h.

bool WalletModel::UnlockContext::valid
private

Definition at line 178 of file walletmodel.h.

WalletModel* WalletModel::UnlockContext::wallet
private

Definition at line 177 of file walletmodel.h.


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