KCal::Person Class Reference
This class represents a person. More...
#include <person.h>
Inheritance diagram for KCal::Person:

Public Methods | |
Person () | |
Person (const QString &fullName) | |
Person (const QString &name, const QString &email) | |
QString | fullName () const |
void | setName (const QString &) |
QString | name () const |
void | setEmail (const QString &) |
QString | email () const |
Detailed Description
This class represents a person.A person has a name and an email address.
Definition at line 31 of file person.h.
The documentation for this class was generated from the following files: