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

Method OnDrawOutline

ogl/basic.cpp:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void wxShapeEvtHandler::OnDrawOutline(wxDC& dc, double x, double y, double w, double h)
237{
238 if (m_previousHandler)
239 m_previousHandler->OnDrawOutline(dc, x, y, w, h);
240}
241
242void wxShapeEvtHandler::OnDrawControlPoints(wxDC& dc)
243{

Callers 2

OnDragLeftMethod · 0.45
OnBeginDragLeftMethod · 0.45

Calls 1

DrawLinesMethod · 0.45

Tested by

no test coverage detected