MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Stop

Method Stop

src/SFGUI/Spinner.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void Spinner::Stop() {
30 m_started = false;
31
32 Invalidate();
33}
34
35bool Spinner::Started() const {
36 return m_started;

Callers 2

OnToggleSpinnerMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

OnToggleSpinnerMethod · 0.64