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

Method OnOpenDir

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

Source from the content-addressed store, hash-verified

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
1843

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected