PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | List of all members
FurListRow< T > Class Template Reference

#include <furlistrow.h>

Public Member Functions

 FurListRow ()
 
virtual ~FurListRow ()
 
virtual T createHolder (int)
 
virtual void init (T, const QModelIndex &, bool isHovered, bool isSelected) const
 
virtual QColor rectColor (bool isHovered, bool isSelected)
 

Detailed Description

template<class T = QWidget*>
class FurListRow< T >

Definition at line 12 of file furlistrow.h.

Constructor & Destructor Documentation

◆ FurListRow()

template<class T = QWidget*>
FurListRow< T >::FurListRow ( )
inline

Definition at line 15 of file furlistrow.h.

◆ ~FurListRow()

template<class T = QWidget*>
virtual FurListRow< T >::~FurListRow ( )
inlinevirtual

Definition at line 16 of file furlistrow.h.

Member Function Documentation

◆ createHolder()

template<class T = QWidget*>
virtual T FurListRow< T >::createHolder ( int  )
inlinevirtual

Reimplemented in TxViewHolder, MNHolder, ContViewHolder, CSDelegationHolder, AddressHolder, and ContactsHolder.

Definition at line 18 of file furlistrow.h.

Here is the caller graph for this function:

◆ init()

template<class T = QWidget*>
virtual void FurListRow< T >::init ( T  ,
const QModelIndex &  ,
bool  isHovered,
bool  isSelected 
) const
inlinevirtual

Reimplemented in TxViewHolder, MNHolder, ContViewHolder, CSDelegationHolder, AddressHolder, and ContactsHolder.

Definition at line 22 of file furlistrow.h.

Here is the caller graph for this function:

◆ rectColor()

template<class T = QWidget*>
virtual QColor FurListRow< T >::rectColor ( bool  isHovered,
bool  isSelected 
)
inlinevirtual

Reimplemented in TxViewHolder, MNHolder, ContViewHolder, CSDelegationHolder, AddressHolder, and ContactsHolder.

Definition at line 26 of file furlistrow.h.

Here is the caller graph for this function:

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