MCPcopy Create free account
hub / github.com/TASEmulators/fceux / updateWindowData

Method updateWindowData

src/drivers/Qt/ConsoleDebugger.cpp:4343–4357  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

4341}
4342//----------------------------------------------------------------------------
4343void ConsoleDebugger::updateWindowData(enum QAsmView::UpdateType type)
4344{
4345 if (type == QAsmView::UPDATE_ALL)
4346 {
4347 asmView->updateAssemblyView();
4348 asmView->scrollToPC();
4349 updateRegisterView();
4350 } else if (type == QAsmView::UPDATE_NO_SCROLL)
4351 {
4352 asmView->updateAssemblyView();
4353 updateRegisterView();
4354 }
4355
4356 windowUpdateReq = QAsmView::UPDATE_NONE;
4357}
4358//----------------------------------------------------------------------------
4359void ConsoleDebugger::queueUpdate(enum QAsmView::UpdateType type)
4360{

Callers

nothing calls this directly

Calls 2

scrollToPCMethod · 0.80
updateAssemblyViewMethod · 0.45

Tested by

no test coverage detected