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

#include <balancebubble.h>

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

Public Slots

void hideTimeout ()
 

Public Member Functions

 BalanceBubble (QWidget *parent=nullptr)
 
 ~BalanceBubble ()
 
virtual void showEvent (QShowEvent *event) override
 
virtual void hideEvent (QHideEvent *event) override
 
void updateValues (int64_t nTransparentBalance, int64_t nShieldedBalance, int unit)
 

Private Attributes

Ui::BalanceBubble * ui
 
QTimer * hideTimer {nullptr}
 

Detailed Description

Definition at line 15 of file balancebubble.h.

Constructor & Destructor Documentation

◆ BalanceBubble()

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

Definition at line 15 of file balancebubble.cpp.

Here is the call graph for this function:

◆ ~BalanceBubble()

BalanceBubble::~BalanceBubble ( )

Definition at line 77 of file balancebubble.cpp.

Member Function Documentation

◆ hideEvent()

void BalanceBubble::hideEvent ( QHideEvent *  event)
overridevirtual

Definition at line 59 of file balancebubble.cpp.

◆ hideTimeout

void BalanceBubble::hideTimeout ( )
slot

Definition at line 72 of file balancebubble.cpp.

Here is the caller graph for this function:

◆ showEvent()

void BalanceBubble::showEvent ( QShowEvent *  event)
overridevirtual

Definition at line 43 of file balancebubble.cpp.

Here is the call graph for this function:

◆ updateValues()

void BalanceBubble::updateValues ( int64_t  nTransparentBalance,
int64_t  nShieldedBalance,
int  unit 
)

Definition at line 31 of file balancebubble.cpp.

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

Member Data Documentation

◆ hideTimer

QTimer* BalanceBubble::hideTimer {nullptr}
private

Definition at line 32 of file balancebubble.h.

◆ ui

Ui::BalanceBubble* BalanceBubble::ui
private

Definition at line 31 of file balancebubble.h.


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