|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
Parameters for a native open dialog. More...
#include "donner/editor/NativeFileDialog.h"
Public Attributes | |
| std::string | title = "Open" |
| Window title / prompt. | |
| std::optional< std::string > | defaultDirectory |
| Directory to start in, if any. | |
| std::vector< FileDialogFilter > | filters |
| Allowed file-type filters. Empty means "any file". | |
Parameters for a native open dialog.
| std::optional<std::string> donner::editor::NativeOpenDialogRequest::defaultDirectory |
Directory to start in, if any.
| std::vector<FileDialogFilter> donner::editor::NativeOpenDialogRequest::filters |
Allowed file-type filters. Empty means "any file".
| std::string donner::editor::NativeOpenDialogRequest::title = "Open" |
Window title / prompt.