Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
930
void wxShape::DrawContents(wxDC& dc)
931
{
932
GetEventHandler()->OnDrawContents(dc);
933
}
934
935
void wxShape::OnSize(double WXUNUSED(x), double WXUNUSED(y))
936
{
Callers
nothing calls this directly
Calls
2
GetEventHandler
Function · 0.85
OnDrawContents
Method · 0.45
Tested by
no test coverage detected