![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <walletmodel.h>
Public Member Functions | |
UnlockContext (WalletModel *wallet, bool valid, bool relock) | |
~UnlockContext () | |
bool | isValid () const |
UnlockContext (const UnlockContext &obj) | |
UnlockContext & | operator= (const UnlockContext &rhs) |
Private Member Functions | |
void | CopyFrom (const UnlockContext &rhs) |
Private Attributes | |
WalletModel * | wallet |
bool | valid |
bool | relock |
Definition at line 102 of file walletmodel.h.
WalletModel::UnlockContext::UnlockContext | ( | WalletModel * | wallet, |
bool | valid, | ||
bool | relock | ||
) |
Definition at line 396 of file walletmodel.cpp.
WalletModel::UnlockContext::~UnlockContext | ( | ) |
Definition at line 403 of file walletmodel.cpp.
|
inline |
Definition at line 111 of file walletmodel.h.
|
private |
Definition at line 411 of file walletmodel.cpp.
|
inline |
Definition at line 108 of file walletmodel.h.
|
inline |
Definition at line 112 of file walletmodel.h.
|
mutableprivate |
Definition at line 116 of file walletmodel.h.
|
private |
Definition at line 115 of file walletmodel.h.
|
private |
Definition at line 114 of file walletmodel.h.