• Skip to content
  • Skip to link menu
KDE 4.7 API Reference
  • KDE API Reference
  • KDE-PIM Libraries
  • KDE Home
  • Contact Us
 

Syndication Library

  • Syndication
  • Person
Public Member Functions
Syndication::Person Class Reference

#include <person.h>

List of all members.

Public Member Functions

virtual ~Person ()
virtual QString debugInfo () const
virtual QString email () const =0
virtual bool isNull () const =0
virtual QString name () const =0
virtual bool operator== (const Person &other) const
virtual QString uri () const =0

Detailed Description

Person objects hold information about a person, such as the author of the content syndicated in the feed.

Depending on the feed format, different information is available. While according to the RSS2 spec, RSS2 author elements must contain only an e-mail address, Atom requires the person's name and the e-mail address is optional. Also, in reality, feeds often contain other information than what is specified in the specs. Syndication tries to find out what author information is contained and maps it to this representation.

Author:
Frank Osterfeld

Constructor & Destructor Documentation

Syndication::Person::~Person ( ) [virtual]

destructor

Definition at line 29 of file person.cpp.


Member Function Documentation

QString Syndication::Person::debugInfo ( ) const [virtual]

description of the person for debugging purposes.

Returns:
debug string

Definition at line 33 of file person.cpp.

virtual QString Syndication::Person::email ( ) const [pure virtual]

e-mail address of the person (optional)

Returns:
email address, or a null string if not specified
virtual bool Syndication::Person::isNull ( ) const [pure virtual]

returns whether this object is a null person

virtual QString Syndication::Person::name ( ) const [pure virtual]

the name of the person (optional)

Returns:
the name of the person as plain text, or a null string if not specified
bool Syndication::Person::operator== ( const Person &  other) const [virtual]

compares two person instances.

Persons are equal if and only if their respective name(), uri() and email() values are equal.

Parameters:
otheranother person instance

Definition at line 64 of file person.cpp.

virtual QString Syndication::Person::uri ( ) const [pure virtual]

a URI associated with the person.

(optional) This is usually the URL of the person's homepage.

Returns:
URI of the person, or a null string if not specified

The documentation for this class was generated from the following files:
  • person.h
  • person.cpp

Syndication Library

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

KDE-PIM Libraries

Skip menu "KDE-PIM Libraries"
  • akonadi
  •   contact
  •   kmime
  • kabc
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmbox
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  •   richtextbuilders
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
Generated for KDE-PIM Libraries by doxygen 1.7.5
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal