|
Nebula
|
#include <imguigraph.h>
Time Graph with predefined amount of entries.
Public Member Functions | |
| Graph (Util::String const &name, SizeT historySize) | |
| void | AddValue (float val) |
| void | Draw () |
Static Private Member Functions | |
| static float | ValueGetter (void *object, int idx) |
Private Attributes | |
| float | _min |
| float | _max |
| float | frame_min |
| float | frame_max |
| float | average |
| float | averageSum |
| Util::String | name |
| Util::String | header |
| Util::RingBuffer< float > | buffer |
| bool | scroll |
| Dynui::Graph::Graph | ( | Util::String const & | name, |
| SizeT | historySize ) |
|
inline |
| void Dynui::Graph::Draw | ( | ) |
|
inlinestaticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |