MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / OnDrawBranches

Method OnDrawBranches

ogl/basic.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void wxShapeEvtHandler::OnDrawBranches(wxDC& dc, bool erase)
119{
120 if (m_previousHandler)
121 m_previousHandler->OnDrawBranches(dc, erase);
122}
123
124void wxShapeEvtHandler::OnSize(double x, double y)
125{

Callers 2

DrawMethod · 0.80
EraseMethod · 0.80

Calls 5

GetBranchStyleFunction · 0.85
DrawEllipseMethod · 0.80
SetPenMethod · 0.45
SetBrushMethod · 0.45
DrawLineMethod · 0.45

Tested by

no test coverage detected