Home
last modified time | relevance | path

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

/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DTimerRecordDialog.cpp347 m_fnAutoExportFile = eExporter.GetAutoExportFileName(); in OnAutoExportPathButton_Click()
394 if (!m_fnAutoExportFile.IsOk() || m_fnAutoExportFile.IsDir()) { in OnOK()
471 m_pTimerExportPathTextCtrl->SetValue(m_fnAutoExportFile.GetFullPath()); in UpdateTextBoxControls()
591 m_fnAutoExportFile, m_iAutoExportFormat, in ExecutePostRecordActions()
618 sMessage, m_fnAutoExportFile.GetFullPath()); in ExecutePostRecordActions()
H A DTimerRecordDialog.h143 wxFileName m_fnAutoExportFile; variable