Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NPP-JSONViewer/JSON-Viewer
/ GetZoomLevel
Method
GetZoomLevel
src/NppJsonViewer/JsonViewDlg.cpp:899–902 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
897
}
898
899
auto JsonViewDlg::GetZoomLevel() const -> int
900
{
901
return m_pTreeViewZoom->GetPosition();
902
}
903
904
void JsonViewDlg::SetZoomLevel(int pos) const
905
{
Callers
nothing calls this directly
Calls
1
GetPosition
Method · 0.45
Tested by
no test coverage detected