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

◆ open_file()

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

Present a native open-file dialog.

Parameters
callbackInvoked with the chosen path or a SystemDialogError.
filtersExtension filter groups shown in the dialog.
start_dirDirectory the dialog opens in. Platform default if empty.