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

Method contextMem

gui/qt/memorywidget.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void MainWindow::contextMem(const QPoint &posa) {
256 HexWidget *p = qobject_cast<HexWidget*>(sender());
257 contextMemWidget(p->mapToGlobal(posa), static_cast<uint32_t>(p->getOffset() + p->getBase()));
258}
259
260void MainWindow::contextMemWidget(const QPoint &pos, uint32_t address) {
261 QString addr = int2hex(address, 6);

Callers

nothing calls this directly

Calls 2

getOffsetMethod · 0.80
getBaseMethod · 0.80

Tested by

no test coverage detected