knode
KNArticleFactory Class Reference
#include <knarticlefactory.h>

Detailed Description
Article factory, responsible for creating and sending news articles.
Definition at line 37 of file knarticlefactory.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
| KNArticleFactory::KNArticleFactory | ( | QObject * | parent = 0 |
) |
Definition at line 48 of file knarticlefactory.cpp.
| KNArticleFactory::~KNArticleFactory | ( | ) |
Definition at line 54 of file knarticlefactory.cpp.
Member Function Documentation
| bool KNArticleFactory::cancelAllowed | ( | KNArticle * | a | ) | [protected] |
Definition at line 919 of file knarticlefactory.cpp.
| bool KNArticleFactory::closeComposeWindows | ( | ) |
Definition at line 688 of file knarticlefactory.cpp.
| void KNArticleFactory::configChanged | ( | ) |
Definition at line 719 of file knarticlefactory.cpp.
| void KNArticleFactory::createCancel | ( | KNArticle * | a | ) |
Definition at line 357 of file knarticlefactory.cpp.
| void KNArticleFactory::createForward | ( | KNArticle * | a | ) |
Definition at line 279 of file knarticlefactory.cpp.
| void KNArticleFactory::createMail | ( | KMime::Types::Mailbox * | address | ) |
Definition at line 510 of file knarticlefactory.cpp.
| void KNArticleFactory::createPosting | ( | KNGroup * | g | ) |
Definition at line 83 of file knarticlefactory.cpp.
| void KNArticleFactory::createPosting | ( | KNNntpAccount * | a | ) |
Definition at line 62 of file knarticlefactory.cpp.
| void KNArticleFactory::createReply | ( | KNRemoteArticle * | a, | |
| const QString & | selectedText = QString(), |
|||
| bool | post = true, |
|||
| bool | mail = false | |||
| ) |
Definition at line 112 of file knarticlefactory.cpp.
| void KNArticleFactory::createSupersede | ( | KNArticle * | a | ) |
Definition at line 435 of file knarticlefactory.cpp.
| void KNArticleFactory::deleteComposerForArticle | ( | KNLocalArticle * | a | ) |
Definition at line 700 of file knarticlefactory.cpp.
| void KNArticleFactory::edit | ( | KNLocalArticle * | a | ) |
Definition at line 565 of file knarticlefactory.cpp.
| KNComposer * KNArticleFactory::findComposer | ( | KNLocalArticle * | a | ) |
Definition at line 710 of file knarticlefactory.cpp.
| KNLocalArticle * KNArticleFactory::newArticle | ( | KNCollection * | col, | |
| QString & | sig, | |||
| const QByteArray & | defChset, | |||
| bool | withXHeaders = true, |
|||
| KNArticle * | origPost = 0 | |||
| ) | [protected] |
Definition at line 783 of file knarticlefactory.cpp.
| void KNArticleFactory::processJob | ( | KNJobData * | j | ) | [protected, virtual] |
The actual work is done here.
Reimplemented from KNJobConsumer.
Definition at line 726 of file knarticlefactory.cpp.
| void KNArticleFactory::sendArticles | ( | KNLocalArticle::List & | l, | |
| bool | now = true | |||
| ) |
Definition at line 618 of file knarticlefactory.cpp.
| void KNArticleFactory::sendOutbox | ( | ) |
Definition at line 670 of file knarticlefactory.cpp.
| void KNArticleFactory::showSendErrorDialog | ( | ) | [protected] |
Definition at line 1001 of file knarticlefactory.cpp.
| void KNArticleFactory::slotComposerDone | ( | KNComposer * | com | ) | [protected, slot] |
Definition at line 1011 of file knarticlefactory.cpp.
| void KNArticleFactory::slotSendErrorDialogDone | ( | ) | [protected, slot] |
Definition at line 1071 of file knarticlefactory.cpp.
Member Data Documentation
QList<KNComposer*> KNArticleFactory::mCompList [protected] |
Definition at line 84 of file knarticlefactory.h.
KNSendErrorDialog* KNArticleFactory::s_endErrDlg [protected] |
Definition at line 85 of file knarticlefactory.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference