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

Method GetActualColourObject

ogl/basic2.cpp:1865–1869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1863}
1864
1865wxColour wxShapeRegion::GetActualColourObject()
1866{
1867 m_actualColourObject = wxTheColourDatabase->Find(GetColour());
1868 return m_actualColourObject;
1869}
1870
1871void wxShapeRegion::SetPenColour(const wxString& col)
1872{

Callers 3

OnDrawContentsMethod · 0.80
OnDrawContentsMethod · 0.80
DrawRegionMethod · 0.80

Calls 2

GetColourFunction · 0.70
FindMethod · 0.45

Tested by

no test coverage detected