Syndication
syndicationinfo.h
Wrapper to access syndication information for a feed.
Definition syndicationinfo.h:32
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
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.