Graph::setDotBackgroundShape() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXGraph::setDotBackgroundShape()

Graph::setDotBackgroundShape() method

Syntax

void setDotBackgroundShape(int startAngle,     int angleStep,     int lineWidth);
Implemented in Graph.cpp:100

Arguments

startAngle

angleStep

lineWidth

References

LocationReferrerScopeText
Graph.cpp:100
void Graph::setDotBackgroundShape(int startAngle, int angleStep, int lineWidth)
Graph.hpp:83
void setDotBackgroundShape(int startAngle, int angleStep, int lineWidth);
GraphView.cpp:85GraphView::setupScreen()GraphView
primaryGraph.setDotBackgroundShape(0, 30, 7);
GraphView.cpp:91GraphView::setupScreen()GraphView
secondaryGraph.setDotBackgroundShape(0, 90, 8);

Call Tree

Functions calling Graph::setDotBackgroundShape()
Functions called by Graph::setDotBackgroundShape()
all items filtered out
Graph::setDotBackgroundShape()