KDE PIM / Developers / API Docs / libkcal

KCal::Attendee Class Reference

This class represents information related to an attendee of an event. More...

#include <attendee.h>

Inherits KCal::Person.

List of all members.

Public Types

Public Member Functions

Static Public Member Functions


Detailed Description

This class represents information related to an attendee of an event.


Constructor & Destructor Documentation

Attendee::Attendee const QString &  name,
const QString &  email,
bool  rsvp = false,
PartStat  status = NeedsAction,
Role  role = ReqParticipant,
const QString &  u = QString::null
 

Create Attendee.

Parameters:
name Name
email Email address
rsvp Request for reply
status Status (see enum for list)
role Role
u the uid for the attendee

Attendee::~Attendee  )  [virtual]
 

Destruct Attendee.


Member Function Documentation

void Attendee::setRole Role   ) 
 

Set role of Attendee.

Attendee::Role Attendee::role  )  const
 

Return role of Attendee.

QString Attendee::roleStr  )  const
 

Return role as clear text string.

QString Attendee::roleName Role   )  [static]
 

Return string represenation of role.

QStringList Attendee::roleList  )  [static]
 

Return string representations of all available roles.

QString Attendee::uid  )  const
 

Return unique id of the attendee.

void Attendee::setUid const QString &   ) 
 

Set unique id of attendee.

void Attendee::setStatus PartStat  s  ) 
 

Set status.

See enum for definitions of possible values.

Attendee::PartStat Attendee::status  )  const
 

Return status.

QString Attendee::statusStr  )  const
 

Return status as human-readable string.

QString Attendee::statusName PartStat   )  [static]
 

Return string representation of attendee status.

QStringList Attendee::statusList  )  [static]
 

Return string representations of all available attendee status values.

void KCal::Attendee::setRSVP bool  r  )  [inline]
 

Set if Attendee is asked to reply.

bool KCal::Attendee::RSVP  )  const [inline]
 

Return, if Attendee is asked to reply.


The documentation for this class was generated from the following files: