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

Graph::setDotBackgroundShape() method

@fn void Graph::setDotBackgroundShape(int startAngle, int angleStep, int lineWidth); Sets dot background shape. Sets dot background shape.

Syntax

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

Arguments

startAngle

The start angle.

angleStep

The angle step.

lineWidth

Width of the line.

References

LocationReferrerScopeText
Graph.cpp:101
void Graph::setDotBackgroundShape(int startAngle, int angleStep, int lineWidth)
Graph.hpp:202
void setDotBackgroundShape(int startAngle, int angleStep, int lineWidth);
GraphView.cpp:85GraphView::setupScreen()GraphView
primaryGraph.setDotBackgroundShape(0, 30, 8);
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()