Bitcoin Core  27.99.0
P2P Digital Currency
Signals | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
WalletControllerActivity Class Reference

#include <walletcontroller.h>

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

Signals

void finished ()
 

Public Member Functions

 WalletControllerActivity (WalletController *wallet_controller, QWidget *parent_widget)
 
virtual ~WalletControllerActivity ()=default
 

Protected Member Functions

interfaces::Nodenode () const
 
QObject * worker () const
 
void showProgressDialog (const QString &title_text, const QString &label_text, bool show_minimized=false)
 

Protected Attributes

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 92 of file walletcontroller.h.

Constructor & Destructor Documentation

◆ WalletControllerActivity()

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

Definition at line 186 of file walletcontroller.cpp.

◆ ~WalletControllerActivity()

virtual WalletControllerActivity::~WalletControllerActivity ( )
virtualdefault

Member Function Documentation

◆ finished

void WalletControllerActivity::finished ( )
signal
Here is the caller graph for this function:

◆ node()

interfaces::Node& WalletControllerActivity::node ( ) const
inlineprotected

Definition at line 104 of file walletcontroller.h.

Here is the caller graph for this function:

◆ showProgressDialog()

void WalletControllerActivity::showProgressDialog ( const QString &  title_text,
const QString &  label_text,
bool  show_minimized = false 
)
protected

Definition at line 194 of file walletcontroller.cpp.

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

◆ worker()

QObject* WalletControllerActivity::worker ( ) const
inlineprotected

Definition at line 105 of file walletcontroller.h.

Here is the caller graph for this function:

Member Data Documentation

◆ m_error_message

bilingual_str WalletControllerActivity::m_error_message
protected

Definition at line 112 of file walletcontroller.h.

◆ m_parent_widget

QWidget* const WalletControllerActivity::m_parent_widget
protected

Definition at line 110 of file walletcontroller.h.

◆ m_wallet_controller

WalletController* const WalletControllerActivity::m_wallet_controller
protected

Definition at line 109 of file walletcontroller.h.

◆ m_wallet_model

WalletModel* WalletControllerActivity::m_wallet_model {nullptr}
protected

Definition at line 111 of file walletcontroller.h.

◆ m_warning_message

std::vector<bilingual_str> WalletControllerActivity::m_warning_message
protected

Definition at line 113 of file walletcontroller.h.


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