![]() |
OpenIndy-Core
0.2.0.43
|
#include <QObject>
#include <QPointer>
#include <QIODevice>
#include <QStringList>
#include "pluginmetadata.h"
#include "coordinatesystem.h"
#include "featurewrapper.h"
Go to the source code of this file.
Classes | |
class | oi::ExchangeInterface |
The OiExchangeInterface class Base class for implementing import/export plugins. More... | |
Namespaces | |
oi | |
Macros | |
#define | STR(x) #x |
#define | STR2(x) STR(x) |
#define | CONCAT(a, b) a ## b |
#define | CONCAT2(a, b) CONCAT(a, b) |
#define | EXCHANGE_PREFIX de.openIndy.plugin.exchange.v |
#define | Exchange_iidd STR2(CONCAT2(EXCHANGE_PREFIX, PLUGIN_INTERFACE_VERSION)) |
#define CONCAT | ( | a, | |
b | |||
) | a ## b |
#define CONCAT2 | ( | a, | |
b | |||
) | CONCAT(a, b) |
#define Exchange_iidd STR2(CONCAT2(EXCHANGE_PREFIX, PLUGIN_INTERFACE_VERSION)) |
#define EXCHANGE_PREFIX de.openIndy.plugin.exchange.v |
#define STR | ( | x | ) | #x |
#define STR2 | ( | x | ) | STR(x) |