#include <Fui.h>
Inheritance diagram for CFuiGraph:

Public Member Functions | |
| CFuiGraph (void) | |
| virtual int | Read (SStream *stream, Tag tag) |
| void | Draw (void) |
| void | AddTrace (Tag traceID, int traceType) |
| void | RemoveTrace (Tag traceID) |
| void | RemoveAllTraces (void) |
| void | AddTracePoint (Tag traceID, float x, float y) |
| void | ClearTracePoints (Tag traceID) |
| void | SetTraceRange (Tag traceID, float minX, float minY, float maxX, float maxY) |
| void | SetTraceColour (Tag traceID, unsigned int colour) |
| void | SetUseGrid (int useGrid) |
| void | SetGridRange (float minX, float minY, float maxX, float maxY) |
| void | SetGridSpacing (float stepX, float stepY) |
| void | SetGridColour (unsigned int colour) |
| void | SetGridBackColour (unsigned int colour) |
| void | GetGridRange (float *minX, float *minY, float *maxX, float *maxY) |
| void | GetGridSpacing (float *stepX, float *stepY) |
Protected Attributes | |
| bool | useGrid |
| float | minX |
| float | maxX |
| float | minY |
| float | maxY |
| float | stepX |
| float | stepY |
| unsigned long | bgColour |
| unsigned long | gridColour |
| std::map< Tag, CFuiGraphTrace * > | traces |
Definition at line 1179 of file Fui.h.
|
|
|
|
||||||||||||
|
Definition at line 3681 of file Fui.cpp. References traces. Referenced by CFuiManager::AddGraphTrace(). |
|
||||||||||||||||
|
Definition at line 3706 of file Fui.cpp. References CFuiGraphTrace::AddPoint(). Referenced by CFuiManager::AddGraphTracePoint(). |
|
|
Definition at line 3717 of file Fui.cpp. References CFuiGraphTrace::ClearPoints(). Referenced by CFuiManager::ClearGraphTracePoints(). |
|
|
Reimplemented from CFuiComponent. |
|
||||||||||||||||||||
|
Definition at line 3779 of file Fui.cpp. Referenced by CFuiManager::GetGraphGridRange(). |
|
||||||||||||
|
Definition at line 3787 of file Fui.cpp. Referenced by CFuiManager::GetGraphGridSpacing(). |
|
||||||||||||
|
Reimplemented from CFuiComponent. Definition at line 3603 of file Fui.cpp. References maxX, maxY, minX, minY, ReadFloat(), ReadInt(), stepX, stepY, TAG_READ, and useGrid. |
|
|
Definition at line 3701 of file Fui.cpp. Referenced by CFuiManager::RemoveAllGraphTraces(). |
|
|
Definition at line 3691 of file Fui.cpp. References traces. Referenced by CFuiManager::RemoveGraphTrace(). |
|
|
Definition at line 3774 of file Fui.cpp. Referenced by CFuiManager::SetGridBackColour(). |
|
|
Definition at line 3769 of file Fui.cpp. Referenced by CFuiManager::SetGridColour(). |
|
||||||||||||||||||||
|
Definition at line 3755 of file Fui.cpp. Referenced by CFuiManager::SetGraphGridRange(). |
|
||||||||||||
|
Definition at line 3763 of file Fui.cpp. Referenced by CFuiManager::SetGraphGridSpacing(). |
|
||||||||||||
|
Definition at line 3739 of file Fui.cpp. References CFuiGraphTrace::SetColour(). Referenced by CFuiManager::SetGraphTraceColour(). |
|
||||||||||||||||||||||||
|
Definition at line 3728 of file Fui.cpp. References CFuiGraphTrace::SetRange(). Referenced by CFuiManager::SetGraphTraceRange(). |
|
|
Definition at line 3750 of file Fui.cpp. Referenced by CFuiManager::SetGraphUseGrid(). |
|
|
|
|
|
|
|
|
Definition at line 1208 of file Fui.h. Referenced by Read(). |
|
|
Definition at line 1209 of file Fui.h. Referenced by Read(). |
|
|
Definition at line 1208 of file Fui.h. Referenced by Read(). |
|
|
Definition at line 1209 of file Fui.h. Referenced by Read(). |
|
|
Definition at line 1210 of file Fui.h. Referenced by Read(). |
|
|
Definition at line 1210 of file Fui.h. Referenced by Read(). |
|
|
Definition at line 1214 of file Fui.h. Referenced by AddTrace(), and RemoveTrace(). |
|
|
Definition at line 1207 of file Fui.h. Referenced by Read(). |
|
|
Documentation generated by
|