MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / onAutoLoadLastFileTriggered

Method onAutoLoadLastFileTriggered

Source/GUI/MainWindow.cpp:393–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void MainWindow::onAutoLoadLastFileTriggered(const bool checked)
394{
395 if (checked)
396 return;
397 if (!m_watcher->warnIfUnsavedChanges())
398 return;
399 m_watcher->clearWatchList();
400 m_watcher->restoreWatchModel(SConfig::getInstance().getWatchModel());
401 updateStatusBar();
402}
403
404void MainWindow::onCollapseGroupsOnSaveTriggered(const bool checked)
405{

Callers

nothing calls this directly

Calls 4

warnIfUnsavedChangesMethod · 0.80
clearWatchListMethod · 0.80
restoreWatchModelMethod · 0.80
getWatchModelMethod · 0.80

Tested by

no test coverage detected