Graph::setDotShape() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

Graph::setDotShape() method

Syntax

void setDotShape(int startAngle,     int angleStep,     int lineWidth);
Implemented in Graph.cpp:93

Arguments

startAngle

angleStep

lineWidth

References

LocationReferrerScopeText
Graph.cpp:93
void Graph::setDotShape(int startAngle, int angleStep, int lineWidth)
Graph.hpp:82
void setDotShape(int startAngle, int angleStep, int lineWidth);
GraphView.cpp:84GraphView::setupScreen()GraphView
primaryGraph.setDotShape(0, 30, 5);
GraphView.cpp:90GraphView::setupScreen()GraphView
secondaryGraph.setDotShape(0, 90, 6);

Call Tree

Functions calling Graph::setDotShape()
Functions called by Graph::setDotShape()
all items filtered out
Graph::setDotShape()
Data read by Graph::setDotShape()
Graph::setDotShape()