Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Static Public Member Functions | Private Slots | Private Attributes | List of all members
ReceiveRequestDialog Class Reference

#include <receiverequestdialog.h>

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

Public Member Functions

 ReceiveRequestDialog (QWidget *parent=0)
 
 ~ReceiveRequestDialog ()
 
void setModel (OptionsModel *model)
 
void setInfo (const SendCoinsRecipient &info)
 

Static Public Member Functions

static bool createQRCode (QLabel *label, SendCoinsRecipient info, bool showAddress=false)
 

Private Slots

void on_btnCopyURI_clicked ()
 
void on_btnCopyAddress_clicked ()
 
void update ()
 

Private Attributes

Ui::ReceiveRequestDialogui
 
OptionsModelmodel
 
SendCoinsRecipient info
 

Detailed Description

Definition at line 48 of file receiverequestdialog.h.

Constructor & Destructor Documentation

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

Definition at line 93 of file receiverequestdialog.cpp.

Here is the call graph for this function:

ReceiveRequestDialog::~ReceiveRequestDialog ( )

Definition at line 112 of file receiverequestdialog.cpp.

Member Function Documentation

bool ReceiveRequestDialog::createQRCode ( QLabel *  label,
SendCoinsRecipient  info,
bool  showAddress = false 
)
static

Definition at line 134 of file receiverequestdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void ReceiveRequestDialog::on_btnCopyAddress_clicked ( )
privateslot

Definition at line 231 of file receiverequestdialog.cpp.

Here is the call graph for this function:

void ReceiveRequestDialog::on_btnCopyURI_clicked ( )
privateslot

Definition at line 226 of file receiverequestdialog.cpp.

Here is the call graph for this function:

void ReceiveRequestDialog::setInfo ( const SendCoinsRecipient info)

Definition at line 128 of file receiverequestdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void ReceiveRequestDialog::setModel ( OptionsModel model)

Definition at line 117 of file receiverequestdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void ReceiveRequestDialog::update ( )
privateslot

Definition at line 192 of file receiverequestdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

SendCoinsRecipient ReceiveRequestDialog::info
private

Definition at line 69 of file receiverequestdialog.h.

OptionsModel* ReceiveRequestDialog::model
private

Definition at line 68 of file receiverequestdialog.h.

Ui::ReceiveRequestDialog* ReceiveRequestDialog::ui
private

Definition at line 67 of file receiverequestdialog.h.


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