![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <walletmodel.h>
Public Member Functions | |
| UnlockContext (WalletModel *wallet, bool valid, bool relock) | |
| ~UnlockContext () | |
| bool | isValid () const |
| UnlockContext (const UnlockContext &)=delete | |
| UnlockContext (UnlockContext &&)=delete | |
| UnlockContext & | operator= (const UnlockContext &)=delete |
| UnlockContext & | operator= (UnlockContext &&)=delete |
Private Attributes | |
| WalletModel * | wallet |
| const bool | valid |
| const bool | relock |
Definition at line 110 of file walletmodel.h.
| WalletModel::UnlockContext::UnlockContext | ( | WalletModel * | wallet, |
| bool | valid, | ||
| bool | relock ) |
Definition at line 449 of file walletmodel.cpp.
| WalletModel::UnlockContext::~UnlockContext | ( | ) |
Definition at line 456 of file walletmodel.cpp.
|
delete |
|
delete |
|
inline |
|
delete |
|
delete |
|
private |
Definition at line 127 of file walletmodel.h.
|
private |
Definition at line 126 of file walletmodel.h.
|
private |
Definition at line 125 of file walletmodel.h.