knode
nntpjobs.h
Go to the documentation of this file.
32 GroupListJob( KNJobConsumer *c, KNServerInfo::Ptr a, KNJobItem::Ptr i, bool incremental = false );
Downloads one specific article from the news server.
Definition: nntpjobs.h:83
Downloads all or a selected part of the article list for a specific newsgroup.
Definition: nntpjobs.h:61
virtual void execute()
Performs the actual operation of a job, needs to be reimplemented for every job.
Definition: nntpjobs.cpp:28
GroupLoadJob(KNJobConsumer *c, KNServerInfo::Ptr a, KNJobItem::Ptr i)
Definition: nntpjobs.cpp:118
virtual void execute()
Performs the actual operation of a job, needs to be reimplemented for every job.
Definition: nntpjobs.cpp:123
ArticlePostJob(KNJobConsumer *c, KNServerInfo::Ptr a, KNJobItem::Ptr i)
Definition: nntpjobs.cpp:250
virtual void execute()
Performs the actual operation of a job, needs to be reimplemented for every job.
Definition: nntpjobs.cpp:209
Base class for classes that want to create and schedule jobs.
Definition: knjobdata.h:39
ArticleFetchJob(KNJobConsumer *c, KNServerInfo::Ptr a, KNJobItem::Ptr i, bool parse=true)
Definition: nntpjobs.cpp:203
virtual void execute()
Performs the actual operation of a job, needs to be reimplemented for every job.
Definition: nntpjobs.cpp:143
virtual void execute()
Performs the actual operation of a job, needs to be reimplemented for every job.
Definition: nntpjobs.cpp:255
boost::shared_ptr< KNServerInfo > Ptr
Shared pointer to a KNServerInfo.
Definition: knserverinfo.h:37
ArticleListJob(KNJobConsumer *c, KNServerInfo::Ptr a, KNJobItem::Ptr i, bool silent=false)
Definition: nntpjobs.cpp:137
GroupListJob(KNJobConsumer *c, KNServerInfo::Ptr a, KNJobItem::Ptr i, bool incremental=false)
Definition: nntpjobs.cpp:22
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.