Bitcoin
Public Member Functions | Private Slots | Private Attributes | List of all members
SendConfirmationDialog Class Reference

#include <sendcoinsdialog.h>

Inheritance diagram for SendConfirmationDialog:

Public Member Functions

 SendConfirmationDialog (const QString &title, const QString &text, const QString &informative_text="", const QString &detailed_text="", int secDelay=SEND_CONFIRM_DELAY, QWidget *parent=nullptr)
 
int exec ()
 

Private Slots

void countDown ()
 
void updateYesButton ()
 

Private Attributes

QAbstractButton * yesButton
 
QTimer countDownTimer
 
int secDelay
 

Constructor & Destructor Documentation

◆ SendConfirmationDialog()

SendConfirmationDialog::SendConfirmationDialog ( const QString &  title,
const QString &  text,
const QString &  informative_text = "",
const QString &  detailed_text = "",
int  secDelay = SEND_CONFIRM_DELAY,
QWidget *  parent = nullptr 
)

Member Function Documentation

◆ countDown

void SendConfirmationDialog::countDown ( )
privateslot

◆ exec()

int SendConfirmationDialog::exec ( )

◆ updateYesButton

void SendConfirmationDialog::updateYesButton ( )
privateslot

Member Data Documentation

◆ countDownTimer

QTimer SendConfirmationDialog::countDownTimer
private

◆ secDelay

int SendConfirmationDialog::secDelay
private

◆ yesButton

QAbstractButton* SendConfirmationDialog::yesButton
private

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