Bitcoin ABC 0.30.3
P2P Digital Currency
|
#include <walletcontroller.h>
Signals | |
void | created (WalletModel *wallet_model) |
Signals inherited from WalletControllerActivity | |
void | finished () |
Public Member Functions | |
CreateWalletActivity (WalletController *wallet_controller, QWidget *parent_widget) | |
virtual | ~CreateWalletActivity () |
void | create () |
Public Member Functions inherited from WalletControllerActivity | |
WalletControllerActivity (WalletController *wallet_controller, QWidget *parent_widget) | |
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 | |
Protected Member Functions inherited from WalletControllerActivity | |
interfaces::Node & | node () const |
QObject * | worker () const |
void | showProgressDialog (const QString &label_text) |
void | destroyProgressDialog () |
Protected Attributes inherited from WalletControllerActivity | |
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 |
Definition at line 117 of file walletcontroller.h.
CreateWalletActivity::CreateWalletActivity | ( | WalletController * | wallet_controller, |
QWidget * | parent_widget | ||
) |
Definition at line 215 of file walletcontroller.cpp.
|
virtual |
Definition at line 221 of file walletcontroller.cpp.
|
private |
void CreateWalletActivity::create | ( | ) |
|
signal |
|
private |
Definition at line 240 of file walletcontroller.cpp.
|
private |
Definition at line 271 of file walletcontroller.cpp.
|
private |
Definition at line 136 of file walletcontroller.h.
|
private |
Definition at line 135 of file walletcontroller.h.
|
private |
Definition at line 137 of file walletcontroller.h.