Bitcoin Core  27.99.0
P2P Digital Currency
Public Types | Public Member Functions | Protected Member Functions | Private Slots | Private Attributes | List of all members
AskPassphraseDialog Class Reference

Multifunctional dialog to ask for passphrases. More...

#include <askpassphrasedialog.h>

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

Public Types

enum  Mode { Encrypt , Unlock , ChangePass }
 

Public Member Functions

 AskPassphraseDialog (Mode mode, QWidget *parent, SecureString *passphrase_out=nullptr)
 
 ~AskPassphraseDialog ()
 
void accept () override
 
void setModel (WalletModel *model)
 

Protected Member Functions

bool event (QEvent *event) override
 
bool eventFilter (QObject *object, QEvent *event) override
 

Private Slots

void textChanged ()
 
void secureClearPassFields ()
 
void toggleShowPassword (bool)
 

Private Attributes

Ui::AskPassphraseDialog * ui
 
Mode mode
 
WalletModelmodel {nullptr}
 
bool fCapsLock {false}
 
SecureStringm_passphrase_out
 

Detailed Description

Multifunctional dialog to ask for passphrases.

Used for encryption, unlocking, and changing the passphrase.

Definition at line 20 of file askpassphrasedialog.h.

Member Enumeration Documentation

◆ Mode

Enumerator
Encrypt 

Ask passphrase twice and encrypt.

Unlock 

Ask passphrase and unlock.

ChangePass 

Ask old passphrase + new passphrase twice.

Definition at line 25 of file askpassphrasedialog.h.

Constructor & Destructor Documentation

◆ AskPassphraseDialog()

AskPassphraseDialog::AskPassphraseDialog ( Mode  mode,
QWidget *  parent,
SecureString passphrase_out = nullptr 
)
explicit

Definition at line 18 of file askpassphrasedialog.cpp.

Here is the call graph for this function:

◆ ~AskPassphraseDialog()

AskPassphraseDialog::~AskPassphraseDialog ( )

Definition at line 69 of file askpassphrasedialog.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ accept()

void AskPassphraseDialog::accept ( )
override

Definition at line 80 of file askpassphrasedialog.cpp.

Here is the call graph for this function:

◆ event()

bool AskPassphraseDialog::event ( QEvent *  event)
overrideprotected

Definition at line 228 of file askpassphrasedialog.cpp.

Here is the caller graph for this function:

◆ eventFilter()

bool AskPassphraseDialog::eventFilter ( QObject *  object,
QEvent *  event 
)
overrideprotected

Definition at line 254 of file askpassphrasedialog.cpp.

Here is the call graph for this function:

◆ secureClearPassFields

void AskPassphraseDialog::secureClearPassFields ( )
privateslot

Definition at line 287 of file askpassphrasedialog.cpp.

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

◆ setModel()

void AskPassphraseDialog::setModel ( WalletModel model)

Definition at line 75 of file askpassphrasedialog.cpp.

Here is the caller graph for this function:

◆ textChanged

void AskPassphraseDialog::textChanged ( )
privateslot

Definition at line 209 of file askpassphrasedialog.cpp.

Here is the caller graph for this function:

◆ toggleShowPassword

void AskPassphraseDialog::toggleShowPassword ( bool  show)
privateslot

Definition at line 245 of file askpassphrasedialog.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ fCapsLock

bool AskPassphraseDialog::fCapsLock {false}
private

Definition at line 42 of file askpassphrasedialog.h.

◆ m_passphrase_out

SecureString* AskPassphraseDialog::m_passphrase_out
private

Definition at line 43 of file askpassphrasedialog.h.

◆ mode

Mode AskPassphraseDialog::mode
private

Definition at line 40 of file askpassphrasedialog.h.

◆ model

WalletModel* AskPassphraseDialog::model {nullptr}
private

Definition at line 41 of file askpassphrasedialog.h.

◆ ui

Ui::AskPassphraseDialog* AskPassphraseDialog::ui
private

Definition at line 39 of file askpassphrasedialog.h.


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