MCPcopy 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
899auto JsonViewDlg::GetZoomLevel() const -> int
900{
901 return m_pTreeViewZoom->GetPosition();
902}
903
904void JsonViewDlg::SetZoomLevel(int pos) const
905{

Callers

nothing calls this directly

Calls 1

GetPositionMethod · 0.45

Tested by

no test coverage detected