Fabcoin Core  0.16.2
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
 
bool stakingOnly
 

Detailed Description

Definition at line 185 of file walletmodel.h.

Constructor & Destructor Documentation

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

Definition at line 666 of file walletmodel.cpp.

WalletModel::UnlockContext::~UnlockContext ( )

Definition at line 679 of file walletmodel.cpp.

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

Definition at line 194 of file walletmodel.h.

Member Function Documentation

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

Definition at line 693 of file walletmodel.cpp.

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

Definition at line 191 of file walletmodel.h.

Here is the caller graph for this function:

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

Definition at line 195 of file walletmodel.h.

Member Data Documentation

bool WalletModel::UnlockContext::relock
mutableprivate

Definition at line 199 of file walletmodel.h.

bool WalletModel::UnlockContext::stakingOnly
private

Definition at line 200 of file walletmodel.h.

bool WalletModel::UnlockContext::valid
private

Definition at line 198 of file walletmodel.h.

WalletModel* WalletModel::UnlockContext::wallet
private

Definition at line 197 of file walletmodel.h.


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