MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetViewRange

Method GetViewRange

DebugView++/LogView.cpp:914–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912}
913
914SelectionInfo CLogView::GetViewRange() const
915{
916 if (m_logLines.empty())
917 return SelectionInfo();
918
919 return SelectionInfo(m_logLines.front().line, m_logLines.back().line, m_logLines.size());
920}
921
922LRESULT CLogView::OnOdStateChanged(NMHDR* pnmh)
923{

Callers 1

UpdateStatusBarMethod · 0.80

Calls 2

SelectionInfoClass · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected