Bitcoin ABC  0.28.12
P2P Digital Currency
Public Slots | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
TrafficGraphWidget Class Reference

#include <trafficgraphwidget.h>

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

Public Slots

void updateRates ()
 
void setGraphRangeMins (int mins)
 
void clear ()
 

Public Member Functions

 TrafficGraphWidget (QWidget *parent=nullptr)
 
void setClientModel (ClientModel *model)
 
int getGraphRangeMins () const
 

Protected Member Functions

void paintEvent (QPaintEvent *) override
 

Private Member Functions

void paintPath (QPainterPath &path, QQueue< float > &samples)
 

Private Attributes

QTimer * timer
 
float fMax
 
int nMins
 
QQueue< float > vSamplesIn
 
QQueue< float > vSamplesOut
 
quint64 nLastBytesIn
 
quint64 nLastBytesOut
 
ClientModelclientModel
 

Detailed Description

Definition at line 19 of file trafficgraphwidget.h.

Constructor & Destructor Documentation

◆ TrafficGraphWidget()

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

Definition at line 22 of file trafficgraphwidget.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ clear

void TrafficGraphWidget::clear ( )
slot

Definition at line 167 of file trafficgraphwidget.cpp.

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

◆ getGraphRangeMins()

int TrafficGraphWidget::getGraphRangeMins ( ) const

Definition at line 37 of file trafficgraphwidget.cpp.

◆ paintEvent()

void TrafficGraphWidget::paintEvent ( QPaintEvent *  )
overrideprotected

Definition at line 56 of file trafficgraphwidget.cpp.

Here is the call graph for this function:

◆ paintPath()

void TrafficGraphWidget::paintPath ( QPainterPath &  path,
QQueue< float > &  samples 
)
private

Definition at line 41 of file trafficgraphwidget.cpp.

Here is the caller graph for this function:

◆ setClientModel()

void TrafficGraphWidget::setClientModel ( ClientModel model)

Definition at line 29 of file trafficgraphwidget.cpp.

Here is the call graph for this function:

◆ setGraphRangeMins

void TrafficGraphWidget::setGraphRangeMins ( int  mins)
slot

Definition at line 158 of file trafficgraphwidget.cpp.

Here is the call graph for this function:

◆ updateRates

void TrafficGraphWidget::updateRates ( )
slot

Definition at line 120 of file trafficgraphwidget.cpp.

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

Member Data Documentation

◆ clientModel

ClientModel* TrafficGraphWidget::clientModel
private

Definition at line 45 of file trafficgraphwidget.h.

◆ fMax

float TrafficGraphWidget::fMax
private

Definition at line 39 of file trafficgraphwidget.h.

◆ nLastBytesIn

quint64 TrafficGraphWidget::nLastBytesIn
private

Definition at line 43 of file trafficgraphwidget.h.

◆ nLastBytesOut

quint64 TrafficGraphWidget::nLastBytesOut
private

Definition at line 44 of file trafficgraphwidget.h.

◆ nMins

int TrafficGraphWidget::nMins
private

Definition at line 40 of file trafficgraphwidget.h.

◆ timer

QTimer* TrafficGraphWidget::timer
private

Definition at line 38 of file trafficgraphwidget.h.

◆ vSamplesIn

QQueue<float> TrafficGraphWidget::vSamplesIn
private

Definition at line 41 of file trafficgraphwidget.h.

◆ vSamplesOut

QQueue<float> TrafficGraphWidget::vSamplesOut
private

Definition at line 42 of file trafficgraphwidget.h.


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