Nui
|
#include <nui/backend/filesystem/file_dialog.hpp>
#include <portable-file-dialogs.h>
#include <nui/backend/filesystem/special_paths.hpp>
#include <iostream>
Namespaces | |
Nui | |
Nui::FileDialog | |
Macros | |
#define | PFD_HAS_IFILEDIALOG 1 |
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) |
#define PFD_HAS_IFILEDIALOG 1 |