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

Method setStyle

gui/src/plotchannel.cpp:236–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234int PlotChannel::style() const { return m_style; }
235
236void PlotChannel::setStyle(int newStyle)
237{
238 if(m_style == newStyle)
239 return;
240 m_style = newStyle;
241 setStyleInternal(newStyle);
242 Q_EMIT styleChanged();
243}
244
245QPen PlotChannel::pen() const { return m_pen; }
246

Callers 3

initMethod · 0.45
setStyleInternalMethod · 0.45
buildMarkerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected