Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 &)=delete
 UnlockContext (UnlockContext &&)=delete
UnlockContextoperator= (const UnlockContext &)=delete
UnlockContextoperator= (UnlockContext &&)=delete

Private Attributes

WalletModelwallet
const bool valid
const bool relock

Detailed Description

Definition at line 110 of file walletmodel.h.

Constructor & Destructor Documentation

◆ UnlockContext() [1/3]

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

Definition at line 449 of file walletmodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~UnlockContext()

WalletModel::UnlockContext::~UnlockContext ( )

Definition at line 456 of file walletmodel.cpp.

◆ UnlockContext() [2/3]

WalletModel::UnlockContext::UnlockContext ( const UnlockContext & )
delete
Here is the call graph for this function:

◆ UnlockContext() [3/3]

WalletModel::UnlockContext::UnlockContext ( UnlockContext && )
delete
Here is the call graph for this function:

Member Function Documentation

◆ isValid()

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

Definition at line 116 of file walletmodel.h.

Here is the caller graph for this function:

◆ operator=() [1/2]

UnlockContext & WalletModel::UnlockContext::operator= ( const UnlockContext & )
delete
Here is the call graph for this function:

◆ operator=() [2/2]

UnlockContext & WalletModel::UnlockContext::operator= ( UnlockContext && )
delete
Here is the call graph for this function:

Member Data Documentation

◆ relock

const bool WalletModel::UnlockContext::relock
private

Definition at line 127 of file walletmodel.h.

◆ valid

const bool WalletModel::UnlockContext::valid
private

Definition at line 126 of file walletmodel.h.

◆ wallet

WalletModel* WalletModel::UnlockContext::wallet
private

Definition at line 125 of file walletmodel.h.


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