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

Method Draw

ogl/basic.cpp:1506–1515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1504
1505
1506void wxShape::Draw(wxDC& dc)
1507{
1508 if (m_visible)
1509 {
1510 GetEventHandler()->OnDraw(dc);
1511 GetEventHandler()->OnDrawContents(dc);
1512 GetEventHandler()->OnDrawControlPoints(dc);
1513 GetEventHandler()->OnDrawBranches(dc);
1514 }
1515}
1516
1517void wxShape::Flash()
1518{

Callers 3

FormatTextMethod · 0.45
DrawLinksMethod · 0.45
OnDrawControlPointsMethod · 0.45

Calls 5

GetEventHandlerFunction · 0.85
OnDrawBranchesMethod · 0.80
OnDrawMethod · 0.45
OnDrawContentsMethod · 0.45
OnDrawControlPointsMethod · 0.45

Tested by

no test coverage detected