AbstractGraph::maxPoints is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

AbstractGraph::maxPoints field

Syntax

int maxPoints;

References

LocationReferrerScopeText
AbstractGraph.hpp:362
int maxPoints; ///< Maximum number of points possible on graph line
AbstractGraph.cpp:23AbstractGraph::AbstractGraph()AbstractGraph
CanvasWidget(), linkedGraph(0), left(-1), right(-1), top(-1), bottom(-1), points(0), maxPoints(0), lineWidth(0)
AbstractGraph.cpp:57AbstractGraph::setBuffer()AbstractGraph
maxPoints = numPointsInBuffer;
AbstractGraph.cpp:141AbstractGraph::addValue()AbstractGraph
if (numPoints >= maxPoints)
AbstractGraph.cpp:336AbstractGraph::insertPointAtIndex()AbstractGraph
assert(numPoints < maxPoints && "Unable to insert more points in array");

Data Use

Functions writing AbstractGraph::maxPoints
Functions reading AbstractGraph::maxPoints
all items filtered out
AbstractGraph::maxPoints