Syndication
loader.h
150 void loadingComplete(Syndication::Loader *loader, Syndication::FeedPtr feed, Syndication::ErrorCode error);
Abstract baseclass for all data retriever classes.
Definition dataretriever.h:26
This class represents a feed document ("Channel" in RSS, "Feed" in Atom).
Definition feed.h:53
QUrl discoveredFeedURL() const
returns the URL of a feed discovered in the feed source
Definition loader.cpp:95
void loadFrom(const QUrl &url, DataRetriever *retriever)
Loads the feed source referenced by the given URL using the specified retrieval algorithm.
Definition loader.cpp:59
void loadingComplete(Syndication::Loader *loader, Syndication::FeedPtr feed, Syndication::ErrorCode error)
This signal gets emitted when the loading process triggered by calling loadFrom() finished.
ErrorCode errorCode() const
Retrieves the error code of the last loading process (if any).
Definition loader.cpp:78
Q_SCRIPTABLE Q_NOREPLY void abort()
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
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.