#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()
| void CGraph::Init |
( |
float | Min, |
|
|
float | Max ) |
◆ InsertAt()
| void CGraph::InsertAt |
( |
int64_t | Time, |
|
|
float | Value, |
|
|
ColorRGBA | Color = ColorRGBA(1.0f, 1.0f, 1.0f, 0.75f) ) |
◆ Render()
| void CGraph::Render |
( |
IGraphics * | pGraphics, |
|
|
ITextRender * | pTextRender, |
|
|
float | x, |
|
|
float | y, |
|
|
float | w, |
|
|
float | h, |
|
|
const char * | pDescription ) |
◆ RenderDataLines()
| void CGraph::RenderDataLines |
( |
IGraphics * | pGraphics, |
|
|
float | x, |
|
|
float | y, |
|
|
float | w, |
|
|
float | h ) |
|
private |
◆ Scale()
| void CGraph::Scale |
( |
int64_t | WantedTotalTime | ) |
|
◆ SetMax()
| void CGraph::SetMax |
( |
float | Max | ) |
|
◆ SetMin()
| void CGraph::SetMin |
( |
float | Min | ) |
|
◆ m_Average
◆ m_Entries
◆ m_MaxAxis
◆ m_MaxRange
◆ m_MaxValue
◆ m_MinAxis
◆ m_MinRange
◆ m_MinValue
◆ m_pFirstScaled
| CEntry* CGraph::m_pFirstScaled = nullptr |
|
private |
◆ 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: