Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ Create
Method
Create
src/SFGUI/Spinner.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
Spinner::Ptr Spinner::Create() {
18
return Ptr( new Spinner );
19
}
20
21
void Spinner::Start() {
22
m_started = true;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected