Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
void BusyIndicator::rotate()
41
{
42
startAngle += 9;
43
startAngle %= 360;
44
update();
45
}
46
47
void BusyIndicator::setIndicatorStyle(IndicatorStyle style)
48
{
Callers
7
drawRectStyle
Method · 0.80
drawEllipseStyle
Method · 0.80
render
Method · 0.80
prepareDrawData
Method · 0.80
getPlaneIntersection
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected