#include <graph.h>
|
| CGraph (int MaxEntries) |
|
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 | ) |
|
◆ 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 |
|
) |
| |
◆ Scale()
void CGraph::Scale |
( |
int64_t |
WantedTotalTime | ) |
|
◆ SetMax()
void CGraph::SetMax |
( |
float |
Max | ) |
|
◆ SetMin()
void CGraph::SetMin |
( |
float |
Min | ) |
|
◆ m_Entries
◆ m_Max
◆ m_MaxRange
◆ m_Min
◆ m_MinRange
◆ m_pFirstScaled
SEntry* CGraph::m_pFirstScaled = nullptr |
|
private |
◆ m_RenderedTotalTime
int64_t CGraph::m_RenderedTotalTime = 0 |
|
private |
The documentation for this class was generated from the following files: