Home
last modified time | relevance | path

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

/dports/x11/eaglemode/eaglemode-0.95.0/src/SilChess/
H A DSilChessControlPanel.cpp196 BtNew->SetEnableSwitch(false); in UpdateControls()
197 BtFlip->SetEnableSwitch(false); in UpdateControls()
198 BtUndo->SetEnableSwitch(false); in UpdateControls()
199 BtHint->SetEnableSwitch(false); in UpdateControls()
200 SfDepth->SetEnableSwitch(false); in UpdateControls()
201 TfStatus->SetEnableSwitch(false); in UpdateControls()
205 BtNew->SetEnableSwitch(true); in UpdateControls()
206 BtFlip->SetEnableSwitch(true); in UpdateControls()
207 BtUndo->SetEnableSwitch(machine->GetMoveCount()>0); in UpdateControls()
209 SfDepth->SetEnableSwitch(true); in UpdateControls()
[all …]
/dports/x11/eaglemode/eaglemode-0.95.0/src/emAv/
H A DemAvFileControlPanel.cpp278 TfInfo->SetEnableSwitch(generalEnabled); in UpdateControls()
281 TfWarning->SetEnableSwitch(generalEnabled); in UpdateControls()
285 SfPlayPos->SetEnableSwitch(n>0); in UpdateControls()
289 RgPlayState->SetEnableSwitch(generalEnabled); in UpdateControls()
300 CbAudioMute->SetEnableSwitch(adjustingEnabled); in UpdateControls()
303 SfAudioVolume->SetEnableSwitch(adjustingEnabled); in UpdateControls()
307 SfAudioVisu->SetEnableSwitch(n>1 && adjustingEnabled); in UpdateControls()
312 SfAudioChannel->SetEnableSwitch(n>1 && adjustingEnabled); in UpdateControls()
317 SfSpuChannel->SetEnableSwitch(n>1 && adjustingEnabled); in UpdateControls()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emClock/
H A DemStopwatchPanel.cpp190 StartStopButton->SetEnableSwitch(true); in UpdateTimeFieldAndButtons()
191 ClearButton->SetEnableSwitch(!FileModel->IsStopwatchRunning()); in UpdateTimeFieldAndButtons()
195 StartStopButton->SetEnableSwitch(false); in UpdateTimeFieldAndButtons()
196 ClearButton->SetEnableSwitch(false); in UpdateTimeFieldAndButtons()
H A DemAlarmClockPanel.cpp269 TimeField->SetEnableSwitch(vfsGood); in UpdateFieldsAndButtons()
274 OnButton->SetEnableSwitch(vfsGood); in UpdateFieldsAndButtons()
276 ConfirmButton->SetEnableSwitch(alarming); in UpdateFieldsAndButtons()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emFileMan/
H A DemFileManControlPanel.cpp462 rb->SetEnableSwitch(true); in UpdateButtonStates()
466 rb->SetEnableSwitch(false); in UpdateButtonStates()
487 BtSaveAsDefault->SetEnableSwitch(FMVConfig->IsUnsaved()); in UpdateButtonStates()
489 BtClearSelection->SetEnableSwitch( in UpdateButtonStates()
493 BtSwapSelection->SetEnableSwitch( in UpdateButtonStates()
497 BtPaths2Clipboard->SetEnableSwitch(FMModel->GetTargetSelectionCount()>0); in UpdateButtonStates()
498 BtNames2Clipboard->SetEnableSwitch(FMModel->GetTargetSelectionCount()>0); in UpdateButtonStates()
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemPanel.h371 virtual void SetEnableSwitch(bool enableSwitch);
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemColorField.cpp489 Exp->SfAlpha->SetEnableSwitch(AlphaEnabled); in UpdateExpAppearance()
H A DemPanel.cpp687 void emPanel::SetEnableSwitch(bool enableSwitch) in SetEnableSwitch() function in emPanel
/dports/x11/eaglemode/eaglemode-0.95.0/src/emTest/
H A DemTestPanel.cpp886 t2b->SetEnableSwitch(false); in AutoExpand()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emMain/
H A DemAutoplay.cpp1357 BtContinueLast->SetEnableSwitch(Model->CanContinueLastAutoplay()); in UpdateControls()