#include <graph.h>
|
| | CGraph (int MaxEntries, int Precision, bool SummaryStats) |
| |
| void | Init (float Min, float Max) |
| |
| void | SetMin (float Min) |
| |
| void | SetMax (float Max) |
| |
| void | Scale (int64_t WantedTotalTime) |
| |
| void | Add (float Value, ColorRGBA Color=ColorRGBA(1.0f, 1.0f, 1.0f, 0.75f)) |
| |
| void | InsertAt (int64_t Time, float Value, ColorRGBA Color=ColorRGBA(1.0f, 1.0f, 1.0f, 0.75f)) |
| |
| void | Render (IGraphics *pGraphics, ITextRender *pTextRender, float x, float y, float w, float h, const char *pDescription) |
| |
◆ CGraph()
| CGraph::CGraph |
( |
int |
MaxEntries, |
|
|
int |
Precision, |
|
|
bool |
SummaryStats |
|
) |
| |
◆ Add()
◆ Init()
◆ InsertAt()
◆ Render()
◆ RenderDataLines()
◆ Scale()
◆ SetMax()
◆ SetMin()
◆ m_Average
◆ m_Entries
◆ m_MaxAxis
◆ m_MaxRange
◆ m_MaxValue
◆ m_MinAxis
◆ m_MinRange
◆ m_MinValue
◆ m_pFirstScaled
◆ m_Precision
◆ m_RenderedTotalTime
| int64_t CGraph::m_RenderedTotalTime = 0 |
|
private |
◆ m_SummaryStats
| bool CGraph::m_SummaryStats |
|
private |
The documentation for this class was generated from the following files: