Home
last modified time | relevance | path

Searched refs:langAndServerRunning (Results 1 – 1 of 1) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/core/
H A Dsc_server.cpp511 bool langAndServerRunning = langRunning && isRunning(); in updateEnabledActions() local
519 mActions[DumpNodeTree]->setEnabled(langAndServerRunning); in updateEnabledActions()
521 mActions[PlotTree]->setEnabled(langAndServerRunning); in updateEnabledActions()
522 mActions[Mute]->setEnabled(langAndServerRunning); in updateEnabledActions()
523 mActions[VolumeUp]->setEnabled(langAndServerRunning); in updateEnabledActions()
524 mActions[VolumeDown]->setEnabled(langAndServerRunning); in updateEnabledActions()
525 mActions[Volume]->setEnabled(langAndServerRunning); in updateEnabledActions()
526 mActions[VolumeRestore]->setEnabled(langAndServerRunning); in updateEnabledActions()
527 mActions[Record]->setEnabled(langAndServerRunning); in updateEnabledActions()
528 mActions[PauseRecord]->setEnabled(langAndServerRunning); in updateEnabledActions()
[all …]