Syndication
dublincore.h
A resource wrapper providing convenient access to Dublin Core metadata.
Definition dublincore.h:36
QString language() const
"A language of the intellectual content of the resource.
Definition dublincore.cpp:97
QString rights() const
"Information about rights held in and over the resource.
Definition dublincore.cpp:112
QString format() const
"The physical or digital manifestation of the resource.
Definition dublincore.cpp:87
QStringList contributors() const
like contributor(), but returns all dc:contributor properties, not only one.
Definition dublincore.cpp:36
QString publisher() const
"An entity responsible for making the resource available.
Definition dublincore.cpp:102
QString contributor() const
"An entity responsible for making contributions to the content of the resource.
Definition dublincore.cpp:31
QString debugInfo() const
returns a debug string describing the available DC metadata for debugging purposes
Definition dublincore.cpp:152
QString coverage() const
"The extent or scope of the content of the resource.
Definition dublincore.cpp:51
time_t date() const
"A date associated with an event in the life cycle of the resource.
Definition dublincore.cpp:76
QStringList creators() const
like creator(), but returns all dc:creator properties, not only one.
Definition dublincore.cpp:61
QString creator() const
"An entity primarily responsible for making the content of the resource.
Definition dublincore.cpp:56
QString source() const
A Reference to a resource from which the present resource is derived.
Definition dublincore.cpp:117
QString identifier() const
"An unambiguous reference to the resource within a given context.
Definition dublincore.cpp:92
QString type() const
"The nature or genre of the content of the resource.
Definition dublincore.cpp:147
DublinCore(ResourcePtr resource)
creates a dublin core convenience wrapper for a resource
Definition dublincore.cpp:22
QStringList subjects() const
like subject(), but returns all dc:subject properties, not only one.
Definition dublincore.cpp:127
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.