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

Dialog for options page. More...

#include <historypage.h>

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

Public Slots

void updateFilter ()
 
void syncTime (QDateTimeEdit *calendar, QTimeEdit *clock)
 
void on_cellClicked (int row, int column)
 
void updateTableData ()
 

Public Member Functions

 HistoryPage (QWidget *parent=0)
 
 ~HistoryPage ()
 
void setModel (WalletModel *model)
 

Protected Member Functions

virtual void keyPressEvent (QKeyEvent *event)
 

Private Member Functions

void initWidgets ()
 
void connectWidgets ()
 
virtual void resizeEvent (QResizeEvent *event)
 
void updateTableData (CWallet *wallet)
 
void updateAddressBookData (CWallet *wallet)
 

Private Attributes

Ui::HistoryPage * ui
 
GUIUtil::TableViewLastColumnResizingFixercolumnResizingFixer
 
WalletModelmodel
 
QAbstractTableModel * tableModel
 
QTimeEdit * timeEditTo
 
QTimeEdit * timeEditFrom
 
QString allAddressString ="All"
 
QSettings settings
 

Detailed Description

Dialog for options page.

Definition at line 37 of file historypage.h.

Constructor & Destructor Documentation

◆ HistoryPage()

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

Definition at line 34 of file historypage.cpp.

Here is the call graph for this function:

◆ ~HistoryPage()

HistoryPage::~HistoryPage ( )

Definition at line 49 of file historypage.cpp.

Member Function Documentation

◆ connectWidgets()

void HistoryPage::connectWidgets ( )
private

Definition at line 78 of file historypage.cpp.

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

◆ initWidgets()

void HistoryPage::initWidgets ( )
private

Definition at line 53 of file historypage.cpp.

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

◆ keyPressEvent()

void HistoryPage::keyPressEvent ( QKeyEvent *  event)
protectedvirtual

Definition at line 180 of file historypage.cpp.

◆ on_cellClicked

void HistoryPage::on_cellClicked ( int  row,
int  column 
)
slot

Definition at line 94 of file historypage.cpp.

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

◆ resizeEvent()

void HistoryPage::resizeEvent ( QResizeEvent *  event)
privatevirtual

Definition at line 172 of file historypage.cpp.

◆ setModel()

void HistoryPage::setModel ( WalletModel model)

Definition at line 315 of file historypage.cpp.

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

◆ syncTime

void HistoryPage::syncTime ( QDateTimeEdit *  calendar,
QTimeEdit *  clock 
)
slot

Definition at line 310 of file historypage.cpp.

Here is the caller graph for this function:

◆ updateAddressBookData()

void HistoryPage::updateAddressBookData ( CWallet wallet)
private

Definition at line 247 of file historypage.cpp.

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

◆ updateFilter

void HistoryPage::updateFilter ( )
slot

Definition at line 257 of file historypage.cpp.

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

◆ updateTableData [1/2]

void HistoryPage::updateTableData ( )
slot

Definition at line 185 of file historypage.cpp.

Here is the caller graph for this function:

◆ updateTableData() [2/2]

void HistoryPage::updateTableData ( CWallet wallet)
private

Definition at line 192 of file historypage.cpp.

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

Member Data Documentation

◆ allAddressString

QString HistoryPage::allAddressString ="All"
private

Definition at line 62 of file historypage.h.

◆ columnResizingFixer

GUIUtil::TableViewLastColumnResizingFixer* HistoryPage::columnResizingFixer
private

Definition at line 55 of file historypage.h.

◆ model

WalletModel* HistoryPage::model
private

Definition at line 56 of file historypage.h.

◆ settings

QSettings HistoryPage::settings
private

Definition at line 63 of file historypage.h.

◆ tableModel

QAbstractTableModel* HistoryPage::tableModel
private

Definition at line 57 of file historypage.h.

◆ timeEditFrom

QTimeEdit* HistoryPage::timeEditFrom
private

Definition at line 60 of file historypage.h.

◆ timeEditTo

QTimeEdit* HistoryPage::timeEditTo
private

Definition at line 59 of file historypage.h.

◆ ui

Ui::HistoryPage* HistoryPage::ui
private

Definition at line 54 of file historypage.h.


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