syndication/rdf
dublincore.cpp
QString creator() const
"An entity primarily responsible for making the content of the resource.
Definition: dublincore.cpp:72
bool isNull() const
returns whether the wrapped resource is a null resource
Definition: resourcewrapper.cpp:70
QString rights() const
"Information about rights held in and over the resource.
Definition: dublincore.cpp:129
bool isNull() const
void append(const T &value)
QString contributor() const
"An entity responsible for making contributions to the content of the resource.
Definition: dublincore.cpp:47
QString publisher() const
"An entity responsible for making the resource available.
Definition: dublincore.cpp:119
Definition: document.h:30
QString format() const
"The physical or digital manifestation of the resource.
Definition: dublincore.cpp:104
QString description() const
"An account of the content of the resource.
Definition: dublincore.cpp:99
time_t date() const
"A date associated with an event in the life cycle of the resource.
Definition: dublincore.cpp:92
QStringList contributors() const
like contributor(), but returns all dc:contributor properties, not only one.
Definition: dublincore.cpp:52
QStringList subjects() const
like subject(), but returns all dc:subject properties, not only one.
Definition: dublincore.cpp:144
QString debugInfo() const
returns a debug string describing the available DC metadata for debugging purposes ...
Definition: dublincore.cpp:169
DublinCore(ResourcePtr resource)
creates a dublin core convenience wrapper for a resource
Definition: dublincore.cpp:39
QString type() const
"The nature or genre of the content of the resource.
Definition: dublincore.cpp:164
QString fromLatin1(const char *str, int size)
QString coverage() const
"The extent or scope of the content of the resource.
Definition: dublincore.cpp:67
const_iterator constEnd() const
const_iterator constBegin() const
QString language() const
"A language of the intellectual content of the resource.
Definition: dublincore.cpp:114
QString identifier() const
"An unambiguous reference to the resource within a given context.
Definition: dublincore.cpp:109
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
QString source() const
A Reference to a resource from which the present resource is derived.
Definition: dublincore.cpp:134
QStringList creators() const
like creator(), but returns all dc:creator properties, not only one.
Definition: dublincore.cpp:77
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.