Bitcoin ABC  0.28.12
P2P Digital Currency
Public Slots | Signals | Public Member Functions | Private Slots | Private Attributes | List of all members
OverviewPage Class Reference

Overview ("home") page widget. More...

#include <overviewpage.h>

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

Public Slots

void setBalance (const interfaces::WalletBalances &balances)
 
void setPrivacy (bool privacy)
 

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
 
ClientModelclientModel
 
WalletModelwalletModel
 
interfaces::WalletBalances m_balances
 
bool m_privacy {false}
 
TxViewDelegatetxdelegate
 
std::unique_ptr< TransactionFilterProxyfilter
 

Detailed Description

Overview ("home") page widget.

Definition at line 28 of file overviewpage.h.

Constructor & Destructor Documentation

◆ OverviewPage()

OverviewPage::OverviewPage ( const PlatformStyle platformStyle,
QWidget *  parent = nullptr 
)
explicit

Definition at line 119 of file overviewpage.cpp.

Here is the call graph for this function:

◆ ~OverviewPage()

OverviewPage::~OverviewPage ( )

Definition at line 180 of file overviewpage.cpp.

Member Function Documentation

◆ handleOutOfSyncWarningClicks

void OverviewPage::handleOutOfSyncWarningClicks ( )
privateslot

Definition at line 159 of file overviewpage.cpp.

Here is the caller graph for this function:

◆ handleTransactionClicked

void OverviewPage::handleTransactionClicked ( const QModelIndex &  index)
privateslot

Definition at line 153 of file overviewpage.cpp.

Here is the caller graph for this function:

◆ outOfSyncWarningClicked

void OverviewPage::outOfSyncWarningClicked ( )
signal
Here is the caller graph for this function:

◆ setBalance

void OverviewPage::setBalance ( const interfaces::WalletBalances balances)
slot

Definition at line 184 of file overviewpage.cpp.

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

◆ setClientModel()

void OverviewPage::setClientModel ( ClientModel clientModel)

Definition at line 287 of file overviewpage.cpp.

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

◆ setPrivacy

void OverviewPage::setPrivacy ( bool  privacy)
slot

Definition at line 163 of file overviewpage.cpp.

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

◆ setWalletModel()

void OverviewPage::setWalletModel ( WalletModel walletModel)

Definition at line 297 of file overviewpage.cpp.

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

◆ showOutOfSyncWarning()

void OverviewPage::showOutOfSyncWarning ( bool  fShow)

Definition at line 354 of file overviewpage.cpp.

Here is the caller graph for this function:

◆ transactionClicked

void OverviewPage::transactionClicked ( const QModelIndex &  index)
signal
Here is the caller graph for this function:

◆ updateAlerts

void OverviewPage::updateAlerts ( const QString &  warnings)
privateslot

Definition at line 349 of file overviewpage.cpp.

Here is the caller graph for this function:

◆ updateDisplayUnit

void OverviewPage::updateDisplayUnit ( )
privateslot

Definition at line 336 of file overviewpage.cpp.

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

◆ updateWatchOnlyLabels

void OverviewPage::updateWatchOnlyLabels ( bool  showWatchOnly)
privateslot

Definition at line 268 of file overviewpage.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ clientModel

ClientModel* OverviewPage::clientModel
private

Definition at line 50 of file overviewpage.h.

◆ filter

std::unique_ptr<TransactionFilterProxy> OverviewPage::filter
private

Definition at line 56 of file overviewpage.h.

◆ m_balances

interfaces::WalletBalances OverviewPage::m_balances
private

Definition at line 52 of file overviewpage.h.

◆ m_privacy

bool OverviewPage::m_privacy {false}
private

Definition at line 53 of file overviewpage.h.

◆ txdelegate

TxViewDelegate* OverviewPage::txdelegate
private

Definition at line 55 of file overviewpage.h.

◆ ui

Ui::OverviewPage* OverviewPage::ui
private

Definition at line 49 of file overviewpage.h.

◆ walletModel

WalletModel* OverviewPage::walletModel
private

Definition at line 51 of file overviewpage.h.


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