MCPcopy 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
17Spinner::Ptr Spinner::Create() {
18 return Ptr( new Spinner );
19}
20
21void Spinner::Start() {
22 m_started = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected