MCPcopy Create free account
hub / github.com/amule-project/amule / SetGridColor

Method SetGridColor

src/OScopeCtrl.cpp:151–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150
151void COScopeCtrl::SetGridColor(const wxColour& cr)
152{
153
154 if (cr == m_gridColour) {
155 return;
156 }
157
158 m_gridColour = cr;
159 InvalidateGrid() ;
160}
161
162
163void COScopeCtrl::SetPlotColor(const wxColour& cr, unsigned iTrend)

Callers 2

ApplyStatsColorMethod · 0.80
SetGraphColorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected