MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ save_file()

virtual void MayaFlux::Core::SystemBackend::save_file ( FileDialogCallback  callback,
std::string  suggested_name,
std::vector< SystemFileFilter filters,
std::filesystem::path  start_dir 
)
pure virtual

Present a native save-file dialog.

Parameters
callbackInvoked with the chosen path or a SystemDialogError.
suggested_nameFilename pre-filled in the dialog name field.
filtersExtension filter groups shown in the dialog.
start_dirDirectory the dialog opens in. Platform default if empty.