Bitcoin Core  27.99.0
P2P Digital Currency
Signals | Public Member Functions | Private Member Functions | List of all members
OpenWalletActivity Class Reference

#include <walletcontroller.h>

Inheritance diagram for OpenWalletActivity:
[legend]
Collaboration diagram for OpenWalletActivity:
[legend]

Signals

void opened (WalletModel *wallet_model)
 
- Signals inherited from WalletControllerActivity
void finished ()
 

Public Member Functions

 OpenWalletActivity (WalletController *wallet_controller, QWidget *parent_widget)
 
void open (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 ()
 

Additional Inherited Members

- Protected Member Functions inherited from WalletControllerActivity
interfaces::Nodenode () 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
 
WalletModelm_wallet_model {nullptr}
 
bilingual_str m_error_message
 
std::vector< bilingual_strm_warning_message
 

Detailed Description

Definition at line 140 of file walletcontroller.h.

Constructor & Destructor Documentation

◆ OpenWalletActivity()

OpenWalletActivity::OpenWalletActivity ( WalletController wallet_controller,
QWidget *  parent_widget 
)

Definition at line 325 of file walletcontroller.cpp.

Member Function Documentation

◆ finish()

void OpenWalletActivity::finish ( )
private

Definition at line 330 of file walletcontroller.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ open()

void OpenWalletActivity::open ( const std::string &  path)

Definition at line 343 of file walletcontroller.cpp.

Here is the call graph for this function:

◆ opened

void OpenWalletActivity::opened ( WalletModel wallet_model)
signal
Here is the caller graph for this function:

The documentation for this class was generated from the following files: