MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / onAddSelection

Method onAddSelection

Source/GUI/MemScanner/MemScanWidget.cpp:572–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572void MemScanWidget::onAddSelection()
573{
574 emit requestAddSelectedResultsToWatchList(m_memScanner->getType(), m_memScanner->getLength(),
575 m_memScanner->getIsUnsigned(), m_memScanner->getBase(),
576 m_memScanner->getIsBranchAbsolute());
577}
578
579void MemScanWidget::onRemoveSelection()
580{

Callers

nothing calls this directly

Calls 5

getIsUnsignedMethod · 0.80
getIsBranchAbsoluteMethod · 0.80
getTypeMethod · 0.45
getLengthMethod · 0.45
getBaseMethod · 0.45

Tested by

no test coverage detected