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

Method GetFormatMode

ogl/basic.cpp:740–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740int wxShape::GetFormatMode(int regionId) const
741{
742 wxNode *node = m_regions.Item(regionId);
743 if (!node)
744 return 0;
745 wxShapeRegion *region = (wxShapeRegion *)node->GetData();
746 return region->GetFormatMode();
747}
748
749void wxShape::SetTextColour(const wxString& the_colour, int regionId)
750{

Callers 5

FormatTextMethod · 0.80
RecentreMethod · 0.80
OnDrawContentsMethod · 0.80
FormatTextMethod · 0.80
DrawRegionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected