Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
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, const QString &informative_text="", const QString &detailed_text="", int secDelay=SEND_CONFIRM_DELAY, const QString &confirmText="Send", QWidget *parent=nullptr)
 
int exec () override
 

Private Slots

void countDown ()
 
void updateYesButton ()
 

Private Attributes

QAbstractButtonyesButton
 
QTimer countDownTimer
 
int secDelay
 
QString confirmButtonText
 

Detailed Description

Definition at line 121 of file sendcoinsdialog.h.

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,
const QString confirmText = "Send",
QWidget *  parent = nullptr 
)

Definition at line 1000 of file sendcoinsdialog.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ countDown

void SendConfirmationDialog::countDown ( )
privateslot

Definition at line 1027 of file sendcoinsdialog.cpp.

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

◆ exec()

int SendConfirmationDialog::exec ( )
override

Definition at line 1021 of file sendcoinsdialog.cpp.

Here is the call graph for this function:

◆ updateYesButton

void SendConfirmationDialog::updateYesButton ( )
privateslot

Definition at line 1036 of file sendcoinsdialog.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ confirmButtonText

QString SendConfirmationDialog::confirmButtonText
private

Definition at line 141 of file sendcoinsdialog.h.

◆ countDownTimer

QTimer SendConfirmationDialog::countDownTimer
private

Definition at line 139 of file sendcoinsdialog.h.

◆ secDelay

int SendConfirmationDialog::secDelay
private

Definition at line 140 of file sendcoinsdialog.h.

◆ yesButton

QAbstractButton* SendConfirmationDialog::yesButton
private

Definition at line 138 of file sendcoinsdialog.h.


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