Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Private Slots | Private Attributes | List of all members
SendConfirmationDialog Class Reference

#include <sendcoinsdialog.h>

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

Public Member Functions

 SendConfirmationDialog (const QString &title, const QString &text, int secDelay=SEND_CONFIRM_DELAY, QWidget *parent=0)
 
int exec ()
 

Private Slots

void countDown ()
 
void updateYesButton ()
 

Private Attributes

QAbstractButton * yesButton
 
QTimer countDownTimer
 
int secDelay
 

Detailed Description

Definition at line 109 of file sendcoinsdialog.h.

Constructor & Destructor Documentation

◆ SendConfirmationDialog()

SendConfirmationDialog::SendConfirmationDialog ( const QString &  title,
const QString &  text,
int  secDelay = SEND_CONFIRM_DELAY,
QWidget *  parent = 0 
)

Definition at line 953 of file sendcoinsdialog.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ countDown

void SendConfirmationDialog::countDown ( )
privateslot

Definition at line 970 of file sendcoinsdialog.cpp.

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

◆ exec()

int SendConfirmationDialog::exec ( )

Definition at line 963 of file sendcoinsdialog.cpp.

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

◆ updateYesButton

void SendConfirmationDialog::updateYesButton ( )
privateslot

Definition at line 981 of file sendcoinsdialog.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ countDownTimer

QTimer SendConfirmationDialog::countDownTimer
private

Definition at line 123 of file sendcoinsdialog.h.

◆ secDelay

int SendConfirmationDialog::secDelay
private

Definition at line 124 of file sendcoinsdialog.h.

◆ yesButton

QAbstractButton* SendConfirmationDialog::yesButton
private

Definition at line 122 of file sendcoinsdialog.h.


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