std::packaged_task< ExportResult(ExportProcessorDelegate &)> ExportTask
std::variant< bool, int, double, std::string > ExportValue
A type of option values (parameters) used by exporting plugins.
std::vector< TranslatableString > TranslatableStrings
Holds a msgid for the translation catalog; may also bind format arguments.
A type that provides a description of an exporting option. Isn't allowed to change except non-type re...
ExportOptionID id
Internal option id.
ExportValue defaultValue
Default valid value for the parameter.
TranslatableString title
Name of an option in a human-readable form.