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

Syndication Library

  • Syndication
  • SpecificItemVisitor
Public Member Functions | List of all members
Syndication::SpecificItemVisitor Class Reference

#include <specificitemvisitor.h>

Public Member Functions

virtual ~SpecificItemVisitor ()
 
virtual bool visit (SpecificItem *item)
 
virtual bool visitAtomEntry (Syndication::Atom::Entry *item)
 
virtual bool visitRDFItem (Syndication::RDF::Item *item)
 
virtual bool visitRSS2Item (Syndication::RSS2::Item *item)
 

Detailed Description

Visitor interface, following the Visitor design pattern.

Use this if you want to process items and the way how to handle the items depends on it's concrete type (e.g. RSS2::Item, RDF::Item...).

TODO: insert code example

Author
Frank Osterfeld

Definition at line 55 of file specificitemvisitor.h.

Constructor & Destructor Documentation

Syndication::SpecificItemVisitor::~SpecificItemVisitor ( )
virtual

destructor

Definition at line 29 of file specificitemvisitor.cpp.

Member Function Documentation

bool Syndication::SpecificItemVisitor::visit ( SpecificItem *  item)
virtual

call this method to handle an item.

Depending on the concrete type of the item, a specialized visit method is called.

Parameters
itemthe item to process
Returns
whether this visitor handles the type of the item

Definition at line 33 of file specificitemvisitor.cpp.

bool Syndication::SpecificItemVisitor::visitAtomEntry ( Syndication::Atom::Entry *  item)
virtual

reimplement this method to handle Atom entries.

Parameters
itemthe Atom entry to visit
Returns
whether the visitor handled the entry. Reimplementations of this method must return true.

Definition at line 48 of file specificitemvisitor.cpp.

bool Syndication::SpecificItemVisitor::visitRDFItem ( Syndication::RDF::Item *  item)
virtual

reimplement this method to handle RDF items.

Parameters
itemthe RDF item to visit
Returns
whether the visitor handled the item. Reimplementations of this method must return true.

Definition at line 43 of file specificitemvisitor.cpp.

bool Syndication::SpecificItemVisitor::visitRSS2Item ( Syndication::RSS2::Item *  item)
virtual

reimplement this method to handle RSS2 items.

Parameters
itemthe RSS2 item to visit
Returns
whether the visitor handled the item. Reimplementations of this method must return true.

Definition at line 38 of file specificitemvisitor.cpp.


The documentation for this class was generated from the following files:
  • specificitemvisitor.h
  • specificitemvisitor.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:32 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

Syndication Library

Skip menu "Syndication Library"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • Related Pages

kdepimlibs API Reference

Skip menu "kdepimlibs API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmbox
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2

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