knode
#include <knarticlemanager.h>

Public Slots | |
| void | slotFilterChanged (KNArticleFilter *f) | 
| void | slotItemExpanded (Q3ListViewItem *p) | 
| void | slotSearchDialogDone () | 
Signals | |
| void | aboutToShowFolder () | 
| void | aboutToShowGroup () | 
Protected Member Functions | |
| void | createCompleteThread (KNRemoteArticle::Ptr a) | 
| void | createThread (KNRemoteArticle::Ptr a) | 
| void | processJob (KNJobData *j) | 
Protected Attributes | |
| bool | d_isableExpander | 
| KNArticleFilter * | f_ilter | 
| KNFilterManager * | f_ilterMgr | 
| KNFolder::Ptr | f_older | 
| KNGroup::Ptr | g_roup | 
| QList< KTemporaryFile * > | mTempFiles | 
| KNode::SearchDialog * | s_earchDlg | 
| KNHeaderView * | v_iew | 
  Protected Attributes inherited from KNJobConsumer | |
| QList< KNJobData * > | mJobs | 
Detailed Description
Article manager.
Definition at line 38 of file knarticlemanager.h.
Constructor & Destructor Documentation
| KNArticleManager::KNArticleManager | ( | ) | 
Definition at line 55 of file knarticlemanager.cpp.
      
  | 
  virtual | 
Definition at line 67 of file knarticlemanager.cpp.
Member Function Documentation
      
  | 
  signal | 
A local folder is about to be shown in the header view.
Connect to the header view to adapt to the upcoming content.
      
  | 
  signal | 
A newsgroup is about to be shown in the header view.
Connect to the header view to adapt to the upcoming content.
| KNArticleCollection::Ptr KNArticleManager::collection | ( | ) | 
Definition at line 422 of file knarticlemanager.cpp.
| void KNArticleManager::copyIntoFolder | ( | KNArticle::List & | l, | 
| KNFolder::Ptr | f | ||
| ) | 
Definition at line 497 of file knarticlemanager.cpp.
      
  | 
  protected | 
Definition at line 955 of file knarticlemanager.cpp.
      
  | 
  protected | 
Definition at line 938 of file knarticlemanager.cpp.
| bool KNArticleManager::deleteArticles | ( | KNLocalArticle::List & | l, | 
| bool | ask = true  | 
        ||
| ) | 
Definition at line 570 of file knarticlemanager.cpp.
| void KNArticleManager::deleteTempFiles | ( | ) | 
Definition at line 73 of file knarticlemanager.cpp.
      
  | 
  inline | 
Definition at line 62 of file knarticlemanager.h.
| bool KNArticleManager::loadArticle | ( | KNArticle::Ptr | a | ) | 
Loads the full content of the article a. 
Definition at line 433 of file knarticlemanager.cpp.
| void KNArticleManager::moveIntoFolder | ( | KNLocalArticle::List & | l, | 
| KNFolder::Ptr | f | ||
| ) | 
Definition at line 543 of file knarticlemanager.cpp.
| void KNArticleManager::openContent | ( | KMime::Content * | c | ) | 
Definition at line 163 of file knarticlemanager.cpp.
      
  | 
  protectedvirtual | 
The actual work is done here.
Reimplemented from KNJobConsumer.
Definition at line 903 of file knarticlemanager.cpp.
| void KNArticleManager::rescoreArticles | ( | KNRemoteArticle::List & | l | ) | 
Definition at line 873 of file knarticlemanager.cpp.
| void KNArticleManager::saveArticleToFile | ( | KNArticle::Ptr | a, | 
| QWidget * | parent | ||
| ) | 
Definition at line 96 of file knarticlemanager.cpp.
| void KNArticleManager::saveContentToFile | ( | KMime::Content * | c, | 
| QWidget * | parent | ||
| ) | 
Definition at line 82 of file knarticlemanager.cpp.
| QString KNArticleManager::saveContentToTemp | ( | KMime::Content * | c | ) | 
Definition at line 120 of file knarticlemanager.cpp.
| void KNArticleManager::search | ( | ) | 
Definition at line 388 of file knarticlemanager.cpp.
| void KNArticleManager::setAllNotNew | ( | ) | 
mark all articles in the current group as not new
Definition at line 735 of file knarticlemanager.cpp.
| void KNArticleManager::setAllRead | ( | bool | read = true,  | 
        
| int | lastcount = -1  | 
        ||
| ) | 
Definition at line 604 of file knarticlemanager.cpp.
| void KNArticleManager::setAllThreadsOpen | ( | bool | b = true | ) | 
Definition at line 367 of file knarticlemanager.cpp.
| void KNArticleManager::setFolder | ( | KNFolder::Ptr | f | ) | 
Definition at line 414 of file knarticlemanager.cpp.
| void KNArticleManager::setGroup | ( | KNGroup::Ptr | g | ) | 
Definition at line 406 of file knarticlemanager.cpp.
| void KNArticleManager::setRead | ( | KNRemoteArticle::List & | l, | 
| bool | r = true,  | 
        ||
| bool | handleXPosts = true  | 
        ||
| ) | 
Definition at line 650 of file knarticlemanager.cpp.
| void KNArticleManager::setView | ( | KNHeaderView * | v | ) | 
Allow to delay the setup of UI elements, since the knode part may not be available when the config dialog is called.
Definition at line 1100 of file knarticlemanager.cpp.
| void KNArticleManager::showHdrs | ( | bool | clear = true | ) | 
Definition at line 181 of file knarticlemanager.cpp.
      
  | 
  slot | 
Definition at line 1038 of file knarticlemanager.cpp.
      
  | 
  slot | 
Definition at line 1052 of file knarticlemanager.cpp.
      
  | 
  slot | 
Definition at line 1045 of file knarticlemanager.cpp.
| bool KNArticleManager::toggleIgnored | ( | KNRemoteArticle::List & | l | ) | 
Definition at line 807 of file knarticlemanager.cpp.
| bool KNArticleManager::toggleWatched | ( | KNRemoteArticle::List & | l | ) | 
Definition at line 753 of file knarticlemanager.cpp.
| bool KNArticleManager::unloadArticle | ( | KNArticle::Ptr | a, | 
| bool | force = true  | 
        ||
| ) | 
Definition at line 466 of file knarticlemanager.cpp.
| void KNArticleManager::updateListViewItems | ( | ) | 
Definition at line 343 of file knarticlemanager.cpp.
| void KNArticleManager::updateStatusString | ( | ) | 
Definition at line 1001 of file knarticlemanager.cpp.
| void KNArticleManager::updateViewForCollection | ( | KNArticleCollection::Ptr | c | ) | 
Definition at line 336 of file knarticlemanager.cpp.
Member Data Documentation
      
  | 
  protected | 
Definition at line 121 of file knarticlemanager.h.
      
  | 
  protected | 
Definition at line 117 of file knarticlemanager.h.
      
  | 
  protected | 
Definition at line 118 of file knarticlemanager.h.
      
  | 
  protected | 
Definition at line 116 of file knarticlemanager.h.
      
  | 
  protected | 
Definition at line 115 of file knarticlemanager.h.
      
  | 
  protected | 
Definition at line 120 of file knarticlemanager.h.
      
  | 
  protected | 
Definition at line 119 of file knarticlemanager.h.
      
  | 
  protected | 
Definition at line 114 of file knarticlemanager.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from