MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / setColor

Method setColor

gui/src/plotchannel.cpp:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void PlotChannel::setColor(const QColor &color)
258{
259 QPen newPen = m_pen;
260 newPen.setColor(color);
261 setPen(newPen);
262}
263
264double PlotChannel::getValueAt(double pos)
265{

Callers 1

buildMarkerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected