Raven Core  3.0.0
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 241 of file walletmodel.h.

Constructor & Destructor Documentation

◆ UnlockContext() [1/2]

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

Definition at line 597 of file walletmodel.cpp.

◆ ~UnlockContext()

WalletModel::UnlockContext::~UnlockContext ( )

Definition at line 604 of file walletmodel.cpp.

◆ UnlockContext() [2/2]

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

Definition at line 250 of file walletmodel.h.

Member Function Documentation

◆ CopyFrom()

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

Definition at line 612 of file walletmodel.cpp.

◆ isValid()

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

Definition at line 247 of file walletmodel.h.

◆ operator=()

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

Definition at line 251 of file walletmodel.h.

Member Data Documentation

◆ relock

bool WalletModel::UnlockContext::relock
mutableprivate

Definition at line 255 of file walletmodel.h.

◆ valid

bool WalletModel::UnlockContext::valid
private

Definition at line 254 of file walletmodel.h.

◆ wallet

WalletModel* WalletModel::UnlockContext::wallet
private

Definition at line 253 of file walletmodel.h.


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