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

Function OpenFileSelector

src/utils.cpp:256–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256agi::fs::path OpenFileSelector(wxString const& message, std::string const& option_name, std::string const& default_filename, std::string const& default_extension, std::string const& wildcard, wxWindow *parent) {
257 return FileSelector(message, option_name, default_filename, default_extension, wildcard, wxFD_OPEN | wxFD_FILE_MUST_EXIST, parent);
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);

Callers 7

OnCurrentImportMethod · 0.85
video_openClass · 0.85
subtitle_openClass · 0.85
operator()Function · 0.85
keyframe_openClass · 0.85
operator()Function · 0.85
audio_openClass · 0.85

Calls 1

FileSelectorFunction · 0.85

Tested by

no test coverage detected