Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Signals | Public Member Functions | Public Attributes | Private Attributes | List of all members
TxViewDelegate Class Reference
Inheritance diagram for TxViewDelegate:
[legend]
Collaboration diagram for TxViewDelegate:
[legend]

Signals

void width_changed (const QModelIndex &index) const
 An intermediate signal for emitting from the paint() const member function. More...
 

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
 

Private Attributes

const PlatformStyleplatformStyle
 
std::map< int, int > m_minimum_width
 

Detailed Description

Definition at line 32 of file overviewpage.cpp.

Constructor & Destructor Documentation

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

Definition at line 36 of file overviewpage.cpp.

Member Function Documentation

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

Definition at line 43 of file overviewpage.cpp.

Here is the call graph for this function:

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

Definition at line 120 of file overviewpage.cpp.

void TxViewDelegate::width_changed ( const QModelIndex &  index) const
signal

An intermediate signal for emitting from the paint() const member function.

Here is the caller graph for this function:

Member Data Documentation

std::map<int, int> TxViewDelegate::m_minimum_width
mutableprivate

Definition at line 135 of file overviewpage.cpp.

const PlatformStyle* TxViewDelegate::platformStyle
private

Definition at line 134 of file overviewpage.cpp.

int TxViewDelegate::unit

Definition at line 127 of file overviewpage.cpp.


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