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::FileDialogFilter Struct Reference

A single file-type filter offered by a native open/save dialog. More...

#include "donner/editor/FileDialogState.h"

Public Attributes

std::string description
 Human-readable description shown in the dialog (e.g. "SVG Image").
std::vector< std::string > extensions
 Lowercase file extensions without the leading dot (e.g. {"svg"}).

Detailed Description

A single file-type filter offered by a native open/save dialog.

Member Data Documentation

◆ description

std::string donner::editor::FileDialogFilter::description

Human-readable description shown in the dialog (e.g. "SVG Image").

◆ extensions

std::vector<std::string> donner::editor::FileDialogFilter::extensions

Lowercase file extensions without the leading dot (e.g. {"svg"}).


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