Fabcoin Core  0.16.2
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 100 of file sendcoinsdialog.h.

Constructor & Destructor Documentation

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

Definition at line 826 of file sendcoinsdialog.cpp.

Here is the call graph for this function:

Member Function Documentation

void SendConfirmationDialog::countDown ( )
privateslot

Definition at line 843 of file sendcoinsdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int SendConfirmationDialog::exec ( )

Definition at line 836 of file sendcoinsdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void SendConfirmationDialog::updateYesButton ( )
privateslot

Definition at line 854 of file sendcoinsdialog.cpp.

Here is the caller graph for this function:

Member Data Documentation

QTimer SendConfirmationDialog::countDownTimer
private

Definition at line 114 of file sendcoinsdialog.h.

int SendConfirmationDialog::secDelay
private

Definition at line 115 of file sendcoinsdialog.h.

QAbstractButton* SendConfirmationDialog::yesButton
private

Definition at line 113 of file sendcoinsdialog.h.


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