MCPcopy Create free account
hub / github.com/Entware/Entware / showSingleView

Method showSingleView

scripts/config/qconf.cc:1679–1698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1677}
1678
1679void ConfigMainWindow::showSingleView(void)
1680{
1681 singleViewAction->setEnabled(false);
1682 singleViewAction->setChecked(true);
1683 splitViewAction->setEnabled(true);
1684 splitViewAction->setChecked(false);
1685 fullViewAction->setEnabled(true);
1686 fullViewAction->setChecked(false);
1687
1688 backAction->setEnabled(true);
1689
1690 menuList->hide();
1691 menuList->setRootMenu(0);
1692 configList->mode = singleMode;
1693 if (configList->rootEntry == &rootmenu)
1694 configList->updateListAll();
1695 else
1696 configList->setRootMenu(&rootmenu);
1697 configList->setFocus();
1698}
1699
1700void ConfigMainWindow::showSplitView(void)
1701{

Callers

nothing calls this directly

Calls 2

setRootMenuMethod · 0.80
updateListAllMethod · 0.80

Tested by

no test coverage detected