Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GeoDaCenter/geoda
/ OnDrawControlPoints
Method
OnDrawControlPoints
ogl/basic.cpp:242–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
void wxShapeEvtHandler::OnDrawControlPoints(wxDC& dc)
243
{
244
if (m_previousHandler)
245
m_previousHandler->OnDrawControlPoints(dc);
246
}
247
248
void wxShapeEvtHandler::OnEraseControlPoints(wxDC& dc)
249
{
Callers
3
Draw
Method · 0.45
Select
Method · 0.45
OnEndDragLeft
Method · 0.45
Calls
3
SetBrush
Method · 0.45
SetPen
Method · 0.45
Draw
Method · 0.45
Tested by
no test coverage detected