Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
TxViewDelegate Class Reference
Inheritance diagram for TxViewDelegate:
[legend]
Collaboration diagram for TxViewDelegate:
[legend]

Public Member Functions

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

Public Attributes

int unit
 
const PlatformStyleplatformStyle
 

Detailed Description

Definition at line 28 of file overviewpage.cpp.

Constructor & Destructor Documentation

◆ TxViewDelegate()

TxViewDelegate::TxViewDelegate ( const PlatformStyle _platformStyle,
QObject *  parent = nullptr 
)
inlineexplicit

Definition at line 31 of file overviewpage.cpp.

Member Function Documentation

◆ paint()

void TxViewDelegate::paint ( QPainter *  painter,
const QStyleOptionViewItem &  option,
const QModelIndex &  index 
) const
inlineoverride

Definition at line 36 of file overviewpage.cpp.

Here is the call graph for this function:

◆ sizeHint()

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

Definition at line 109 of file overviewpage.cpp.

Member Data Documentation

◆ platformStyle

const PlatformStyle* TxViewDelegate::platformStyle

Definition at line 115 of file overviewpage.cpp.

◆ unit

int TxViewDelegate::unit

Definition at line 114 of file overviewpage.cpp.


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