#include <trafficgraphwidget.h>
|
void | paintPath (QPainterPath &path, QQueue< float > &samples) |
|
Definition at line 20 of file trafficgraphwidget.h.
◆ TrafficGraphWidget()
TrafficGraphWidget::TrafficGraphWidget |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ clear
void TrafficGraphWidget::clear |
( |
| ) |
|
|
slot |
◆ getGraphRange()
std::chrono::minutes TrafficGraphWidget::getGraphRange |
( |
| ) |
const |
◆ paintEvent()
void TrafficGraphWidget::paintEvent |
( |
QPaintEvent * |
| ) |
|
|
overrideprotected |
◆ paintPath()
void TrafficGraphWidget::paintPath |
( |
QPainterPath & |
path, |
|
|
QQueue< float > & |
samples |
|
) |
| |
|
private |
◆ setClientModel()
void TrafficGraphWidget::setClientModel |
( |
ClientModel * |
model | ) |
|
◆ setGraphRange
void TrafficGraphWidget::setGraphRange |
( |
std::chrono::minutes |
new_range | ) |
|
|
slot |
◆ updateRates
void TrafficGraphWidget::updateRates |
( |
| ) |
|
|
slot |
◆ clientModel
◆ fMax
float TrafficGraphWidget::fMax {0.0f} |
|
private |
◆ m_range
std::chrono::minutes TrafficGraphWidget::m_range {0} |
|
private |
◆ nLastBytesIn
quint64 TrafficGraphWidget::nLastBytesIn {0} |
|
private |
◆ nLastBytesOut
quint64 TrafficGraphWidget::nLastBytesOut {0} |
|
private |
◆ timer
QTimer* TrafficGraphWidget::timer {nullptr} |
|
private |
◆ vSamplesIn
QQueue<float> TrafficGraphWidget::vSamplesIn |
|
private |
◆ vSamplesOut
QQueue<float> TrafficGraphWidget::vSamplesOut |
|
private |
The documentation for this class was generated from the following files: