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

Method setDebugDisasmDataCol

gui/qt/settings.cpp:312–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void MainWindow::setDebugDisasmDataCol(bool state) {
313 ui->checkDisasmDataCol->setChecked(state);
314 m_config->setValue(SETTING_DEBUGGER_DATA_COL, state);
315 disasm.bytes = state;
316 if (guiDebug) {
317 disasmUpdate();
318 }
319}
320
321void MainWindow::setDebugDisasmAddrCol(bool state) {
322 ui->checkDisasmAddr->setChecked(state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected