Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
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 17 of file createwalletdialog.cpp.

Here is the call graph for this function:

◆ ~CreateWalletDialog()

CreateWalletDialog::~CreateWalletDialog ( )
virtual

Definition at line 97 of file createwalletdialog.cpp.

Member Function Documentation

◆ isDisablePrivateKeysChecked()

bool CreateWalletDialog::isDisablePrivateKeysChecked ( ) const

Definition at line 133 of file createwalletdialog.cpp.

Here is the caller graph for this function:

◆ isEncryptWalletChecked()

bool CreateWalletDialog::isEncryptWalletChecked ( ) const

Definition at line 128 of file createwalletdialog.cpp.

Here is the caller graph for this function:

◆ isExternalSignerChecked()

bool CreateWalletDialog::isExternalSignerChecked ( ) const

Definition at line 143 of file createwalletdialog.cpp.

Here is the caller graph for this function:

◆ isMakeBlankWalletChecked()

bool CreateWalletDialog::isMakeBlankWalletChecked ( ) const

Definition at line 138 of file createwalletdialog.cpp.

Here is the caller graph for this function:

◆ setSigners()

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

Definition at line 102 of file createwalletdialog.cpp.

Here is the caller graph for this function:

◆ walletName()

QString CreateWalletDialog::walletName ( ) const

Definition at line 123 of file createwalletdialog.cpp.

Here is the caller graph for this function:

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: