Nui
Namespaces | Functions
file_dialog.hpp File Reference
#include <nui/filesystem/file_dialog_options.hpp>
Include dependency graph for file_dialog.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Nui
 
 Nui::FileDialog
 

Functions

std::optional< std::vector< std::filesystem::path > > Nui::FileDialog::showOpenDialog (OpenDialogOptions const &options)
 
std::optional< std::vector< std::filesystem::path > > Nui::FileDialog::showDirectoryDialog (DirectoryDialogOptions const &options)
 
std::optional< std::filesystem::path > Nui::FileDialog::showSaveDialog (SaveDialogOptions const &options)