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

Method setThicknessInternal

gui/src/plotchannel.cpp:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void PlotChannel::setThicknessInternal(int thickness)
86{
87 m_pen.setWidthF(thickness);
88 m_curve->setPen(m_pen);
89 Q_EMIT doReplot();
90}
91
92void PlotChannel::setStyleInternal(int style)
93{

Callers

nothing calls this directly

Calls 1

setPenMethod · 0.45

Tested by

no test coverage detected