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

Method OnProfileBasic

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

Source from the content-addressed store, hash-verified

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); }
1810void Viewer::OnProfileAlt() { if (!CropMode && (Config::GetProfile() != Profile::Alt)) ChangProfile(Profile::Alt); }
1811void Viewer::OnPreferences() { Config::ProfileData& profile = Config::GetProfileData(); profile.ShowPreferences = !profile.ShowPreferences; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected