loader.h
int errorCode() const
Retrieves the error code of the last loading process (if any), as reported by the employed data retre...
Definition loader.cpp:299
void loadFrom(const KURL &url, DataRetriever *retriever)
Loads the RSS file referenced by the given URL using the specified retrieval algorithm.
Definition loader.cpp:285
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
virtual void retrieveData(const KURL &url)
Downloads the file referenced by the given URL and passes it's contents on to the Loader.
Definition loader.cpp:93
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.
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
