![]() |
Anoncoin
0.9.4
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 165 of file walletmodel.h.
WalletModel::UnlockContext::UnlockContext | ( | WalletModel * | wallet, |
bool | valid, | ||
bool | relock | ||
) |
Definition at line 550 of file walletmodel.cpp.
WalletModel::UnlockContext::~UnlockContext | ( | ) |
Definition at line 557 of file walletmodel.cpp.
|
inline |
Definition at line 174 of file walletmodel.h.
|
private |
Definition at line 565 of file walletmodel.cpp.
|
inline |
Definition at line 171 of file walletmodel.h.
|
inline |
Definition at line 175 of file walletmodel.h.
|
mutableprivate |
Definition at line 179 of file walletmodel.h.
|
private |
Definition at line 178 of file walletmodel.h.
|
private |
Definition at line 177 of file walletmodel.h.