Syndication
syndicationinfo.cpp
32 return stringToPeriod(resource()->property(SyndicationVocab::self()->updatePeriod())->asString());
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
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-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:02:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:02:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.