PIVX Core  5.6.99
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, const WalletModel::EncryptionStatus &status_before)
 
 ~UnlockContext ()
 
bool isValid () const
 
 UnlockContext (const UnlockContext &)=delete
 
 UnlockContext (UnlockContext &&obj)
 
UnlockContextoperator= (UnlockContext &&rhs)
 

Private Member Functions

UnlockContextoperator= (const UnlockContext &)=default
 
void CopyFrom (UnlockContext &&rhs)
 

Private Attributes

WalletModelwallet
 
bool valid
 
WalletModel::EncryptionStatus was_status
 
bool relock
 

Detailed Description

Definition at line 245 of file walletmodel.h.

Constructor & Destructor Documentation

◆ UnlockContext() [1/3]

WalletModel::UnlockContext::UnlockContext ( WalletModel wallet,
bool  valid,
const WalletModel::EncryptionStatus status_before 
)

Definition at line 897 of file walletmodel.cpp.

◆ ~UnlockContext()

WalletModel::UnlockContext::~UnlockContext ( )

Definition at line 905 of file walletmodel.cpp.

◆ UnlockContext() [2/3]

WalletModel::UnlockContext::UnlockContext ( const UnlockContext )
delete

◆ UnlockContext() [3/3]

WalletModel::UnlockContext::UnlockContext ( UnlockContext &&  obj)
inline

Definition at line 256 of file walletmodel.h.

Here is the call graph for this function:

Member Function Documentation

◆ CopyFrom()

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

Definition at line 914 of file walletmodel.cpp.

Here is the caller graph for this function:

◆ isValid()

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

Definition at line 251 of file walletmodel.h.

◆ operator=() [1/2]

UnlockContext& WalletModel::UnlockContext::operator= ( const UnlockContext )
privatedefault

◆ operator=() [2/2]

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

Definition at line 257 of file walletmodel.h.

Here is the call graph for this function:

Member Data Documentation

◆ relock

bool WalletModel::UnlockContext::relock
mutableprivate

Definition at line 263 of file walletmodel.h.

◆ valid

bool WalletModel::UnlockContext::valid
private

Definition at line 261 of file walletmodel.h.

◆ wallet

WalletModel* WalletModel::UnlockContext::wallet
private

Definition at line 260 of file walletmodel.h.

◆ was_status

WalletModel::EncryptionStatus WalletModel::UnlockContext::was_status
private

Definition at line 262 of file walletmodel.h.


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