Nui
|
Go to the source code of this file.
Namespaces | |
Nui | |
Nui::FileDialog | |
Functions | |
void | Nui::FileDialog::showOpenDialog (OpenDialogOptions const &options, std::function< void(std::optional< std::vector< std::filesystem::path >>)> onResult) |
void | Nui::FileDialog::showDirectoryDialog (DirectoryDialogOptions const &options, std::function< void(std::optional< std::vector< std::filesystem::path >>)> onResult) |
void | Nui::FileDialog::showSaveDialog (SaveDialogOptions const &options, std::function< void(std::optional< std::filesystem::path >)> onResult) |