akregator/src/librss
RSS::OutputRetriever Class Reference
#include <loader.h>
Inheritance diagram for RSS::OutputRetriever:

Detailed Description
Implements a data retriever which executes a program and stores returned by the program on stdout.To be used with Loader::loadFrom().
- See also:
- DataRetriever, Loader::loadFrom()
Definition at line 160 of file loader.h.
Public Member Functions | |
OutputRetriever () | |
virtual | ~OutputRetriever () |
virtual void | retrieveData (const KURL &url) |
virtual int | errorCode () const |
virtual void | abort () |
Constructor & Destructor Documentation
|
Default constructor.
|
|
Destructor.
|
Member Function Documentation
|
Implements RSS::DataRetriever. |
|
Executes the program referenced by the given URL and retrieves the data which the program prints to stdout.
Implements RSS::DataRetriever. |
The documentation for this class was generated from the following file: