MCPcopy Create free account
hub / github.com/bluescan/tacentview / OnSlideshowReshuffle

Method OnSlideshowReshuffle

Src/TacentView.cpp:1804–1804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1802
1803void Viewer::OnSlideshowTimer() { Config::ProfileData& profile = Config::GetProfileData(); profile.SlideshowProgressArc = !profile.SlideshowProgressArc; }
1804void Viewer::OnSlideshowReshuffle() { Config::ProfileData& profile = Config::GetProfileData(); profile.SlideshowAutoReshuffle = !profile.SlideshowAutoReshuffle; }
1805void Viewer::OnCheatSheet() { Config::ProfileData& profile = Config::GetProfileData(); profile.ShowCheatSheet = !profile.ShowCheatSheet; }
1806void Viewer::OnDebugLog() { Config::ProfileData& profile = Config::GetProfileData(); profile.ShowOutputLog = !profile.ShowOutputLog; }
1807void Viewer::OnProfileMain() { if (!CropMode && (Config::GetProfile() != Profile::Main)) ChangProfile(Profile::Main); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected