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

Method flashGotoPressed

gui/qt/memorywidget.cpp:107–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void MainWindow::flashGotoPressed() {
108 bool accept = false;
109 QString addrStr = getAddressString(m_flashGotoAddr, &accept);
110
111 if (accept) {
112 m_flashGotoAddr = addrStr;
113 ui->flashEdit->setFocus();
114 ui->flashEdit->setOffset(hex2int(addrStr));
115 }
116}
117
118void MainWindow::ramGotoPressed() {
119 bool accept = false;

Callers

nothing calls this directly

Calls 2

hex2intFunction · 0.85
setOffsetMethod · 0.80

Tested by

no test coverage detected