BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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 189 of file walletmodel.h.

Constructor & Destructor Documentation

◆ UnlockContext() [1/2]

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

Definition at line 465 of file walletmodel.cpp.

◆ ~UnlockContext()

WalletModel::UnlockContext::~UnlockContext ( )

Definition at line 472 of file walletmodel.cpp.

Here is the call graph for this function:

◆ UnlockContext() [2/2]

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

Definition at line 198 of file walletmodel.h.

Here is the call graph for this function:

Member Function Documentation

◆ CopyFrom()

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

Definition at line 480 of file walletmodel.cpp.

Here is the caller graph for this function:

◆ isValid()

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

Definition at line 195 of file walletmodel.h.

◆ operator=()

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

Definition at line 199 of file walletmodel.h.

Here is the call graph for this function:

Member Data Documentation

◆ relock

bool WalletModel::UnlockContext::relock
mutableprivate

Definition at line 203 of file walletmodel.h.

◆ valid

bool WalletModel::UnlockContext::valid
private

Definition at line 202 of file walletmodel.h.

◆ wallet

WalletModel* WalletModel::UnlockContext::wallet
private

Definition at line 201 of file walletmodel.h.


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