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

#include <addresslabelrow.h>

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

Public Member Functions

 AddressLabelRow (QWidget *parent=nullptr)
 
 ~AddressLabelRow ()
 
void init (bool isLightTheme, bool isHover)
 
void updateState (bool isLightTheme, bool isHovered, bool isSelected)
 
void updateView (const QString &address, const QString &label)
 

Protected Member Functions

virtual void enterEvent (QEvent *)
 
virtual void leaveEvent (QEvent *)
 

Private Attributes

Ui::AddressLabelRow * ui
 

Detailed Description

Definition at line 14 of file addresslabelrow.h.

Constructor & Destructor Documentation

◆ AddressLabelRow()

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

Definition at line 8 of file addresslabelrow.cpp.

◆ ~AddressLabelRow()

AddressLabelRow::~AddressLabelRow ( )

Definition at line 50 of file addresslabelrow.cpp.

Member Function Documentation

◆ enterEvent()

void AddressLabelRow::enterEvent ( QEvent *  )
protectedvirtual

Definition at line 38 of file addresslabelrow.cpp.

◆ init()

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

Definition at line 17 of file addresslabelrow.cpp.

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

◆ leaveEvent()

void AddressLabelRow::leaveEvent ( QEvent *  )
protectedvirtual

Definition at line 44 of file addresslabelrow.cpp.

◆ updateState()

void AddressLabelRow::updateState ( bool  isLightTheme,
bool  isHovered,
bool  isSelected 
)

Definition at line 28 of file addresslabelrow.cpp.

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

◆ updateView()

void AddressLabelRow::updateView ( const QString &  address,
const QString &  label 
)

Definition at line 22 of file addresslabelrow.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ ui

Ui::AddressLabelRow* AddressLabelRow::ui
private

Definition at line 31 of file addresslabelrow.h.


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