PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
MultiSendDialog Class Reference

#include <multisenddialog.h>

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

Public Member Functions

 MultiSendDialog (QWidget *parent=0)
 
 ~MultiSendDialog ()
 
void setModel (WalletModel *model)
 
void setAddress (const QString &address)
 
void setAddress (const QString &address, QLineEdit *addrEdit)
 

Private Slots

void on_viewButton_clicked ()
 
void on_addButton_clicked ()
 
void on_deleteButton_clicked ()
 
void on_activateButton_clicked ()
 
void on_disableButton_clicked ()
 
void on_addressBookButton_clicked ()
 

Private Member Functions

void updateCheckBoxes ()
 

Private Attributes

Ui::MultiSendDialog * ui
 
WalletModelmodel
 

Detailed Description

Definition at line 13 of file multisenddialog.h.

Constructor & Destructor Documentation

◆ MultiSendDialog()

MultiSendDialog::MultiSendDialog ( QWidget *  parent = 0)
explicit

Definition at line 12 of file multisenddialog.cpp.

Here is the call graph for this function:

◆ ~MultiSendDialog()

MultiSendDialog::~MultiSendDialog ( )

Definition at line 21 of file multisenddialog.cpp.

Member Function Documentation

◆ on_activateButton_clicked

void MultiSendDialog::on_activateButton_clicked ( )
privateslot

Definition at line 161 of file multisenddialog.cpp.

Here is the call graph for this function:

◆ on_addButton_clicked

void MultiSendDialog::on_addButton_clicked ( )
privateslot

Definition at line 85 of file multisenddialog.cpp.

Here is the call graph for this function:

◆ on_addressBookButton_clicked

void MultiSendDialog::on_addressBookButton_clicked ( )
privateslot

Definition at line 48 of file multisenddialog.cpp.

Here is the call graph for this function:

◆ on_deleteButton_clicked

void MultiSendDialog::on_deleteButton_clicked ( )
privateslot

Definition at line 134 of file multisenddialog.cpp.

Here is the call graph for this function:

◆ on_disableButton_clicked

void MultiSendDialog::on_disableButton_clicked ( )
privateslot

Definition at line 185 of file multisenddialog.cpp.

Here is the call graph for this function:

◆ on_viewButton_clicked

void MultiSendDialog::on_viewButton_clicked ( )
privateslot

Definition at line 58 of file multisenddialog.cpp.

Here is the call graph for this function:

◆ setAddress() [1/2]

void MultiSendDialog::setAddress ( const QString &  address)

Definition at line 31 of file multisenddialog.cpp.

Here is the caller graph for this function:

◆ setAddress() [2/2]

void MultiSendDialog::setAddress ( const QString &  address,
QLineEdit *  addrEdit 
)

Definition at line 36 of file multisenddialog.cpp.

◆ setModel()

void MultiSendDialog::setModel ( WalletModel model)

Definition at line 26 of file multisenddialog.cpp.

Here is the caller graph for this function:

◆ updateCheckBoxes()

void MultiSendDialog::updateCheckBoxes ( )
private

Definition at line 42 of file multisenddialog.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ model

WalletModel* MultiSendDialog::model
private

Definition at line 34 of file multisenddialog.h.

◆ ui

Ui::MultiSendDialog* MultiSendDialog::ui
private

Definition at line 33 of file multisenddialog.h.


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