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

Method OnSaveAs

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

Source from the content-addressed store, hash-verified

1720
1721
1722void Viewer::OnSaveAs()
1723{
1724 if (!CurrImage)
1725 return;
1726
1727 Config::ProfileData& profile = Config::GetProfileData();
1728 if (profile.ShowImportRaw)
1729 return;
1730
1731 if (CurrImage->IsLoaded())
1732 Request_SaveAsModal = true;
1733}
1734
1735
1736void Viewer::OnSaveAll()

Callers

nothing calls this directly

Calls 1

IsLoadedMethod · 0.45

Tested by

no test coverage detected