GraphDots::startAngle is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

GraphDots::startAngle field

Syntax

int startAngle;

References

LocationReferrerScopeText
GraphDots.hpp:95
int startAngle, angleStep;
GraphDots.cpp:23GraphDots::GraphDots()GraphDots
AbstractGraph(), startAngle(0), angleStep(30)
GraphDots.cpp:29GraphDots::setDotShape()GraphDots
startAngle = dotStartAngle;
GraphDots.cpp:64GraphDots::drawCanvasWidget() constGraphDots
canvas.moveTo(circleCenterX + ((lineWidth * CWRUtil::sine(startAngle)) / 2), circleCenterY - ((lineWidth * CWRUtil::cosine(startAngle)) / 2));
GraphDots.cpp:65GraphDots::drawCanvasWidget() constGraphDots
for (int angle = startAngle + angleStep; (angle % 360) != startAngle; angle += angleStep)

Data Use

Functions writing GraphDots::startAngle
Functions reading GraphDots::startAngle
all items filtered out
GraphDots::startAngle