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

#include <csrow.h>

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

Public Member Functions

 CSRow (QWidget *parent=nullptr)
 
 ~CSRow ()
 
void updateView (const QString &address, const QString &label, bool isStaking, bool isReceivedDelegation, const QString &amount)
 
void updateState (bool isLightTheme, bool isHovered, bool isSelected)
 
void showMenuButton (bool show)
 

Protected Member Functions

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

Private Attributes

Ui::CSRow * ui
 
bool fShowMenuButton = true
 

Detailed Description

Definition at line 14 of file csrow.h.

Constructor & Destructor Documentation

◆ CSRow()

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

Definition at line 8 of file csrow.cpp.

◆ ~CSRow()

CSRow::~CSRow ( )

Definition at line 56 of file csrow.cpp.

Member Function Documentation

◆ enterEvent()

void CSRow::enterEvent ( QEvent *  )
protectedvirtual

Definition at line 42 of file csrow.cpp.

◆ leaveEvent()

void CSRow::leaveEvent ( QEvent *  )
protectedvirtual

Definition at line 49 of file csrow.cpp.

◆ showMenuButton()

void CSRow::showMenuButton ( bool  show)

Definition at line 38 of file csrow.cpp.

◆ updateState()

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

Definition at line 31 of file csrow.cpp.

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

◆ updateView()

void CSRow::updateView ( const QString &  address,
const QString &  label,
bool  isStaking,
bool  isReceivedDelegation,
const QString &  amount 
)

Definition at line 19 of file csrow.cpp.

Member Data Documentation

◆ fShowMenuButton

bool CSRow::fShowMenuButton = true
private

Definition at line 32 of file csrow.h.

◆ ui

Ui::CSRow* CSRow::ui
private

Definition at line 30 of file csrow.h.


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