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

Method OnFileBrowser

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

Source from the content-addressed store, hash-verified

1788
1789
1790void Viewer::OnFileBrowser()
1791{
1792 #ifdef PACKAGE_SNAP
1793 static int messageCount = 2;
1794 if (messageCount-- > 0)
1795 Request_SnapMessage_NoFileBrowse = true;
1796 #else
1797 if (CurrImage)
1798 tSystem::tOpenSystemFileExplorer(CurrImage->Filename);
1799 #endif
1800}
1801
1802
1803void Viewer::OnSlideshowTimer() { Config::ProfileData& profile = Config::GetProfileData(); profile.SlideshowProgressArc = !profile.SlideshowProgressArc; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected