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

Method varUpdate

gui/qt/mainwindow.cpp:1979–1986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1977}
1978
1979void MainWindow::varUpdate() {
1980 ui->buttonEnableVarList->setText(guiReceive ? tr("Hide Calculator Variables") : tr("View Calculator Variables"));
1981 ui->buttonRefreshVarList->setEnabled(guiReceive);
1982 ui->filterVarList->setEnabled(guiReceive);
1983 ui->buttonReceiveFiles->setEnabled(guiReceive);
1984 ui->buttonReceiveFile->setEnabled(guiReceive);
1985 ui->emuVarView->setEnabled(guiReceive);
1986}
1987
1988void MainWindow::varShow() {
1989 if (!guiReceive) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected