Bitcoin ABC  0.28.12
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 ()
 
QString walletName () const
 
bool isEncryptWalletChecked () const
 
bool isDisablePrivateKeysChecked () const
 
bool isMakeBlankWalletChecked () const
 
bool isDescriptorWalletChecked () const
 

Private Attributes

Ui::CreateWalletDialog * ui
 

Detailed Description

Dialog for creating wallets.

Definition at line 19 of file createwalletdialog.h.

Constructor & Destructor Documentation

◆ CreateWalletDialog()

CreateWalletDialog::CreateWalletDialog ( QWidget *  parent)
explicit

Definition at line 14 of file createwalletdialog.cpp.

◆ ~CreateWalletDialog()

CreateWalletDialog::~CreateWalletDialog ( )
virtual

Definition at line 41 of file createwalletdialog.cpp.

Member Function Documentation

◆ isDescriptorWalletChecked()

bool CreateWalletDialog::isDescriptorWalletChecked ( ) const

Definition at line 61 of file createwalletdialog.cpp.

Here is the caller graph for this function:

◆ isDisablePrivateKeysChecked()

bool CreateWalletDialog::isDisablePrivateKeysChecked ( ) const

Definition at line 53 of file createwalletdialog.cpp.

Here is the caller graph for this function:

◆ isEncryptWalletChecked()

bool CreateWalletDialog::isEncryptWalletChecked ( ) const

Definition at line 49 of file createwalletdialog.cpp.

Here is the caller graph for this function:

◆ isMakeBlankWalletChecked()

bool CreateWalletDialog::isMakeBlankWalletChecked ( ) const

Definition at line 57 of file createwalletdialog.cpp.

Here is the caller graph for this function:

◆ walletName()

QString CreateWalletDialog::walletName ( ) const

Definition at line 45 of file createwalletdialog.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ ui

Ui::CreateWalletDialog* CreateWalletDialog::ui
private

Definition at line 33 of file createwalletdialog.h.


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