Syndication Library
dataretriever.cpp
virtual void retrieveData(const KUrl &url)
Executes the program referenced by the given URL and retrieves the data which the program prints to s...
Definition: dataretriever.cpp:176
virtual void retrieveData(const KUrl &url)
Downloads the file referenced by the given URL and passes it's contents on to the Loader.
Definition: dataretriever.cpp:74
static void setUseCache(bool enabled)
sets whether the retriever should use the KHTML cache or always refetch the file.
Definition: dataretriever.cpp:69
void permanentRedirection(const KUrl &url)
Signals a permanent redirection.
static void setUserAgent(const QString &userAgent)
sets the user agent string sent to the remote server
Definition: dataretriever.cpp:64
virtual int errorCode() const
Definition: dataretriever.cpp:192
void dataRetrieved(const QByteArray &data, bool success)
Emit this signal to tell the Loader class that the retrieval process was finished.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Tue Jul 28 2020 00:00:00 by doxygen 1.8.18 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Tue Jul 28 2020 00:00:00 by doxygen 1.8.18 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.