libkcal
KCal::Person Class Reference
This class represents a person. More...
#include <person.h>
Inheritance diagram for KCal::Person:
Public Member Functions | |
QString | email () const |
QString | fullName () const |
bool | isEmpty () const |
QString | name () const |
Person (const QString &name, const QString &email) | |
Person (const QString &fullName) | |
Person () | |
void | setEmail (const QString &) |
void | setName (const QString &) |
Detailed Description
This class represents a person.A person has a name and an email address.
Definition at line 34 of file person.h.
Constructor & Destructor Documentation
Person::Person | ( | const QString & | fullName | ) |
Definition at line 34 of file person.cpp.
Definition at line 42 of file person.cpp.
Member Function Documentation
QString Person::fullName | ( | ) | const |
Definition at line 56 of file person.cpp.
bool Person::isEmpty | ( | ) | const |
Definition at line 79 of file person.cpp.
void Person::setEmail | ( | const QString & | ) |
Definition at line 89 of file person.cpp.
void Person::setName | ( | const QString & | name | ) |
Definition at line 84 of file person.cpp.
The documentation for this class was generated from the following files: