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

AbstractGraph::setRange() method

@fn void AbstractGraph::setRange(int newLeft, int newRight, int newTop, int newBottom) Sets the range of the graph. Sets the range of the graph.

Syntax

void setRange(int newLeft,     int newRight,     int newTop,     int newBottom);
Implemented in AbstractGraph.cpp:81

Arguments

newLeft

The value at the left of the graph area.

newRight

The value at the right of the graph area.

newTop

The value at the top of the graph area.

newBottom

The value at the bottom of the graph area.

References

LocationReferrerScopeText
AbstractGraph.cpp:81
void AbstractGraph::setRange(int newLeft, int newRight, int newTop, int newBottom)
AbstractGraph.hpp:178
void setRange(int newLeft, int newRight, int newTop, int newBottom);
Graph.cpp:50Graph::setup()Graph
graphLine.setRange(-1, 77, 400, 0);
Graph.cpp:71Graph::setRange()Graph
graphLine.setRange(left, right, top, bottom);

Call Tree

Functions calling AbstractGraph::setRange()
Functions called by AbstractGraph::setRange()
all items filtered out
AbstractGraph::setRange()