MCPcopy Create free account
hub / github.com/TortoiseGit/TortoiseGit / ClearGraph

Method ClearGraph

src/TortoiseProc/StatGraphDlg.cpp:1357–1363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1355}
1356
1357void CStatGraphDlg::ClearGraph()
1358{
1359 m_graph.Clear();
1360 for (int j=0; j<m_graphDataArray.GetCount(); ++j)
1361 delete static_cast<MyGraphSeries*>(m_graphDataArray.GetAt(j));
1362 m_graphDataArray.RemoveAll();
1363}
1364
1365void CStatGraphDlg::RedrawGraph()
1366{

Callers

nothing calls this directly

Calls 3

ClearMethod · 0.45
GetCountMethod · 0.45
RemoveAllMethod · 0.45

Tested by

no test coverage detected