MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / SaveFileSelector

Function SaveFileSelector

src/utils.cpp:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260agi::fs::path SaveFileSelector(wxString const& message, std::string const& option_name, std::string const& default_filename, std::string const& default_extension, std::string const& wildcard, wxWindow *parent) {
261 return FileSelector(message, option_name, default_filename, default_extension, wildcard, wxFD_SAVE | wxFD_OVERWRITE_PROMPT, parent);
262}
263
264wxString LocalizedLanguageName(wxString const& lang) {
265 icu::Locale iculoc(lang.c_str());

Callers 6

OnExtractMethod · 0.85
OnProcessMethod · 0.85
save_subtitlesFunction · 0.85
operator()Function · 0.85
operator()Function · 0.85
operator()Function · 0.85

Calls 1

FileSelectorFunction · 0.85

Tested by

no test coverage detected