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

AbstractGraph::deleteValue() method

@fn virtual bool AbstractGraph::deleteValue(int x) Deletes the value on the graph line at the given x coordinate. Deletes the value on the graph line at the given x coordinate.

Syntax

virtual bool deleteValue(int x);
Implemented in AbstractGraph.cpp:185

Arguments

x

The x coordinate.

Return value

true if a point with the given x value was found and deleted, false otherwise.

References

LocationReferrerScopeText
AbstractGraph.cpp:185
bool AbstractGraph::deleteValue(int x)
AbstractGraph.hpp:312
virtual bool deleteValue(int x);
Graph.hpp:105Graph::deleteValue()Graph
return graphLine.deleteValue(x);

Call Tree

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