Bitcoin
|
#include <overviewpage.h>
Public Slots | |
void | setBalance (const interfaces::WalletBalances &balances) |
Signals | |
void | transactionClicked (const QModelIndex &index) |
void | outOfSyncWarningClicked () |
Public Member Functions | |
OverviewPage (const PlatformStyle *platformStyle, QWidget *parent=nullptr) | |
~OverviewPage () | |
void | setClientModel (ClientModel *clientModel) |
void | setWalletModel (WalletModel *walletModel) |
void | showOutOfSyncWarning (bool fShow) |
Private Slots | |
void | updateDisplayUnit () |
void | handleTransactionClicked (const QModelIndex &index) |
void | updateAlerts (const QString &warnings) |
void | updateWatchOnlyLabels (bool showWatchOnly) |
void | handleOutOfSyncWarningClicks () |
Private Attributes | |
Ui::OverviewPage * | ui |
ClientModel * | clientModel |
WalletModel * | walletModel |
interfaces::WalletBalances | m_balances |
TxViewDelegate * | txdelegate |
std::unique_ptr< TransactionFilterProxy > | filter |
Overview ("home") page widget
|
explicit |
OverviewPage::~OverviewPage | ( | ) |
|
privateslot |
|
privateslot |
|
signal |
|
slot |
void OverviewPage::setClientModel | ( | ClientModel * | clientModel | ) |
void OverviewPage::setWalletModel | ( | WalletModel * | walletModel | ) |
void OverviewPage::showOutOfSyncWarning | ( | bool | fShow | ) |
|
signal |
|
privateslot |
|
privateslot |
|
privateslot |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |