MCPcopy Create free account
hub / github.com/YACReader/yacreader / rotate

Method rotate

custom_widgets/yacreader_busy_widget.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void BusyIndicator::rotate()
41{
42 startAngle += 9;
43 startAngle %= 360;
44 update();
45}
46
47void BusyIndicator::setIndicatorStyle(IndicatorStyle style)
48{

Callers 7

drawRectStyleMethod · 0.80
drawEllipseStyleMethod · 0.80
renderMethod · 0.80
prepareDrawDataMethod · 0.80
getPlaneIntersectionMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected