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

#include <dashboardwidget.h>

Public Member Functions

 ChartData ()
 

Public Attributes

QMap< int, std::pair< qint64, qint64 > > amountsByCache
 
qreal maxValue = 0
 
qint64 totalPiv = 0
 
qint64 totalMN = 0
 
QList< qreal > valuesPiv
 
QList< qreal > valuesMN
 
QStringList xLabels
 

Detailed Description

Definition at line 77 of file dashboardwidget.h.

Constructor & Destructor Documentation

◆ ChartData()

ChartData::ChartData ( )
inline

Definition at line 79 of file dashboardwidget.h.

Member Data Documentation

◆ amountsByCache

QMap<int, std::pair<qint64, qint64> > ChartData::amountsByCache

Definition at line 81 of file dashboardwidget.h.

◆ maxValue

qreal ChartData::maxValue = 0

Definition at line 82 of file dashboardwidget.h.

◆ totalMN

qint64 ChartData::totalMN = 0

Definition at line 84 of file dashboardwidget.h.

◆ totalPiv

qint64 ChartData::totalPiv = 0

Definition at line 83 of file dashboardwidget.h.

◆ valuesMN

QList<qreal> ChartData::valuesMN

Definition at line 86 of file dashboardwidget.h.

◆ valuesPiv

QList<qreal> ChartData::valuesPiv

Definition at line 85 of file dashboardwidget.h.

◆ xLabels

QStringList ChartData::xLabels

Definition at line 87 of file dashboardwidget.h.


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