Nui
|
#include <nui/frontend/filesystem/file_dialog.hpp>
#include <nui/frontend/rpc_client.hpp>
#include <nui/frontend/utility/val_conversion.hpp>
#include <nui/frontend/api/console.hpp>
#include <nui/frontend/event_system/event_context.hpp>
#include <nui/frontend/val.hpp>
#include <algorithm>
Namespaces | |
namespace | Nui |
namespace | 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) |