PIVX Core  5.6.99
P2P Digital Currency
Public Slots | Public Member Functions | Protected Slots | Private Member Functions | Private Attributes | List of all members
SendCustomFeeDialog Class Reference

#include <sendcustomfeedialog.h>

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

Public Slots

void onRecommendedChecked ()
 
void onCustomChecked ()
 
void updateFee ()
 
void onChangeTheme (bool isLightTheme, QString &theme)
 

Public Member Functions

 SendCustomFeeDialog (PIVXGUI *parent, WalletModel *model)
 
 ~SendCustomFeeDialog ()
 
void showEvent (QShowEvent *event) override
 
CFeeRate getFeeRate ()
 
bool isCustomFeeChecked ()
 
void clear ()
 
- Public Member Functions inherited from FocusedDialog
 FocusedDialog (QWidget *parent=nullptr)
 
 ~FocusedDialog ()
 
void showEvent (QShowEvent *event)
 

Protected Slots

void accept () override
 

Private Member Functions

void inform (const QString &text)
 

Private Attributes

Ui::SendCustomFeeDialog * ui
 
WalletModelwalletModel = nullptr
 
CFeeRate feeRate
 
SnackBarsnackBar = nullptr
 

Additional Inherited Members

- Protected Member Functions inherited from FocusedDialog
void keyPressEvent (QKeyEvent *e)
 

Detailed Description

Definition at line 19 of file sendcustomfeedialog.h.

Constructor & Destructor Documentation

◆ SendCustomFeeDialog()

SendCustomFeeDialog::SendCustomFeeDialog ( PIVXGUI parent,
WalletModel model 
)
explicit

Definition at line 17 of file sendcustomfeedialog.cpp.

Here is the call graph for this function:

◆ ~SendCustomFeeDialog()

SendCustomFeeDialog::~SendCustomFeeDialog ( )

Definition at line 189 of file sendcustomfeedialog.cpp.

Member Function Documentation

◆ accept

void SendCustomFeeDialog::accept ( )
overrideprotectedslot

Definition at line 125 of file sendcustomfeedialog.cpp.

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

◆ clear()

void SendCustomFeeDialog::clear ( )

Definition at line 151 of file sendcustomfeedialog.cpp.

Here is the caller graph for this function:

◆ getFeeRate()

CFeeRate SendCustomFeeDialog::getFeeRate ( )

Definition at line 156 of file sendcustomfeedialog.cpp.

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

◆ inform()

void SendCustomFeeDialog::inform ( const QString &  text)
private

Definition at line 181 of file sendcustomfeedialog.cpp.

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

◆ isCustomFeeChecked()

bool SendCustomFeeDialog::isCustomFeeChecked ( )

Definition at line 170 of file sendcustomfeedialog.cpp.

Here is the caller graph for this function:

◆ onChangeTheme

void SendCustomFeeDialog::onChangeTheme ( bool  isLightTheme,
QString &  theme 
)
slot

Definition at line 175 of file sendcustomfeedialog.cpp.

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

◆ onCustomChecked

void SendCustomFeeDialog::onCustomChecked ( )
slot

Definition at line 80 of file sendcustomfeedialog.cpp.

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

◆ onRecommendedChecked

void SendCustomFeeDialog::onRecommendedChecked ( )
slot

Definition at line 96 of file sendcustomfeedialog.cpp.

Here is the caller graph for this function:

◆ showEvent()

void SendCustomFeeDialog::showEvent ( QShowEvent *  event)
override

Definition at line 64 of file sendcustomfeedialog.cpp.

Here is the call graph for this function:

◆ updateFee

void SendCustomFeeDialog::updateFee ( )
slot

Definition at line 110 of file sendcustomfeedialog.cpp.

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

Member Data Documentation

◆ feeRate

CFeeRate SendCustomFeeDialog::feeRate
private

Definition at line 44 of file sendcustomfeedialog.h.

◆ snackBar

SnackBar* SendCustomFeeDialog::snackBar = nullptr
private

Definition at line 45 of file sendcustomfeedialog.h.

◆ ui

Ui::SendCustomFeeDialog* SendCustomFeeDialog::ui
private

Definition at line 42 of file sendcustomfeedialog.h.

◆ walletModel

WalletModel* SendCustomFeeDialog::walletModel = nullptr
private

Definition at line 43 of file sendcustomfeedialog.h.


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