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

Method updateStyles

gui/src/widgets/plotlegend.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void PlotLegend::updateStyles()
127{
128 for(auto it = m_entries.begin(); it != m_entries.end(); ++it) {
129 it.value()->setVisible(it.key()->isEnabled());
130 }
131}
132
133void PlotLegend::updateLineStyle(PlotChannel *ch)
134{

Callers

nothing calls this directly

Calls 3

setVisibleMethod · 0.45
valueMethod · 0.45
isEnabledMethod · 0.45

Tested by

no test coverage detected