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

Method OnOpenFile

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

Source from the content-addressed store, hash-verified

1837
1838void Viewer::OnQuit() { Request_Quit = true; }
1839void Viewer::OnOpenFile() { Request_OpenFileModal = true; }
1840void Viewer::OnOpenDir() { Request_OpenDirModal = true; }
1841void Viewer::OnMetaData() { Config::ProfileData& profile = Config::GetProfileData(); profile.ShowImageMetaData = !profile.ShowImageMetaData; }
1842

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected