Donner SVG 0.8.0-pre
SVG editor and embeddable C⁠+⁠+⁠20 engine.
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: