syndication/rdf
syndicationinfo.cpp
45 return stringToPeriod(resource()->property(SyndicationVocab::self()->updatePeriod())->asString());
76 info += QString::fromLatin1("syn:updateFrequency: #%1#\n").arg(QString::number(updateFrequency()));
SyndicationInfo()
creates a wrapper wrapping a null resource.
int updateFrequency() const
Used to describe the frequency of updates in relation to the update period.
Definition syndicationinfo.cpp:48
static Period stringToPeriod(const QString &str)
parses a Period value from a string.
Definition syndicationinfo.cpp:104
static QString periodToString(Period period)
returns Period value as string.
Definition syndicationinfo.cpp:85
time_t updateBase() const
Defines a base date to be used in concert with updatePeriod and updateFrequency to calculate the publ...
Definition syndicationinfo.cpp:64
Period updatePeriod() const
Describes the period over which the channel format is updated.
Definition syndicationinfo.cpp:43
QString debugInfo() const
description of the syndication information for debugging purposes
Definition syndicationinfo.cpp:71
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.