Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
CreateWalletDialog Class Reference

Dialog for creating wallets. More...

#include <createwalletdialog.h>

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

Public Member Functions

 CreateWalletDialog (QWidget *parent)
virtual ~CreateWalletDialog ()
void setSigners (const std::vector< std::unique_ptr< interfaces::ExternalSigner > > &signers)
QString walletName () const
bool isEncryptWalletChecked () const
bool isDisablePrivateKeysChecked () const
bool isMakeBlankWalletChecked () const
bool isExternalSignerChecked () const

Private Attributes

Ui::CreateWalletDialog * ui
bool m_has_signers = false

Detailed Description

Dialog for creating wallets.

Definition at line 24 of file createwalletdialog.h.

Constructor & Destructor Documentation

◆ CreateWalletDialog()

CreateWalletDialog::CreateWalletDialog ( QWidget * parent)
explicit

Definition at line 15 of file createwalletdialog.cpp.

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

◆ ~CreateWalletDialog()

CreateWalletDialog::~CreateWalletDialog ( )
virtual

Definition at line 95 of file createwalletdialog.cpp.

Member Function Documentation

◆ isDisablePrivateKeysChecked()

bool CreateWalletDialog::isDisablePrivateKeysChecked ( ) const

Definition at line 131 of file createwalletdialog.cpp.

◆ isEncryptWalletChecked()

bool CreateWalletDialog::isEncryptWalletChecked ( ) const

Definition at line 126 of file createwalletdialog.cpp.

◆ isExternalSignerChecked()

bool CreateWalletDialog::isExternalSignerChecked ( ) const

Definition at line 141 of file createwalletdialog.cpp.

◆ isMakeBlankWalletChecked()

bool CreateWalletDialog::isMakeBlankWalletChecked ( ) const

Definition at line 136 of file createwalletdialog.cpp.

◆ setSigners()

void CreateWalletDialog::setSigners ( const std::vector< std::unique_ptr< interfaces::ExternalSigner > > & signers)

Definition at line 100 of file createwalletdialog.cpp.

◆ walletName()

QString CreateWalletDialog::walletName ( ) const

Definition at line 121 of file createwalletdialog.cpp.

Member Data Documentation

◆ m_has_signers

bool CreateWalletDialog::m_has_signers = false
private

Definition at line 42 of file createwalletdialog.h.

◆ ui

Ui::CreateWalletDialog* CreateWalletDialog::ui
private

Definition at line 41 of file createwalletdialog.h.


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