Syndication Library
dataretriever.h
Abstract baseclass for all data retriever classes.
Definition: dataretriever.h:37
void permanentRedirection(const KUrl &url)
Signals a permanent redirection.
virtual int errorCode() const =0
Implements a file retriever, to be used with Loader::loadFrom().
Definition: dataretriever.h:151
Implements a data retriever which executes a program and stores returned by the program on stdout.
Definition: dataretriever.h:101
virtual void retrieveData(const KUrl &url)=0
Retrieve data from the given URL.
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.