![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <trafficgraphwidget.h>
Public Slots | |
void | updateRates () |
void | setGraphRangeMins (int value) |
void | clear () |
Public Member Functions | |
TrafficGraphWidget (QWidget *parent=0) | |
void | setClientModel (ClientModel *model) |
int | getGraphRangeMins () const |
Protected Member Functions | |
void | paintEvent (QPaintEvent *) |
Private Types | |
typedef boost::function< float(const TrafficSample &)> | SampleChooser |
Private Member Functions | |
void | paintPath (QPainterPath &path, const TrafficGraphData::SampleQueue &queue, SampleChooser chooser) |
Private Attributes | |
QTimer * | timer |
float | fMax |
int | nMins |
ClientModel * | clientModel |
TrafficGraphData | trafficGraphData |
Definition at line 22 of file trafficgraphwidget.h.
|
private |
Definition at line 40 of file trafficgraphwidget.h.
|
explicit |
Definition at line 21 of file trafficgraphwidget.cpp.
|
slot |
Definition at line 158 of file trafficgraphwidget.cpp.
int TrafficGraphWidget::getGraphRangeMins | ( | ) | const |
Definition at line 43 of file trafficgraphwidget.cpp.
|
protected |
Definition at line 76 of file trafficgraphwidget.cpp.
|
private |
Definition at line 49 of file trafficgraphwidget.cpp.
Referenced by paintEvent().
void TrafficGraphWidget::setClientModel | ( | ClientModel * | model | ) |
Definition at line 35 of file trafficgraphwidget.cpp.
Referenced by RPCConsole::setClientModel().
|
slot |
Definition at line 152 of file trafficgraphwidget.cpp.
Referenced by RPCConsole::setTrafficGraphRange().
|
slot |
Definition at line 135 of file trafficgraphwidget.cpp.
Referenced by TrafficGraphWidget().
|
private |
Definition at line 46 of file trafficgraphwidget.h.
Referenced by clear(), setClientModel(), and updateRates().
|
private |
Definition at line 44 of file trafficgraphwidget.h.
Referenced by clear(), paintEvent(), paintPath(), and updateRates().
|
private |
Definition at line 45 of file trafficgraphwidget.h.
Referenced by getGraphRangeMins().
|
private |
Definition at line 43 of file trafficgraphwidget.h.
Referenced by TrafficGraphWidget().
|
private |
Definition at line 47 of file trafficgraphwidget.h.
Referenced by clear(), paintEvent(), setClientModel(), setGraphRangeMins(), and updateRates().