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

Method gotoMemAction

gui/qt/debugger.cpp:2037–2041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2035}
2036
2037QAction *MainWindow::gotoMemAction(QMenu *menu, bool vat) {
2038 QAction *gotoMem = menu->addAction(vat ? ACTION_GOTO_VAT_MEMORY_VIEW : ACTION_GOTO_MEMORY_VIEW);
2039 gotoMem->setEnabled(m_uiEditMode || ui->debugMemoryWidget->isVisible() || !m_docksMemory.isEmpty());
2040 return gotoMem;
2041}
2042
2043void MainWindow::handleCtrlClickText(QPlainTextEdit *edit) {
2044 if (QApplication::keyboardModifiers().testFlag(Qt::ControlModifier)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected