Nepomuk
Go to the documentation of this file.
20 #ifndef _NEPOMUK_LITERAL_H_
21 #define _NEPOMUK_LITERAL_H_
23 #include <QtCore/QUrl>
24 #include <QtCore/QVariant>
25 #include <QtCore/QSharedData>
27 #include "nepomuk_export.h"
50 Literal(
const QUrl& dataTypeUri );
58 QUrl dataTypeUri()
const;
65 QVariant::Type dataType()
const;
74 QExplicitlySharedDataPointer<Private> d;
80 #ifndef DISABLE_NEPOMUK_LEGACY
91 class KDE_DEPRECATED NEPOMUK_EXPORT
Literal
100 Literal(
const QUrl& dataTypeUri );
108 const QUrl& dataTypeUri()
const;
115 QVariant::Type dataType()
const;
119 QSharedDataPointer<Private> d;
123 #endif // DISABLE_NEPOMUK_LEGACY
Defines a literal type based on XML Schema.
Defines a literal type based on XML Schema.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:27 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.