MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / resetView

Method resetView

gui/qt/visualizerwidget.cpp:278–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void 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
288void VisualizerWidget::forceUpdate() {
289 stringToView();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected