PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
SendChangeAddressDialog Class Reference

#include <sendchangeaddressdialog.h>

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

Public Member Functions

 SendChangeAddressDialog (QWidget *parent, WalletModel *model, bool isTransparent)
 
 ~SendChangeAddressDialog ()
 
void setAddress (QString address)
 
CWDestination getDestination () const
 
void showEvent (QShowEvent *event) override
 
- Public Member Functions inherited from FocusedDialog
 FocusedDialog (QWidget *parent=nullptr)
 
 ~FocusedDialog ()
 
void showEvent (QShowEvent *event)
 

Private Slots

void reset ()
 
void accept () override
 

Private Member Functions

void inform (const QString &text)
 

Private Attributes

bool isTransparent
 
WalletModelwalletModel
 
Ui::SendChangeAddressDialog * ui
 
SnackBarsnackBar = nullptr
 
CWDestination dest
 

Additional Inherited Members

- Protected Member Functions inherited from FocusedDialog
void keyPressEvent (QKeyEvent *e)
 

Detailed Description

Definition at line 19 of file sendchangeaddressdialog.h.

Constructor & Destructor Documentation

◆ SendChangeAddressDialog()

SendChangeAddressDialog::SendChangeAddressDialog ( QWidget *  parent,
WalletModel model,
bool  isTransparent 
)
explicit

Definition at line 10 of file sendchangeaddressdialog.cpp.

Here is the call graph for this function:

◆ ~SendChangeAddressDialog()

SendChangeAddressDialog::~SendChangeAddressDialog ( )

Definition at line 100 of file sendchangeaddressdialog.cpp.

Member Function Documentation

◆ accept

void SendChangeAddressDialog::accept ( )
overrideprivateslot

Definition at line 69 of file sendchangeaddressdialog.cpp.

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

◆ getDestination()

CWDestination SendChangeAddressDialog::getDestination ( ) const

Definition at line 50 of file sendchangeaddressdialog.cpp.

Here is the caller graph for this function:

◆ inform()

void SendChangeAddressDialog::inform ( const QString &  text)
private

Definition at line 92 of file sendchangeaddressdialog.cpp.

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

◆ reset

void SendChangeAddressDialog::reset ( )
privateslot

Definition at line 60 of file sendchangeaddressdialog.cpp.

Here is the caller graph for this function:

◆ setAddress()

void SendChangeAddressDialog::setAddress ( QString  address)

Definition at line 44 of file sendchangeaddressdialog.cpp.

Here is the caller graph for this function:

◆ showEvent()

void SendChangeAddressDialog::showEvent ( QShowEvent *  event)
override

Definition at line 55 of file sendchangeaddressdialog.cpp.

Member Data Documentation

◆ dest

CWDestination SendChangeAddressDialog::dest
private

Definition at line 37 of file sendchangeaddressdialog.h.

◆ isTransparent

bool SendChangeAddressDialog::isTransparent
private

Definition at line 33 of file sendchangeaddressdialog.h.

◆ snackBar

SnackBar* SendChangeAddressDialog::snackBar = nullptr
private

Definition at line 36 of file sendchangeaddressdialog.h.

◆ ui

Ui::SendChangeAddressDialog* SendChangeAddressDialog::ui
private

Definition at line 35 of file sendchangeaddressdialog.h.

◆ walletModel

WalletModel* SendChangeAddressDialog::walletModel
private

Definition at line 34 of file sendchangeaddressdialog.h.


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