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.
Loading...
Searching...
No Matches
donner::editor::NativeOpenDialogRequest Struct Reference

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< FileDialogFilterfilters
 Allowed file-type filters. Empty means "any file".

Detailed Description

Parameters for a native open dialog.

Member Data Documentation

◆ defaultDirectory

std::optional<std::string> donner::editor::NativeOpenDialogRequest::defaultDirectory

Directory to start in, if any.

◆ filters

std::vector<FileDialogFilter> donner::editor::NativeOpenDialogRequest::filters

Allowed file-type filters. Empty means "any file".

◆ title

std::string donner::editor::NativeOpenDialogRequest::title = "Open"

Window title / prompt.


The documentation for this struct was generated from the following file: