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

Method memAsciiToggle

gui/qt/memorywidget.cpp:247–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247void MainWindow::memAsciiToggle(HexWidget *edit) {
248 if (edit == Q_NULLPTR) {
249 return;
250 }
251
252 edit->setAsciiArea(!edit->getAsciiArea());
253}
254
255void MainWindow::contextMem(const QPoint &posa) {
256 HexWidget *p = qobject_cast<HexWidget*>(sender());

Callers

nothing calls this directly

Calls 2

setAsciiAreaMethod · 0.80
getAsciiAreaMethod · 0.80

Tested by

no test coverage detected