Syndication Library
dataretriever.h
Abstract baseclass for all data retriever classes.
Definition: dataretriever.h:37
virtual void retrieveData(const KUrl &url)=0
Retrieve data from the given URL.
virtual int errorCode() const =0
void dataRetrieved(const QByteArray &data, bool success)
Emit this signal to tell the Loader class that the retrieval process was finished.
Implements a file retriever, to be used with Loader::loadFrom().
Definition: dataretriever.h:151
void permanentRedirection(const KUrl &url)
Signals a permanent redirection.
Implements a data retriever which executes a program and stores returned by the program on stdout.
Definition: dataretriever.h:101
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.