#include <trafficgraphwidget.h>
|
| void | paintPath (QPainterPath &path, QQueue< float > &samples) |
| |
Definition at line 18 of file trafficgraphwidget.h.
| TrafficGraphWidget::TrafficGraphWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
| void TrafficGraphWidget::clear |
( |
| ) |
|
|
slot |
| int TrafficGraphWidget::getGraphRangeMins |
( |
| ) |
const |
| void TrafficGraphWidget::paintEvent |
( |
QPaintEvent * |
| ) |
|
|
protected |
| void TrafficGraphWidget::paintPath |
( |
QPainterPath & |
path, |
|
|
QQueue< float > & |
samples |
|
) |
| |
|
private |
| void TrafficGraphWidget::setClientModel |
( |
ClientModel * |
model | ) |
|
| void TrafficGraphWidget::setGraphRangeMins |
( |
int |
mins | ) |
|
|
slot |
| void TrafficGraphWidget::updateRates |
( |
| ) |
|
|
slot |
| float TrafficGraphWidget::fMax |
|
private |
| quint64 TrafficGraphWidget::nLastBytesIn |
|
private |
| quint64 TrafficGraphWidget::nLastBytesOut |
|
private |
| int TrafficGraphWidget::nMins |
|
private |
| QTimer* TrafficGraphWidget::timer |
|
private |
| QQueue<float> TrafficGraphWidget::vSamplesIn |
|
private |
| QQueue<float> TrafficGraphWidget::vSamplesOut |
|
private |
The documentation for this class was generated from the following files: