Syndication
syndicationinfo.cpp
32 return stringToPeriod(resource()->property(SyndicationVocab::self()->updatePeriod())->asString());
ResourceWrapper()
creates a wrapper wrapping a null resource, isNull() will be true.
Definition resourcewrapper.cpp:23
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:35
static Period stringToPeriod(const QString &str)
parses a Period value from a string.
Definition syndicationinfo.cpp:94
static QString periodToString(Period period)
returns Period value as string.
Definition syndicationinfo.cpp:76
time_t updateBase() const
Defines a base date to be used in concert with updatePeriod and updateFrequency to calculate the publ...
Definition syndicationinfo.cpp:53
Period updatePeriod() const
Describes the period over which the channel format is updated.
Definition syndicationinfo.cpp:30
QString debugInfo() const
description of the syndication information for debugging purposes
Definition syndicationinfo.cpp:60
Syndication's parser for the RDF-based RSS 0.9 and RSS 1.0 formats.
Definition documentvisitor.h:24
QString arg(Args &&... args) const const
bool isEmpty() const const
bool isNull() const const
QString number(double n, char format, int precision)
int toInt(bool *ok, int base) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:38 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:38 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.