AbstractGraph::addValue() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

AbstractGraph::addValue() method

@fn virtual bool AbstractGraph::addValue(int x, int y) Adds a value to the graph. Adds a value to the graph.

Syntax

virtual bool addValue(int x,     int y);
Implemented in AbstractGraph.cpp:139

Arguments

x

The value.

y

The y coordinate.

Return value

true if it succeeds, false if it fails.

Notes

The updated graph line is invalidated.

References

LocationReferrerScopeText
AbstractGraph.cpp:139
bool AbstractGraph::addValue(int x, int y)
AbstractGraph.hpp:299
virtual bool addValue(int x, int y);
Graph.hpp:91Graph::addValue()Graph
return graphLine.addValue(x, y);

Call Tree

Functions calling AbstractGraph::addValue()
Functions called by AbstractGraph::addValue()
all items filtered out
AbstractGraph::addValue()
Data read by AbstractGraph::addValue()
Data written by AbstractGraph::addValue()
AbstractGraph::addValue()