PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
ContactsHolder Class Reference
Inheritance diagram for ContactsHolder:
[legend]
Collaboration diagram for ContactsHolder:
[legend]

Public Member Functions

 ContactsHolder (bool _isLightTheme)
 
AddressLabelRowcreateHolder (int pos) override
 
void init (QWidget *holder, const QModelIndex &index, bool isHovered, bool isSelected) const override
 
QColor rectColor (bool isHovered, bool isSelected) override
 
 ~ContactsHolder () override
 
- Public Member Functions inherited from FurListRow< QWidget * >
 FurListRow ()
 
virtual ~FurListRow ()
 

Public Attributes

bool isLightTheme
 
AddressLabelRowcachedRow = nullptr
 

Detailed Description

Definition at line 22 of file addresseswidget.cpp.

Constructor & Destructor Documentation

◆ ContactsHolder()

ContactsHolder::ContactsHolder ( bool  _isLightTheme)
inlineexplicit

Definition at line 25 of file addresseswidget.cpp.

◆ ~ContactsHolder()

ContactsHolder::~ContactsHolder ( )
inlineoverride

Definition at line 55 of file addresseswidget.cpp.

Member Function Documentation

◆ createHolder()

AddressLabelRow* ContactsHolder::createHolder ( int  pos)
inlineoverridevirtual

Reimplemented from FurListRow< QWidget * >.

Definition at line 27 of file addresseswidget.cpp.

Here is the call graph for this function:

◆ init()

void ContactsHolder::init ( QWidget *  holder,
const QModelIndex &  index,
bool  isHovered,
bool  isSelected 
) const
inlineoverridevirtual

Reimplemented from FurListRow< QWidget * >.

Definition at line 34 of file addresseswidget.cpp.

Here is the call graph for this function:

◆ rectColor()

QColor ContactsHolder::rectColor ( bool  isHovered,
bool  isSelected 
)
inlineoverridevirtual

Reimplemented from FurListRow< QWidget * >.

Definition at line 50 of file addresseswidget.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ cachedRow

AddressLabelRow* ContactsHolder::cachedRow = nullptr

Definition at line 58 of file addresseswidget.cpp.

◆ isLightTheme

bool ContactsHolder::isLightTheme

Definition at line 57 of file addresseswidget.cpp.


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