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

#include <bip38tooldialog.h>

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

Public Member Functions

 Bip38ToolDialog (QWidget *parent)
 
 ~Bip38ToolDialog ()
 
void setModel (WalletModel *model)
 
void setAddress_ENC (const QString &address)
 
void setAddress_DEC (const QString &address)
 
void showTab_ENC (bool fShow)
 
void showTab_DEC (bool fShow)
 

Protected Member Functions

bool eventFilter (QObject *object, QEvent *event)
 

Private Slots

void on_addressBookButton_ENC_clicked ()
 
void on_pasteButton_ENC_clicked ()
 
void on_encryptKeyButton_ENC_clicked ()
 
void on_copyKeyButton_ENC_clicked ()
 
void on_clearButton_ENC_clicked ()
 
void on_pasteButton_DEC_clicked ()
 
void on_decryptKeyButton_DEC_clicked ()
 
void on_importAddressButton_DEC_clicked ()
 
void on_clearButton_DEC_clicked ()
 

Private Attributes

Ui::Bip38ToolDialog * ui
 
WalletModelmodel
 

Detailed Description

Definition at line 17 of file bip38tooldialog.h.

Constructor & Destructor Documentation

◆ Bip38ToolDialog()

Bip38ToolDialog::Bip38ToolDialog ( QWidget *  parent)
explicit

Definition at line 26 of file bip38tooldialog.cpp.

Here is the call graph for this function:

◆ ~Bip38ToolDialog()

Bip38ToolDialog::~Bip38ToolDialog ( )

Definition at line 43 of file bip38tooldialog.cpp.

Member Function Documentation

◆ eventFilter()

bool Bip38ToolDialog::eventFilter ( QObject *  object,
QEvent *  event 
)
protected

Definition at line 261 of file bip38tooldialog.cpp.

◆ on_addressBookButton_ENC_clicked

void Bip38ToolDialog::on_addressBookButton_ENC_clicked ( )
privateslot

Definition at line 79 of file bip38tooldialog.cpp.

Here is the call graph for this function:

◆ on_clearButton_DEC_clicked

void Bip38ToolDialog::on_clearButton_DEC_clicked ( )
privateslot

Definition at line 251 of file bip38tooldialog.cpp.

◆ on_clearButton_ENC_clicked

void Bip38ToolDialog::on_clearButton_ENC_clicked ( )
privateslot

Definition at line 163 of file bip38tooldialog.cpp.

◆ on_copyKeyButton_ENC_clicked

void Bip38ToolDialog::on_copyKeyButton_ENC_clicked ( )
privateslot

Definition at line 158 of file bip38tooldialog.cpp.

Here is the call graph for this function:

◆ on_decryptKeyButton_DEC_clicked

void Bip38ToolDialog::on_decryptKeyButton_DEC_clicked ( )
privateslot

Definition at line 180 of file bip38tooldialog.cpp.

Here is the call graph for this function:

◆ on_encryptKeyButton_ENC_clicked

void Bip38ToolDialog::on_encryptKeyButton_ENC_clicked ( )
privateslot

Definition at line 112 of file bip38tooldialog.cpp.

Here is the call graph for this function:

◆ on_importAddressButton_DEC_clicked

void Bip38ToolDialog::on_importAddressButton_DEC_clicked ( )
privateslot

Definition at line 201 of file bip38tooldialog.cpp.

◆ on_pasteButton_DEC_clicked

void Bip38ToolDialog::on_pasteButton_DEC_clicked ( )
privateslot

Definition at line 174 of file bip38tooldialog.cpp.

◆ on_pasteButton_ENC_clicked

void Bip38ToolDialog::on_pasteButton_ENC_clicked ( )
privateslot

Definition at line 90 of file bip38tooldialog.cpp.

Here is the call graph for this function:

◆ setAddress_DEC()

void Bip38ToolDialog::setAddress_DEC ( const QString &  address)

Definition at line 59 of file bip38tooldialog.cpp.

◆ setAddress_ENC()

void Bip38ToolDialog::setAddress_ENC ( const QString &  address)

Definition at line 53 of file bip38tooldialog.cpp.

Here is the caller graph for this function:

◆ setModel()

void Bip38ToolDialog::setModel ( WalletModel model)

Definition at line 48 of file bip38tooldialog.cpp.

◆ showTab_DEC()

void Bip38ToolDialog::showTab_DEC ( bool  fShow)

Definition at line 72 of file bip38tooldialog.cpp.

◆ showTab_ENC()

void Bip38ToolDialog::showTab_ENC ( bool  fShow)

Definition at line 65 of file bip38tooldialog.cpp.

Member Data Documentation

◆ model

WalletModel* Bip38ToolDialog::model
private

Definition at line 37 of file bip38tooldialog.h.

◆ ui

Ui::Bip38ToolDialog* Bip38ToolDialog::ui
private

Definition at line 36 of file bip38tooldialog.h.


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