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

#include <receiverequestdialog.h>

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

Public Slots

void saveImage ()
 
void copyImage ()
 

Public Member Functions

 QRImageWidget (QWidget *parent=0)
 
QImage exportImage ()
 

Protected Member Functions

virtual void mousePressEvent (QMouseEvent *event)
 
virtual void contextMenuEvent (QContextMenuEvent *event)
 

Private Attributes

QMenu * contextMenu
 

Detailed Description

Definition at line 28 of file receiverequestdialog.h.

Constructor & Destructor Documentation

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

Definition at line 33 of file receiverequestdialog.cpp.

Here is the call graph for this function:

Member Function Documentation

void QRImageWidget::contextMenuEvent ( QContextMenuEvent *  event)
protectedvirtual

Definition at line 86 of file receiverequestdialog.cpp.

void QRImageWidget::copyImage ( )
slot

Definition at line 79 of file receiverequestdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

QImage QRImageWidget::exportImage ( )

Definition at line 45 of file receiverequestdialog.cpp.

Here is the caller graph for this function:

void QRImageWidget::mousePressEvent ( QMouseEvent *  event)
protectedvirtual

Definition at line 52 of file receiverequestdialog.cpp.

Here is the call graph for this function:

void QRImageWidget::saveImage ( )
slot

Definition at line 68 of file receiverequestdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

QMenu* QRImageWidget::contextMenu
private

Definition at line 45 of file receiverequestdialog.h.


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