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

Method OnDebugLog

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

Source from the content-addressed store, hash-verified

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); }
1808void Viewer::OnProfileBasic() { if (!CropMode && (Config::GetProfile() != Profile::Basic)) ChangProfile(Profile::Basic); }
1809void Viewer::OnProfileKiosk() { if (!CropMode && (Config::GetProfile() != Profile::Kiosk)) ChangProfile(Profile::Kiosk); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected