Bank System
WithdrawDialog Class Reference

#include <withdrawdialog.h>

Inheritance diagram for WithdrawDialog:
Inheritance graph
Collaboration diagram for WithdrawDialog:
Collaboration graph

Public Member Functions

 WithdrawDialog (QWidget *parent=nullptr)
 
 ~WithdrawDialog ()
 
void setAmount ()
 
void setDesc ()
 
bool verifyInput ()
 
void setDate (Date m_date)
 

Public Attributes

double amount =0
 
int year =-1
 
int month =-1
 
int day =-1
 
string desc
 

Private Slots

void on_year_input_textChanged (const QString &arg1)
 
void on_month_input_textChanged (const QString &arg1)
 
void on_day_input_textChanged (const QString &arg1)
 
void on_amount_input_textChanged (const QString &arg1)
 
void on_desc_input_textChanged (const QString &arg1)
 
void on_buttonBox_accepted ()
 

Private Attributes

Ui::WithdrawDialog * ui
 

Constructor & Destructor Documentation

◆ WithdrawDialog()

WithdrawDialog::WithdrawDialog ( QWidget *  parent = nullptr)
explicit

◆ ~WithdrawDialog()

WithdrawDialog::~WithdrawDialog ( )

Member Function Documentation

◆ on_amount_input_textChanged

void WithdrawDialog::on_amount_input_textChanged ( const QString &  arg1)
privateslot

◆ on_buttonBox_accepted

void WithdrawDialog::on_buttonBox_accepted ( )
privateslot
Here is the call graph for this function:

◆ on_day_input_textChanged

void WithdrawDialog::on_day_input_textChanged ( const QString &  arg1)
privateslot

◆ on_desc_input_textChanged

void WithdrawDialog::on_desc_input_textChanged ( const QString &  arg1)
privateslot

◆ on_month_input_textChanged

void WithdrawDialog::on_month_input_textChanged ( const QString &  arg1)
privateslot

◆ on_year_input_textChanged

void WithdrawDialog::on_year_input_textChanged ( const QString &  arg1)
privateslot

◆ setAmount()

void WithdrawDialog::setAmount ( )

◆ setDate()

void WithdrawDialog::setDate ( Date  m_date)
Here is the call graph for this function:

◆ setDesc()

void WithdrawDialog::setDesc ( )

◆ verifyInput()

bool WithdrawDialog::verifyInput ( )
Here is the call graph for this function:

Member Data Documentation

◆ amount

double WithdrawDialog::amount =0

◆ day

int WithdrawDialog::day =-1

◆ desc

string WithdrawDialog::desc

◆ month

int WithdrawDialog::month =-1

◆ ui

Ui::WithdrawDialog* WithdrawDialog::ui
private

◆ year

int WithdrawDialog::year =-1

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