PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
FurAbstractListItemDelegate Class Reference

#include <furabstractlistitemdelegate.h>

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

Public Member Functions

 FurAbstractListItemDelegate (int _rowHeight, FurListRow<> *_row, QObject *parent=nullptr)
 
QSize sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const
 
void paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
 
FurListRowgetRowFactory ()
 

Private Attributes

int rowHeight = 0
 
FurListRowrow = nullptr
 

Detailed Description

Definition at line 22 of file furabstractlistitemdelegate.h.

Constructor & Destructor Documentation

◆ FurAbstractListItemDelegate()

FurAbstractListItemDelegate::FurAbstractListItemDelegate ( int  _rowHeight,
FurListRow<> *  _row,
QObject *  parent = nullptr 
)

Definition at line 7 of file furabstractlistitemdelegate.cpp.

Member Function Documentation

◆ getRowFactory()

FurListRow * FurAbstractListItemDelegate::getRowFactory ( )

Definition at line 35 of file furabstractlistitemdelegate.cpp.

Here is the caller graph for this function:

◆ paint()

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

Definition at line 10 of file furabstractlistitemdelegate.cpp.

Here is the call graph for this function:

◆ sizeHint()

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

Definition at line 39 of file furabstractlistitemdelegate.cpp.

Member Data Documentation

◆ row

FurListRow* FurAbstractListItemDelegate::row = nullptr
private

Definition at line 35 of file furabstractlistitemdelegate.h.

◆ rowHeight

int FurAbstractListItemDelegate::rowHeight = 0
private

Definition at line 34 of file furabstractlistitemdelegate.h.


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