#include <C4Network2Stats.h>
Public Types | |
| typedef float | ValueType |
| typedef int | TimeType |
Public Member Functions | |
| C4Graph () | |
| virtual | ~C4Graph ()=default |
| void | SetTitle (const char *szNewTitle) |
| void | SetColorDw (DWORD dwClr) |
| virtual TimeType | GetStartTime () const =0 |
| virtual TimeType | GetEndTime () const =0 |
| virtual ValueType | GetValue (TimeType iAtTime) const =0 |
| virtual ValueType | GetMedianValue (TimeType iStartTime, TimeType iEndTime) const =0 |
| virtual ValueType | GetMinValue () const =0 |
| virtual ValueType | GetMaxValue () const =0 |
| virtual int | GetSeriesCount () const =0 |
| virtual const C4Graph * | GetSeries (int iIndex) const =0 |
| DWORD | GetColorDw () const |
| const char * | GetTitle () const |
| virtual void | Update () const |
| virtual void | SetAverageTime (int iToTime)=0 |
| virtual void | SetMultiplier (ValueType fToVal)=0 |
Definition at line 24 of file C4Network2Stats.h.
| typedef int C4Graph::TimeType |
Definition at line 28 of file C4Network2Stats.h.
| typedef float C4Graph::ValueType |
Definition at line 27 of file C4Network2Stats.h.
| C4Graph::C4Graph | ( | ) |
Definition at line 27 of file C4Network2Stats.cpp.
|
virtualdefault |
|
inline |
Definition at line 55 of file C4Network2Stats.h.
Referenced by C4Chart::DrawElement().
|
pure virtual |
Implemented in C4GraphCollection, and C4TableGraph.
Referenced by C4Chart::DrawElement().
|
pure virtual |
Implemented in C4GraphCollection, and C4TableGraph.
Referenced by C4Chart::DrawElement().
|
pure virtual |
Implemented in C4TableGraph, and C4GraphCollection.
|
pure virtual |
Implemented in C4GraphCollection, and C4TableGraph.
Referenced by C4Chart::DrawElement().
|
pure virtual |
Implemented in C4GraphCollection, and C4TableGraph.
Referenced by C4Chart::DrawElement().
|
pure virtual |
Implemented in C4GraphCollection, and C4TableGraph.
Referenced by C4Chart::DrawElement().
|
pure virtual |
Implemented in C4GraphCollection, and C4TableGraph.
Referenced by C4Chart::DrawElement().
|
inline |
Definition at line 56 of file C4Network2Stats.h.
References StdStrBuf::getData().
Referenced by C4Chart::DrawElement().
Implemented in C4TableGraph, and C4GraphCollection.
|
pure virtual |
Implemented in C4GraphCollection, and C4TableGraph.
Referenced by C4GraphCollection::AddGraph().
|
inline |
Definition at line 39 of file C4Network2Stats.h.
Referenced by C4Network2Stats::C4Network2Stats(), C4Network2Client::CreateGraphs(), and C4Player::CreateGraphs().
|
pure virtual |
Implemented in C4GraphCollection, and C4TableGraph.
Referenced by C4GraphCollection::AddGraph().
|
inline |
Definition at line 38 of file C4Network2Stats.h.
References StdStrBuf::Copy().
Referenced by C4Network2Stats::C4Network2Stats(), C4Network2Client::CreateGraphs(), and C4Player::CreateGraphs().
|
inlinevirtual |
Reimplemented in C4GraphCollection, and C4TableGraph.
Definition at line 59 of file C4Network2Stats.h.
Referenced by C4Chart::DrawElement().