Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Slots | Public Member Functions | Protected Member Functions | Private Attributes | List of all members
QRImageWidget Class Reference

#include <receiverequestdialog.h>

+ Inheritance diagram for QRImageWidget:
+ Collaboration diagram for QRImageWidget:

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 25 of file receiverequestdialog.h.

Constructor & Destructor Documentation

QRImageWidget::QRImageWidget ( QWidget parent = 0)
explicit

Definition at line 32 of file receiverequestdialog.cpp.

References contextMenu, copyImage(), and saveImage().

+ Here is the call graph for this function:

Member Function Documentation

void QRImageWidget::contextMenuEvent ( QContextMenuEvent *  event)
protectedvirtual

Definition at line 85 of file receiverequestdialog.cpp.

References contextMenu.

void QRImageWidget::copyImage ( )
slot

Definition at line 78 of file receiverequestdialog.cpp.

References exportImage().

Referenced by QRImageWidget().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

QImage QRImageWidget::exportImage ( )

Definition at line 44 of file receiverequestdialog.cpp.

References EXPORT_IMAGE_SIZE.

Referenced by copyImage(), mousePressEvent(), and saveImage().

+ Here is the caller graph for this function:

void QRImageWidget::mousePressEvent ( QMouseEvent *  event)
protectedvirtual

Definition at line 51 of file receiverequestdialog.cpp.

References exportImage().

+ Here is the call graph for this function:

void QRImageWidget::saveImage ( )
slot

Definition at line 67 of file receiverequestdialog.cpp.

References exportImage(), and GUIUtil::getSaveFileName().

Referenced by QRImageWidget().

+ 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 42 of file receiverequestdialog.h.

Referenced by contextMenuEvent(), and QRImageWidget().


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