PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Protected Member Functions | Private Slots | Private Attributes | List of all members
RevealTxDialog Class Reference

#include <revealtxdialog.h>

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

Public Member Functions

 RevealTxDialog (QWidget *parent=0)
 
 ~RevealTxDialog ()
 
void setTxID (QString strId)
 
void setTxAddress (QString strAddr)
 
void setTxPrivKey (QString strPrivKey)
 
void setTxAmount (QString amount)
 
void setTxFee (CAmount fee)
 
void setTxPaymentID (uint64_t paymentID)
 
void setTxRingSize (int64_t ringSize)
 

Protected Member Functions

void keyPressEvent (QKeyEvent *event)
 

Private Slots

void on_buttonBox_accepted ()
 
void copyID ()
 
void copyAddress ()
 
void copyPrivateKey ()
 
void copyTxAmount ()
 
void copyTxFee ()
 
void copyTxPaymentID ()
 
void copyTxRingSize ()
 
void openTXinExplorer ()
 
void deleteTransaction ()
 

Private Attributes

Ui::RevealTxDialog * ui
 
QSettings settings
 

Detailed Description

Definition at line 14 of file revealtxdialog.h.

Constructor & Destructor Documentation

◆ RevealTxDialog()

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

Definition at line 14 of file revealtxdialog.cpp.

Here is the call graph for this function:

◆ ~RevealTxDialog()

RevealTxDialog::~RevealTxDialog ( )

Definition at line 56 of file revealtxdialog.cpp.

Member Function Documentation

◆ copyAddress

void RevealTxDialog::copyAddress ( )
privateslot

Definition at line 113 of file revealtxdialog.cpp.

Here is the caller graph for this function:

◆ copyID

void RevealTxDialog::copyID ( )
privateslot

Definition at line 108 of file revealtxdialog.cpp.

Here is the caller graph for this function:

◆ copyPrivateKey

void RevealTxDialog::copyPrivateKey ( )
privateslot

Definition at line 118 of file revealtxdialog.cpp.

Here is the caller graph for this function:

◆ copyTxAmount

void RevealTxDialog::copyTxAmount ( )
privateslot

Definition at line 123 of file revealtxdialog.cpp.

Here is the caller graph for this function:

◆ copyTxFee

void RevealTxDialog::copyTxFee ( )
privateslot

Definition at line 128 of file revealtxdialog.cpp.

Here is the caller graph for this function:

◆ copyTxPaymentID

void RevealTxDialog::copyTxPaymentID ( )
privateslot

Definition at line 133 of file revealtxdialog.cpp.

Here is the caller graph for this function:

◆ copyTxRingSize

void RevealTxDialog::copyTxRingSize ( )
privateslot

Definition at line 138 of file revealtxdialog.cpp.

Here is the caller graph for this function:

◆ deleteTransaction

void RevealTxDialog::deleteTransaction ( )
privateslot

Definition at line 155 of file revealtxdialog.cpp.

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

◆ keyPressEvent()

void RevealTxDialog::keyPressEvent ( QKeyEvent *  event)
protected

Definition at line 226 of file revealtxdialog.cpp.

Here is the call graph for this function:

◆ on_buttonBox_accepted

void RevealTxDialog::on_buttonBox_accepted ( )
privateslot

Definition at line 103 of file revealtxdialog.cpp.

◆ openTXinExplorer

void RevealTxDialog::openTXinExplorer ( )
privateslot

Definition at line 143 of file revealtxdialog.cpp.

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

◆ setTxAddress()

void RevealTxDialog::setTxAddress ( QString  strAddr)

Definition at line 66 of file revealtxdialog.cpp.

Here is the caller graph for this function:

◆ setTxAmount()

void RevealTxDialog::setTxAmount ( QString  amount)

Definition at line 76 of file revealtxdialog.cpp.

Here is the caller graph for this function:

◆ setTxFee()

void RevealTxDialog::setTxFee ( CAmount  fee)

Definition at line 82 of file revealtxdialog.cpp.

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

◆ setTxID()

void RevealTxDialog::setTxID ( QString  strId)

Definition at line 61 of file revealtxdialog.cpp.

Here is the caller graph for this function:

◆ setTxPaymentID()

void RevealTxDialog::setTxPaymentID ( uint64_t  paymentID)

Definition at line 88 of file revealtxdialog.cpp.

Here is the caller graph for this function:

◆ setTxPrivKey()

void RevealTxDialog::setTxPrivKey ( QString  strPrivKey)

Definition at line 71 of file revealtxdialog.cpp.

Here is the caller graph for this function:

◆ setTxRingSize()

void RevealTxDialog::setTxRingSize ( int64_t  ringSize)

Definition at line 98 of file revealtxdialog.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ settings

QSettings RevealTxDialog::settings
private

Definition at line 44 of file revealtxdialog.h.

◆ ui

Ui::RevealTxDialog* RevealTxDialog::ui
private

Definition at line 43 of file revealtxdialog.h.


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