loader.h
virtual int errorCode() const =0
virtual void retrieveData(const KURL &url)=0
Retrieve data from the given URL.
void dataRetrieved(const TQByteArray &data, bool success)
Emit this signal to tell the Loader class that the retrieval process was finished.
Represents a RSS document and provides all the features and properties as stored in it.
Definition: document.h:32
Implements a file retriever, to be used with Loader::loadFrom().
Definition: loader.h:91
void permanentRedirection(const KURL &url)
Signals a permanent redirection.
void loadingComplete(Loader *loader, Document doc, Status status)
This signal gets emitted when the loading process triggered by calling loadFrom() finished.
Implements a data retriever which executes a program and stores returned by the program on stdout.
Definition: loader.h:163
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: loader.cpp:200