MCPcopy Create free account
hub / github.com/clementgallet/libTAS / slotHex

Method slotHex

src/program/ui/RamSearchWindow.cpp:467–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467void RamSearchWindow::slotHex()
468{
469 const QModelIndex index = ramSearchView->selectionModel()->currentIndex();
470
471 /* If no watch was selected, return */
472 if (!index.isValid())
473 return;
474
475 hexViewWindow->seek(ramSearchModel->address(index.row()), MemValue::type_size(typeBox->currentIndex()));
476 hexViewWindow->show();
477}
478
479void RamSearchWindow::slotStop()
480{

Callers

nothing calls this directly

Calls 3

isValidMethod · 0.45
seekMethod · 0.45
addressMethod · 0.45

Tested by

no test coverage detected