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

Method DrawContents

ogl/basic.cpp:930–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

928}
929
930void wxShape::DrawContents(wxDC& dc)
931{
932 GetEventHandler()->OnDrawContents(dc);
933}
934
935void wxShape::OnSize(double WXUNUSED(x), double WXUNUSED(y))
936{

Callers

nothing calls this directly

Calls 2

GetEventHandlerFunction · 0.85
OnDrawContentsMethod · 0.45

Tested by

no test coverage detected