PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
EncryptDialog Class Reference

#include <encryptdialog.h>

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

Public Member Functions

 EncryptDialog (QWidget *parent=0)
 
 ~EncryptDialog ()
 
void setModel (WalletModel *model)
 
bool matchNewPasswords ()
 

Private Slots

void on_btnCancel ()
 
void on_acceptPassphrase ()
 
void validateNewPass ()
 
void validateNewPassRepeat ()
 
void on_showPassphraseCheckBox_clicked ()
 

Private Member Functions

void closeEvent (QCloseEvent *event)
 

Private Attributes

Ui::EncryptDialog * ui
 
WalletModelmodel
 

Detailed Description

Definition at line 11 of file encryptdialog.h.

Constructor & Destructor Documentation

◆ EncryptDialog()

EncryptDialog::EncryptDialog ( QWidget *  parent = 0)
explicit

Definition at line 11 of file encryptdialog.cpp.

Here is the call graph for this function:

◆ ~EncryptDialog()

EncryptDialog::~EncryptDialog ( )

Definition at line 24 of file encryptdialog.cpp.

Member Function Documentation

◆ closeEvent()

void EncryptDialog::closeEvent ( QCloseEvent *  event)
private

Definition at line 34 of file encryptdialog.cpp.

◆ matchNewPasswords()

bool EncryptDialog::matchNewPasswords ( )

Definition at line 144 of file encryptdialog.cpp.

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

◆ on_acceptPassphrase

void EncryptDialog::on_acceptPassphrase ( )
privateslot

Definition at line 56 of file encryptdialog.cpp.

Here is the caller graph for this function:

◆ on_btnCancel

void EncryptDialog::on_btnCancel ( )
privateslot

Definition at line 45 of file encryptdialog.cpp.

Here is the caller graph for this function:

◆ on_showPassphraseCheckBox_clicked

void EncryptDialog::on_showPassphraseCheckBox_clicked ( )
privateslot

Definition at line 159 of file encryptdialog.cpp.

Here is the caller graph for this function:

◆ setModel()

void EncryptDialog::setModel ( WalletModel model)

Definition at line 29 of file encryptdialog.cpp.

◆ validateNewPass

void EncryptDialog::validateNewPass ( )
privateslot

Definition at line 130 of file encryptdialog.cpp.

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

◆ validateNewPassRepeat

void EncryptDialog::validateNewPassRepeat ( )
privateslot

Definition at line 139 of file encryptdialog.cpp.

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

Member Data Documentation

◆ model

WalletModel* EncryptDialog::model
private

Definition at line 31 of file encryptdialog.h.

◆ ui

Ui::EncryptDialog* EncryptDialog::ui
private

Definition at line 30 of file encryptdialog.h.


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