libkcal
KCal::Person Class Reference
#include <person.h>
Inheritance diagram for KCal::Person:

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