1 #ifndef EXCHANGEDEFINEDFORMAT_H
2 #define EXCHANGEDEFINEDFORMAT_H
25 const QStringList &getSupportedFileExtensions()
const;
27 const QList<ElementTypes> &getUsedElements()
const;
28 void setUsedElements(
const QList<ElementTypes> &usedElementTypes);
48 #define STR2(x) STR(x)
52 #define CONCAT(a, b) a ## b
55 #define CONCAT2(a, b) CONCAT(a, b)
58 #define EXCHANGE_DEFINEDFORMAT_PREFIX de.openIndy.plugin.exchange.exchangeDefinedFormat.v
59 #define ExchangeDefinedFormat_iidd STR2(CONCAT2(EXCHANGE_DEFINEDFORMAT_PREFIX, PLUGIN_INTERFACE_VERSION))
61 #endif // EXCHANGEDEFINEDFORMAT_H
Definition: coordinatesystem.h:15
The OiExchangeInterface class Base class for implementing import/export plugins.
Definition: exchangeinterface.h:19
#define OI_CORE_EXPORT
Definition: types.h:11