akregator
#include <feedstoragedummyimpl.h>

Public Member Functions | |
| FeedStorageDummyImpl (const QString &url, StorageDummyImpl *main) | |
| virtual | ~FeedStorageDummyImpl () | 
| virtual void | add (FeedStorage *source) | 
| virtual void | addCategory (const QString &guid, const Category &category) | 
| virtual void | addEntry (const QString &guid) | 
| virtual void | addTag (const QString &guid, const QString &tag) | 
| virtual QStringList | articles (const QString &tag=QString()) const | 
| virtual QStringList | articles (const Category &cat) const | 
| virtual QString | authorEMail (const QString &guid) const | 
| virtual QString | authorName (const QString &guid) const | 
| virtual QString | authorUri (const QString &guid) const | 
| virtual QList< Category > | categories (const QString &guid=QString()) const | 
| virtual void | clear () | 
| virtual void | close () | 
| virtual int | comments (const QString &guid) const | 
| virtual QString | commentsLink (const QString &guid) const | 
| virtual void | commit () | 
| virtual bool | contains (const QString &guid) const | 
| virtual QString | content (const QString &guid) const | 
| virtual void | convertOldArchive () | 
| virtual void | copyArticle (const QString &guid, FeedStorage *source) | 
| virtual void | deleteArticle (const QString &guid) | 
| virtual QString | description (const QString &guid) const | 
| virtual void | enclosure (const QString &guid, bool &hasEnclosure, QString &url, QString &type, int &length) const | 
| virtual bool | guidIsHash (const QString &guid) const | 
| virtual bool | guidIsPermaLink (const QString &guid) const | 
| virtual uint | hash (const QString &guid) const | 
| virtual int | lastFetch () const | 
| virtual QString | link (const QString &guid) const | 
| virtual uint | pubDate (const QString &guid) const | 
| virtual void | removeEnclosure (const QString &guid) | 
| virtual void | removeTag (const QString &guid, const QString &tag) | 
| virtual void | rollback () | 
| void | setAuthorEMail (const QString &guid, const QString &authorEMail) | 
| void | setAuthorName (const QString &guid, const QString &authorName) | 
| void | setAuthorUri (const QString &guid, const QString &authorUri) | 
| virtual void | setComments (const QString &guid, int comments) | 
| virtual void | setCommentsLink (const QString &guid, const QString &commentsLink) | 
| virtual void | setContent (const QString &guid, const QString &content) | 
| virtual void | setDeleted (const QString &guid) | 
| virtual void | setDescription (const QString &guid, const QString &description) | 
| virtual void | setEnclosure (const QString &guid, const QString &url, const QString &type, int length) | 
| virtual void | setGuidIsHash (const QString &guid, bool isHash) | 
| virtual void | setGuidIsPermaLink (const QString &guid, bool isPermaLink) | 
| virtual void | setHash (const QString &guid, uint hash) | 
| virtual void | setLastFetch (int lastFetch) | 
| virtual void | setLink (const QString &guid, const QString &link) | 
| virtual void | setPubDate (const QString &guid, uint pubdate) | 
| virtual void | setStatus (const QString &guid, int status) | 
| virtual void | setTitle (const QString &guid, const QString &title) | 
| virtual void | setUnread (int unread) | 
| virtual int | status (const QString &guid) const | 
| virtual QStringList | tags (const QString &guid=QString()) const | 
| virtual QString | title (const QString &guid) const | 
| virtual int | totalCount () const | 
| virtual int | unread () const | 
Detailed Description
Definition at line 33 of file feedstoragedummyimpl.h.
Constructor & Destructor Documentation
| Akregator::Backend::FeedStorageDummyImpl::FeedStorageDummyImpl | ( | const QString & | url, | 
| StorageDummyImpl * | main | ||
| ) | 
Definition at line 90 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Definition at line 96 of file feedstoragedummyimpl.cpp.
Member Function Documentation
      
  | 
  virtual | 
Appends all articles from another storage.
If there is already an article in this feed with the same guid, it is replaced by the article from the source
- Parameters
 - 
  
source the archive which articles should be appended  
Implements Akregator::Backend::FeedStorage.
Definition at line 427 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 385 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 153 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 372 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
returns the guids of all articles in this storage.
If a tagID is given, only articles with this tag are returned
Implements Akregator::Backend::FeedStorage.
Definition at line 143 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
returns the guid of the articles in a given category
Implements Akregator::Backend::FeedStorage.
Definition at line 148 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 286 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 276 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 281 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 397 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
deletes all articles from the archive
Implements Akregator::Backend::FeedStorage.
Definition at line 459 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 109 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 177 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 183 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 101 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 162 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 271 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 86 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
reads an article from another storage and adds it to this storage
Implements Akregator::Backend::FeedStorage.
Definition at line 437 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 167 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 266 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 490 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 188 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 193 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 198 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 133 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 240 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 245 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 478 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 406 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 105 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 353 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 341 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 347 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 359 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 328 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 335 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 204 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 322 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 466 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 298 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 366 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 310 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 138 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 304 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 292 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 255 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 316 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 118 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 250 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
returns the tags of a given article.
If guid is null, it returns all tags used in this feed 
Implements Akregator::Backend::FeedStorage.
Definition at line 417 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 261 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 123 of file feedstoragedummyimpl.cpp.
      
  | 
  virtual | 
Implements Akregator::Backend::FeedStorage.
Definition at line 113 of file feedstoragedummyimpl.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:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference