Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
695
void SampleApp::OnToggleSpinner() {
696
if( !m_spinner->Started() ) {
697
m_spinner->Start();
698
}
699
else {
700
m_spinner->Stop();
701
}
702
}
703
704
void SampleApp::OnMirrorImageClick() {
705
auto image = m_image->GetImage();
Callers
nothing calls this directly
Calls
3
Started
Method · 0.80
Start
Method · 0.80
Stop
Method · 0.80
Tested by
no test coverage detected