| 124 | } |
| 125 | |
| 126 | void 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 | |
| 133 | void PlotLegend::updateLineStyle(PlotChannel *ch) |
| 134 | { |
nothing calls this directly
no test coverage detected