MCPcopy Create free account
hub / github.com/audacity/audacity / OnAutoSaveCheckBox_Change

Method OnAutoSaveCheckBox_Change

src/TimerRecordDialog.cpp:402–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402void TimerRecordDialog::OnAutoSaveCheckBox_Change(wxCommandEvent& WXUNUSED(event)) {
403 EnableDisableAutoControls(m_pTimerAutoSaveCheckBoxCtrl->GetValue(), CONTROL_GROUP_SAVE);
404}
405
406void TimerRecordDialog::OnAutoExportCheckBox_Change(wxCommandEvent& WXUNUSED(event)) {
407 EnableDisableAutoControls(m_pTimerAutoExportCheckBoxCtrl->GetValue(), CONTROL_GROUP_EXPORT);

Callers

nothing calls this directly

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected