akregator
#include <feedlist.h>

Public Member Functions | |
| FeedListManagementImpl (const boost::shared_ptr< FeedList > &list=boost::shared_ptr< FeedList >()) | |
| QString | addCategory (const QString &name, const QString &parentId) const | 
| void | addFeed (const QString &url, const QString &catId) | 
| QStringList | categories () const | 
| QStringList | feeds (const QString &catId) const | 
| QString | getCategoryName (const QString &catId) const | 
| void | removeFeed (const QString &url, const QString &catId) | 
| void | setFeedList (const boost::shared_ptr< FeedList > &list) | 
  Public Member Functions inherited from Akregator::FeedListManagementInterface | |
| virtual | ~FeedListManagementInterface () | 
Additional Inherited Members | |
  Static Public Member Functions inherited from Akregator::FeedListManagementInterface | |
| static  FeedListManagementInterface *  | instance () | 
| static void | setInstance (FeedListManagementInterface *) | 
Detailed Description
Definition at line 59 of file feedlist.h.
Constructor & Destructor Documentation
      
  | 
  explicit | 
Definition at line 495 of file feedlist.cpp.
Member Function Documentation
      
  | 
  virtual | 
Implements Akregator::FeedListManagementInterface.
Definition at line 593 of file feedlist.cpp.
      
  | 
  virtual | 
Implements Akregator::FeedListManagementInterface.
Definition at line 543 of file feedlist.cpp.
      
  | 
  virtual | 
Implements Akregator::FeedListManagementInterface.
Definition at line 517 of file feedlist.cpp.
      
  | 
  virtual | 
Implements Akregator::FeedListManagementInterface.
Definition at line 527 of file feedlist.cpp.
      
  | 
  virtual | 
Implements Akregator::FeedListManagementInterface.
Definition at line 606 of file feedlist.cpp.
      
  | 
  virtual | 
Implements Akregator::FeedListManagementInterface.
Definition at line 575 of file feedlist.cpp.
| void Akregator::FeedListManagementImpl::setFeedList | ( | const boost::shared_ptr< FeedList > & | list | ) | 
Definition at line 500 of file feedlist.cpp.
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:14 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