Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

+ Inheritance diagram for TxViewDelegate:
+ Collaboration diagram for TxViewDelegate:

Public Member Functions

 TxViewDelegate (QObject *parent=nullptr)
 
void paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
 
QSize sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const
 

Public Attributes

int unit
 

Detailed Description

Definition at line 32 of file overviewpage.cpp.

Constructor & Destructor Documentation

◆ TxViewDelegate()

TxViewDelegate::TxViewDelegate ( QObject *  parent = nullptr)
inlineexplicit

Definition at line 36 of file overviewpage.cpp.

Member Function Documentation

◆ paint()

◆ sizeHint()

QSize TxViewDelegate::sizeHint ( const QStyleOptionViewItem &  option,
const QModelIndex &  index 
) const
inline

Definition at line 101 of file overviewpage.cpp.

References ITEM_HEIGHT.

Member Data Documentation

◆ unit

int TxViewDelegate::unit

Definition at line 106 of file overviewpage.cpp.

Referenced by paint(), and OverviewPage::updateDisplayUnit().


The documentation for this class was generated from the following file:
Released under the MIT license