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

#include <contactdropdownrow.h>

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

Public Member Functions

 ContactDropdownRow (QWidget *parent=nullptr)
 
 ~ContactDropdownRow ()
 
void init (bool isLightTheme, bool isHover)
 
void update (bool isLightTheme, bool isHover, bool isSelected)
 
void setData (QString address, QString label)
 

Private Attributes

Ui::ContactDropdownRow * ui
 

Detailed Description

Definition at line 14 of file contactdropdownrow.h.

Constructor & Destructor Documentation

◆ ContactDropdownRow()

ContactDropdownRow::ContactDropdownRow ( QWidget *  parent = nullptr)
explicit

Definition at line 8 of file contactdropdownrow.cpp.

◆ ~ContactDropdownRow()

ContactDropdownRow::~ContactDropdownRow ( )

Definition at line 30 of file contactdropdownrow.cpp.

Member Function Documentation

◆ init()

void ContactDropdownRow::init ( bool  isLightTheme,
bool  isHover 
)

Definition at line 17 of file contactdropdownrow.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setData()

void ContactDropdownRow::setData ( QString  address,
QString  label 
)

Definition at line 25 of file contactdropdownrow.cpp.

Here is the caller graph for this function:

◆ update()

void ContactDropdownRow::update ( bool  isLightTheme,
bool  isHover,
bool  isSelected 
)

Definition at line 21 of file contactdropdownrow.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ ui

Ui::ContactDropdownRow* ContactDropdownRow::ui
private

Definition at line 27 of file contactdropdownrow.h.


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