knode
KNode::ArticleFetchJob Class Reference
#include <nntpjobs.h>
Inheritance diagram for KNode::ArticleFetchJob:

Detailed Description
Downloads one specific article from the news server.
Definition at line 83 of file nntpjobs.h.
Public Member Functions | |
| ArticleFetchJob (KNJobConsumer *c, KNServerInfo *a, KNJobItem *i, bool parse=true) | |
| virtual void | execute () |
Constructor & Destructor Documentation
| KNode::ArticleFetchJob::ArticleFetchJob | ( | KNJobConsumer * | c, | |
| KNServerInfo * | a, | |||
| KNJobItem * | i, | |||
| bool | parse = true | |||
| ) |
Definition at line 199 of file nntpjobs.cpp.
Member Function Documentation
| void KNode::ArticleFetchJob::execute | ( | ) | [virtual] |
Performs the actual operation of a job, needs to be reimplemented for every job.
Note that a job might be executed multiple times e.g. in case of an authentication error.
Implements KNJobData.
Definition at line 205 of file nntpjobs.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference