![]() |
Bitcoin ABC
0.23.1
P2P Digital Currency
|
#include <walletcontroller.h>
Signals | |
void | created (WalletModel *wallet_model) |
![]() | |
void | finished () |
Public Member Functions | |
CreateWalletActivity (WalletController *wallet_controller, QWidget *parent_widget, const CChainParams &chainparams) | |
virtual | ~CreateWalletActivity () |
void | create () |
![]() | |
WalletControllerActivity (WalletController *wallet_controller, QWidget *parent_widget, const CChainParams &chainparams) | |
virtual | ~WalletControllerActivity () |
Private Member Functions | |
void | askPassphrase () |
void | createWallet () |
void | finish () |
Private Attributes | |
SecureString | m_passphrase |
CreateWalletDialog * | m_create_wallet_dialog {nullptr} |
AskPassphraseDialog * | m_passphrase_dialog {nullptr} |
Additional Inherited Members | |
![]() | |
interfaces::Node & | node () const |
QObject * | worker () const |
void | showProgressDialog (const QString &label_text) |
void | destroyProgressDialog () |
![]() | |
WalletController *const | m_wallet_controller |
QWidget *const | m_parent_widget |
QProgressDialog * | m_progress_dialog {nullptr} |
WalletModel * | m_wallet_model {nullptr} |
bilingual_str | m_error_message |
std::vector< bilingual_str > | m_warning_message |
const CChainParams & | m_chainparams |
Definition at line 119 of file walletcontroller.h.
CreateWalletActivity::CreateWalletActivity | ( | WalletController * | wallet_controller, |
QWidget * | parent_widget, | ||
const CChainParams & | chainparams | ||
) |
Definition at line 194 of file walletcontroller.cpp.
|
virtual |
Definition at line 201 of file walletcontroller.cpp.
|
private |
void CreateWalletActivity::create | ( | ) |
|
signal |
|
private |
Definition at line 220 of file walletcontroller.cpp.
|
private |
Definition at line 252 of file walletcontroller.cpp.
|
private |
Definition at line 139 of file walletcontroller.h.
|
private |
Definition at line 138 of file walletcontroller.h.
|
private |
Definition at line 140 of file walletcontroller.h.