#include <variant>
#include <string>
#include <vector>
#include <future>
#include "Internat.h"
Go to the source code of this file.
|
struct | ExportOption |
| A type that provides a description of an exporting option. Isn't allowed to change except non-type related flags. More...
|
|
◆ ExportOptionID
◆ ExportTask
◆ ExportValue
using ExportValue = std::variant< bool, int, double, std::string> |
A type of option values (parameters) used by exporting plugins.
Definition at line 34 of file ExportTypes.h.
◆ ExportResult
Enumerator |
---|
Success | |
Error | |
Cancelled | |
Stopped | |
Definition at line 23 of file ExportTypes.h.