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

#include <receivedialog.h>

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

Public Member Functions

 ReceiveDialog (QWidget *parent=nullptr)
 
 ~ReceiveDialog ()
 
void updateQr (const QString &address)
 
- Public Member Functions inherited from FocusedDialog
 FocusedDialog (QWidget *parent=nullptr)
 
 ~FocusedDialog ()
 
void showEvent (QShowEvent *event)
 

Private Slots

void onCopy ()
 

Private Attributes

Ui::ReceiveDialog * ui {nullptr}
 
SendCoinsRecipientinfo {nullptr}
 

Additional Inherited Members

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

Detailed Description

Definition at line 16 of file receivedialog.h.

Constructor & Destructor Documentation

◆ ReceiveDialog()

ReceiveDialog::ReceiveDialog ( QWidget *  parent = nullptr)
explicit

Definition at line 13 of file receivedialog.cpp.

Here is the call graph for this function:

◆ ~ReceiveDialog()

ReceiveDialog::~ReceiveDialog ( )

Definition at line 72 of file receivedialog.cpp.

Member Function Documentation

◆ onCopy

void ReceiveDialog::onCopy ( )
privateslot

Definition at line 66 of file receivedialog.cpp.

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

◆ updateQr()

void ReceiveDialog::updateQr ( const QString &  address)

Definition at line 50 of file receivedialog.cpp.

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

Member Data Documentation

◆ info

SendCoinsRecipient* ReceiveDialog::info {nullptr}
private

Definition at line 30 of file receivedialog.h.

◆ ui

Ui::ReceiveDialog* ReceiveDialog::ui {nullptr}
private

Definition at line 29 of file receivedialog.h.


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