| 276 | } |
| 277 | |
| 278 | void VisualizerWidget::resetView() { |
| 279 | m_width = LCD_WIDTH; |
| 280 | m_height = LCD_HEIGHT; |
| 281 | m_base = lcd.upbase; |
| 282 | m_control = lcd.control; |
| 283 | m_scale = 100.0; |
| 284 | m_grid = false; |
| 285 | viewToString(); |
| 286 | } |
| 287 | |
| 288 | void VisualizerWidget::forceUpdate() { |
| 289 | stringToView(); |
nothing calls this directly
no outgoing calls
no test coverage detected