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

Method ClearAttachments

ogl/basic.cpp:473–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473void wxShape::ClearAttachments()
474{
475 wxNode *node = m_attachmentPoints.GetFirst();
476 while (node)
477 {
478 wxAttachmentPoint *point = (wxAttachmentPoint *)node->GetData();
479 delete point;
480 node = node->GetNext();
481 }
482 m_attachmentPoints.Clear();
483}
484
485void wxShape::ClearText(int regionId)
486{

Callers 1

CopyMethod · 0.80

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected