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

#include <sendmemodialog.h>

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

Public Slots

void textChanged ()
 

Public Member Functions

 SendMemoDialog (QWidget *parent, WalletModel *model)
 
 ~SendMemoDialog ()
 
QString getMemo ()
 
void setMemo (QString memo)
 
bool getOperationResult ()
 
void showEvent (QShowEvent *event) override
 
- Public Member Functions inherited from FocusedDialog
 FocusedDialog (QWidget *parent=nullptr)
 
 ~FocusedDialog ()
 
void showEvent (QShowEvent *event)
 

Private Slots

void reset ()
 
void accept () override
 

Private Member Functions

void inform (const QString &text)
 

Private Attributes

WalletModelwalletModel
 
Ui::SendMemoDialog * ui
 
SnackBarsnackBar = nullptr
 
bool operationResult {false}
 

Additional Inherited Members

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

Detailed Description

Definition at line 17 of file sendmemodialog.h.

Constructor & Destructor Documentation

◆ SendMemoDialog()

SendMemoDialog::SendMemoDialog ( QWidget *  parent,
WalletModel model 
)
explicit

Definition at line 11 of file sendmemodialog.cpp.

Here is the call graph for this function:

◆ ~SendMemoDialog()

SendMemoDialog::~SendMemoDialog ( )

Definition at line 99 of file sendmemodialog.cpp.

Member Function Documentation

◆ accept

void SendMemoDialog::accept ( )
overrideprivateslot

Definition at line 81 of file sendmemodialog.cpp.

Here is the caller graph for this function:

◆ getMemo()

QString SendMemoDialog::getMemo ( )

Definition at line 53 of file sendmemodialog.cpp.

Here is the caller graph for this function:

◆ getOperationResult()

bool SendMemoDialog::getOperationResult ( )
inline

Definition at line 28 of file sendmemodialog.h.

Here is the caller graph for this function:

◆ inform()

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

Definition at line 91 of file sendmemodialog.cpp.

Here is the call graph for this function:

◆ reset

void SendMemoDialog::reset ( )
privateslot

Definition at line 70 of file sendmemodialog.cpp.

Here is the caller graph for this function:

◆ setMemo()

void SendMemoDialog::setMemo ( QString  memo)

Definition at line 47 of file sendmemodialog.cpp.

Here is the caller graph for this function:

◆ showEvent()

void SendMemoDialog::showEvent ( QShowEvent *  event)
override

Definition at line 65 of file sendmemodialog.cpp.

◆ textChanged

void SendMemoDialog::textChanged ( )
slot

Definition at line 58 of file sendmemodialog.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ operationResult

bool SendMemoDialog::operationResult {false}
private

Definition at line 38 of file sendmemodialog.h.

◆ snackBar

SnackBar* SendMemoDialog::snackBar = nullptr
private

Definition at line 37 of file sendmemodialog.h.

◆ ui

Ui::SendMemoDialog* SendMemoDialog::ui
private

Definition at line 36 of file sendmemodialog.h.

◆ walletModel

WalletModel* SendMemoDialog::walletModel
private

Definition at line 35 of file sendmemodialog.h.


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