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

Method memGoto

gui/qt/memorywidget.cpp:182–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void MainWindow::memGoto(HexWidget *edit, uint32_t address) {
183 if (edit == Q_NULLPTR) {
184 return;
185 }
186
187 edit->setBase(static_cast<int>(address));
188 edit->setOffset(0);
189 memUpdateEdit(edit, true);
190}
191
192void MainWindow::memGotoEdit(HexWidget *edit) {
193 if (edit == Q_NULLPTR) {

Callers

nothing calls this directly

Calls 2

setBaseMethod · 0.80
setOffsetMethod · 0.80

Tested by

no test coverage detected