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

Method OnExport

src/BatchProcessDialog.cpp:1149–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1147
1148///
1149void MacrosWindow::OnExport(wxCommandEvent & WXUNUSED(event))
1150{
1151 long item = mMacros->GetNextItem(-1,
1152 wxLIST_NEXT_ALL,
1153 wxLIST_STATE_SELECTED);
1154 if (item == -1) {
1155 return;
1156 }
1157
1158 mMacroCommands.WriteMacro(mMacros->GetItemText(item), this);
1159}
1160
1161void MacrosWindow::OnSave(wxCommandEvent & WXUNUSED(event))
1162{

Callers

nothing calls this directly

Calls 1

WriteMacroMethod · 0.80

Tested by

no test coverage detected