#include <dashboardwidget.h>
|
| void | incomingTransaction (const QString &date, int unit, const CAmount &amount, const QString &type, const QString &address) |
| | Notify that a new transaction appeared. More...
|
| |
| void | message (const QString &title, const QString &body, unsigned int style, bool *ret=nullptr) |
| |
| void | showHide (bool show) |
| |
| bool | execDialog (QDialog *dialog, int xDiv=3, int yDiv=5) |
| |
Definition at line 94 of file dashboardwidget.h.
◆ DashboardWidget()
| DashboardWidget::DashboardWidget |
( |
PIVXGUI * |
_window | ) |
|
|
explicit |
◆ ~DashboardWidget()
| DashboardWidget::~DashboardWidget |
( |
| ) |
|
◆ changeSort()
| void DashboardWidget::changeSort |
( |
int |
nSortIndex | ) |
|
|
private |
◆ changeTheme
| void DashboardWidget::changeTheme |
( |
bool |
isLightTheme, |
|
|
QString & |
theme |
|
) |
| |
|
overrideprivateslot |
◆ handleTransactionClicked
| void DashboardWidget::handleTransactionClicked |
( |
const QModelIndex & |
index | ) |
|
|
privateslot |
◆ incomingTransaction
| void DashboardWidget::incomingTransaction |
( |
const QString & |
date, |
|
|
int |
unit, |
|
|
const CAmount & |
amount, |
|
|
const QString & |
type, |
|
|
const QString & |
address |
|
) |
| |
|
signal |
Notify that a new transaction appeared.
◆ loadChart()
| void DashboardWidget::loadChart |
( |
| ) |
|
◆ loadWalletModel()
| void DashboardWidget::loadWalletModel |
( |
| ) |
|
|
overridevirtual |
◆ onError()
| void DashboardWidget::onError |
( |
QString |
error, |
|
|
int |
type |
|
) |
| |
|
overridevirtual |
◆ onSortChanged
| void DashboardWidget::onSortChanged |
( |
const QString & |
value | ) |
|
|
privateslot |
◆ onSortTypeChanged
| void DashboardWidget::onSortTypeChanged |
( |
const QString & |
value | ) |
|
|
privateslot |
◆ onTxArrived
| void DashboardWidget::onTxArrived |
( |
const QString & |
hash, |
|
|
const bool |
isCoinStake, |
|
|
const bool |
isMNReward, |
|
|
const bool |
isCSAnyType |
|
) |
| |
|
privateslot |
◆ processNewTransaction
| void DashboardWidget::processNewTransaction |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
|
|
) |
| |
|
slot |
Show incoming transaction notification for new transactions.
The new items are those between start and end inclusive, under the given parent item.
Definition at line 924 of file dashboardwidget.cpp.
◆ run()
| void DashboardWidget::run |
( |
int |
type | ) |
|
|
overridevirtual |
◆ showList
| void DashboardWidget::showList |
( |
| ) |
|
|
privateslot |
◆ updateDisplayUnit
| void DashboardWidget::updateDisplayUnit |
( |
| ) |
|
|
privateslot |
◆ walletSynced
| void DashboardWidget::walletSynced |
( |
bool |
isSync | ) |
|
|
slot |
◆ filter
◆ isSync
| bool DashboardWidget::isSync {false} |
|
private |
◆ nDisplayUnit
| int DashboardWidget::nDisplayUnit {-1} |
|
private |
◆ txHolder
◆ txModel
◆ txViewDelegate
◆ ui
| Ui::DashboardWidget* DashboardWidget::ui {nullptr} |
|
private |
The documentation for this class was generated from the following files: