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

Method SetFormatMode

ogl/basic.cpp:731–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729}
730
731void wxShape::SetFormatMode(int mode, int regionId)
732{
733 wxNode *node = m_regions.Item(regionId);
734 if (!node)
735 return;
736 wxShapeRegion *region = (wxShapeRegion *)node->GetData();
737 region->SetFormatMode(mode);
738}
739
740int wxShape::GetFormatMode(int regionId) const
741{

Callers 2

wxShapeMethod · 0.45
ReadRegionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected