Nui
Classes | Namespaces | Macros
file_dialog_options.hpp File Reference
#include <nui/core.hpp>
#include <optional>
#include <string>
#include <vector>
#include <filesystem>
Include dependency graph for file_dialog_options.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Nui::FileDialog::Filter
 
struct  Nui::FileDialog::OpenDialogOptions
 
struct  Nui::FileDialog::DirectoryDialogOptions
 
struct  Nui::FileDialog::SaveDialogOptions
 

Namespaces

 Nui
 
 Nui::FileDialog
 

Macros

#define COMMON_DIALOG_OPTIONS()
 

Macro Definition Documentation

◆ COMMON_DIALOG_OPTIONS

#define COMMON_DIALOG_OPTIONS ( )
Value:
std::optional<std::string> title = std::nullopt; \
std::optional<std::filesystem::path> defaultPath = std::nullopt; \
std::vector<Filter> filters = {}; \
bool forcePath = false