|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
#include "Chooser.hpp"#include "MayaFlux/Journal/Archivist.hpp"#include "MayaFlux/Portal/System/System.hpp"
Include dependency graph for Chooser.cpp:Go to the source code of this file.
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Portal |
| namespace | MayaFlux::Portal::System |
| namespace | MayaFlux::Portal::System::Dialog |
Functions | |
| void | MayaFlux::Portal::System::Dialog::open_file (ChooserCallback callback, std::vector< ChooserFilter > filters={}, std::filesystem::path start_dir={}) |
Present a native open-file dialog, delivering the result via callback. | |
| void | MayaFlux::Portal::System::Dialog::save_file (ChooserCallback callback, std::string suggested_name={}, std::vector< ChooserFilter > filters={}, std::filesystem::path start_dir={}) |
Present a native save-file dialog, delivering the result via callback. | |