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

Method OnToggleSpinner

examples/Test.cpp:695–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695void SampleApp::OnToggleSpinner() {
696 if( !m_spinner->Started() ) {
697 m_spinner->Start();
698 }
699 else {
700 m_spinner->Stop();
701 }
702}
703
704void SampleApp::OnMirrorImageClick() {
705 auto image = m_image->GetImage();

Callers

nothing calls this directly

Calls 3

StartedMethod · 0.80
StartMethod · 0.80
StopMethod · 0.80

Tested by

no test coverage detected