Syndication Library
loader.h
Abstract baseclass for all data retriever classes.
Definition dataretriever.h:37
This class represents a feed document ("Channel" in RSS, "Feed" in Atom).
Definition feed.h:66
KUrl discoveredFeedURL() const
returns the URL of a feed discovered in the feed source
Definition loader.cpp:116
void loadFrom(const KUrl &url, DataRetriever *retriever)
Loads the feed source referenced by the given URL using the specified retrieval algorithm.
Definition loader.cpp:79
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:98
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.