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

Method SetCanvas

ogl/basic.cpp:415–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415void wxShape::SetCanvas(wxShapeCanvas *theCanvas)
416{
417 m_canvas = theCanvas;
418 wxNode *node = m_children.GetFirst();
419 while (node)
420 {
421 wxShape *child = (wxShape *)node->GetData();
422 child->SetCanvas(theCanvas);
423 node = node->GetNext();
424 }
425}
426
427void wxShape::AddToCanvas(wxShapeCanvas *theCanvas, wxShape *addAfter)
428{

Callers 1

CanvasLayoutDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected