Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
void PlotChannel::setThicknessInternal(int thickness)
86
{
87
m_pen.setWidthF(thickness);
88
m_curve->setPen(m_pen);
89
Q_EMIT doReplot();
90
}
91
92
void PlotChannel::setStyleInternal(int style)
93
{
Callers
nothing calls this directly
Calls
1
setPen
Method · 0.45
Tested by
no test coverage detected