![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <walletcontroller.h>
Signals | |
| void | migrated (WalletModel *wallet_model) |
Signals inherited from WalletControllerActivity | |
| void | finished () |
Public Member Functions | |
| MigrateWalletActivity (WalletController *wallet_controller, QWidget *parent) | |
| void | migrate (const std::string &path) |
Public Member Functions inherited from WalletControllerActivity | |
| WalletControllerActivity (WalletController *wallet_controller, QWidget *parent_widget) | |
| virtual | ~WalletControllerActivity ()=default |
Private Member Functions | |
| void | finish () |
Private Attributes | |
| QString | m_success_message |
Additional Inherited Members | |
Protected Member Functions inherited from WalletControllerActivity | |
| interfaces::Node & | node () const |
| QObject * | worker () const |
| void | showProgressDialog (const QString &title_text, const QString &label_text, bool show_minimized=false) |
Protected Attributes inherited from WalletControllerActivity | |
| WalletController *const | m_wallet_controller |
| QWidget *const | m_parent_widget |
| WalletModel * | m_wallet_model {nullptr} |
| bilingual_str | m_error_message |
| std::vector< bilingual_str > | m_warning_message |
Definition at line 183 of file walletcontroller.h.
|
inline |
Definition at line 188 of file walletcontroller.h.
|
private |
Definition at line 487 of file walletcontroller.cpp.
| void MigrateWalletActivity::migrate | ( | const std::string & | path | ) |
|
signal |
|
private |
Definition at line 196 of file walletcontroller.h.