• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

akregator

  • Akregator
  • Backend
  • FeedStorageDummyImpl
Public Member Functions | List of all members
Akregator::Backend::FeedStorageDummyImpl Class Reference

#include <feedstoragedummyimpl.h>

Inheritance diagram for Akregator::Backend::FeedStorageDummyImpl:
Inheritance graph
[legend]

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.

Akregator::Backend::FeedStorageDummyImpl::~FeedStorageDummyImpl ( )
virtual

Definition at line 96 of file feedstoragedummyimpl.cpp.

Member Function Documentation

void Akregator::Backend::FeedStorageDummyImpl::add ( FeedStorage *  source)
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
sourcethe archive which articles should be appended

Implements Akregator::Backend::FeedStorage.

Definition at line 427 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::addCategory ( const QString &  guid,
const Category &  category 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 385 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::addEntry ( const QString &  guid)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 153 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::addTag ( const QString &  guid,
const QString &  tag 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 372 of file feedstoragedummyimpl.cpp.

QStringList Akregator::Backend::FeedStorageDummyImpl::articles ( const QString &  tagID = QString()) const
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.

QStringList Akregator::Backend::FeedStorageDummyImpl::articles ( const Category &  cat) const
virtual

returns the guid of the articles in a given category

Implements Akregator::Backend::FeedStorage.

Definition at line 148 of file feedstoragedummyimpl.cpp.

QString Akregator::Backend::FeedStorageDummyImpl::authorEMail ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 286 of file feedstoragedummyimpl.cpp.

QString Akregator::Backend::FeedStorageDummyImpl::authorName ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 276 of file feedstoragedummyimpl.cpp.

QString Akregator::Backend::FeedStorageDummyImpl::authorUri ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 281 of file feedstoragedummyimpl.cpp.

QList< Category > Akregator::Backend::FeedStorageDummyImpl::categories ( const QString &  guid = QString()) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 397 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::clear ( )
virtual

deletes all articles from the archive

Implements Akregator::Backend::FeedStorage.

Definition at line 459 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::close ( )
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 109 of file feedstoragedummyimpl.cpp.

int Akregator::Backend::FeedStorageDummyImpl::comments ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 177 of file feedstoragedummyimpl.cpp.

QString Akregator::Backend::FeedStorageDummyImpl::commentsLink ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 183 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::commit ( )
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 101 of file feedstoragedummyimpl.cpp.

bool Akregator::Backend::FeedStorageDummyImpl::contains ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 162 of file feedstoragedummyimpl.cpp.

QString Akregator::Backend::FeedStorageDummyImpl::content ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 271 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::convertOldArchive ( )
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 86 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::copyArticle ( const QString &  guid,
FeedStorage *  source 
)
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.

void Akregator::Backend::FeedStorageDummyImpl::deleteArticle ( const QString &  guid)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 167 of file feedstoragedummyimpl.cpp.

QString Akregator::Backend::FeedStorageDummyImpl::description ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 266 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::enclosure ( const QString &  guid,
bool &  hasEnclosure,
QString &  url,
QString &  type,
int &  length 
) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 490 of file feedstoragedummyimpl.cpp.

bool Akregator::Backend::FeedStorageDummyImpl::guidIsHash ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 188 of file feedstoragedummyimpl.cpp.

bool Akregator::Backend::FeedStorageDummyImpl::guidIsPermaLink ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 193 of file feedstoragedummyimpl.cpp.

uint Akregator::Backend::FeedStorageDummyImpl::hash ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 198 of file feedstoragedummyimpl.cpp.

int Akregator::Backend::FeedStorageDummyImpl::lastFetch ( ) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 133 of file feedstoragedummyimpl.cpp.

QString Akregator::Backend::FeedStorageDummyImpl::link ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 240 of file feedstoragedummyimpl.cpp.

uint Akregator::Backend::FeedStorageDummyImpl::pubDate ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 245 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::removeEnclosure ( const QString &  guid)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 478 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::removeTag ( const QString &  guid,
const QString &  tag 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 406 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::rollback ( )
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 105 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setAuthorEMail ( const QString &  guid,
const QString &  authorEMail 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 353 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setAuthorName ( const QString &  guid,
const QString &  authorName 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 341 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setAuthorUri ( const QString &  guid,
const QString &  authorUri 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 347 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setComments ( const QString &  guid,
int  comments 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 359 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setCommentsLink ( const QString &  guid,
const QString &  commentsLink 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 328 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setContent ( const QString &  guid,
const QString &  content 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 335 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setDeleted ( const QString &  guid)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 204 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setDescription ( const QString &  guid,
const QString &  description 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 322 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setEnclosure ( const QString &  guid,
const QString &  url,
const QString &  type,
int  length 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 466 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setGuidIsHash ( const QString &  guid,
bool  isHash 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 298 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setGuidIsPermaLink ( const QString &  guid,
bool  isPermaLink 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 366 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setHash ( const QString &  guid,
uint  hash 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 310 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setLastFetch ( int  lastFetch)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 138 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setLink ( const QString &  guid,
const QString &  link 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 304 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setPubDate ( const QString &  guid,
uint  pubdate 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 292 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setStatus ( const QString &  guid,
int  status 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 255 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setTitle ( const QString &  guid,
const QString &  title 
)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 316 of file feedstoragedummyimpl.cpp.

void Akregator::Backend::FeedStorageDummyImpl::setUnread ( int  unread)
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 118 of file feedstoragedummyimpl.cpp.

int Akregator::Backend::FeedStorageDummyImpl::status ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 250 of file feedstoragedummyimpl.cpp.

QStringList Akregator::Backend::FeedStorageDummyImpl::tags ( const QString &  guid = QString()) const
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.

QString Akregator::Backend::FeedStorageDummyImpl::title ( const QString &  guid) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 261 of file feedstoragedummyimpl.cpp.

int Akregator::Backend::FeedStorageDummyImpl::totalCount ( ) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 123 of file feedstoragedummyimpl.cpp.

int Akregator::Backend::FeedStorageDummyImpl::unread ( ) const
virtual

Implements Akregator::Backend::FeedStorage.

Definition at line 113 of file feedstoragedummyimpl.cpp.


The documentation for this class was generated from the following files:
  • feedstoragedummyimpl.h
  • feedstoragedummyimpl.cpp
This file is part of the KDE documentation.
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.

akregator

Skip menu "akregator"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal