#include "plugin.h"#include "error.h"#include "soprano_export.h"#include "sopranotypes.h"#include <QtCore/QStringList>#include <QtCore/QVariant>#include <QtCore/QSharedDataPointer>


Go to the source code of this file.
Classes | |
| class | Soprano::BackendSetting |
| Wraps one setting for Model creation. More... | |
| class | Soprano::Backend |
| Soprano::Backend defines the interface for a Soprano backend plugin. More... | |
Namespaces | |
| namespace | Soprano |
Typedefs | |
| typedef QList< BackendSetting > | Soprano::BackendSettings |
Functions | |
| SOPRANO_EXPORT bool | Soprano::isOptionInSettings (const BackendSettings &settings, BackendOption option, const QString &userOptionName=QString()) |
| SOPRANO_EXPORT BackendSetting & | Soprano::settingInSettings (BackendSettings &settings, BackendOption option, const QString &userOptionName=QString()) |
| SOPRANO_EXPORT QVariant | Soprano::valueInSettings (const BackendSettings &settings, BackendOption option, const QString &userOptionName=QString()) |
1.5.7.1