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

Public Member Functions | |
Person (const TQString &fullName) | |
Person (const TQString &name, const TQString &email) | |
bool | isEmpty () const |
TQString | fullName () const |
void | setName (const TQString &) |
TQString | name () const |
void | setEmail (const TQString &) |
TQString | email () const |
Detailed Description
This class represents a person.
A person has a name and an email address.
Constructor & Destructor Documentation
◆ Person() [1/3]
◆ Person() [2/3]
Person::Person | ( | const TQString & | fullName | ) |
Definition at line 34 of file person.cpp.
◆ Person() [3/3]
Person::Person | ( | const TQString & | name, |
const TQString & | |||
) |
Definition at line 42 of file person.cpp.
Member Function Documentation
◆ email()
◆ fullName()
TQString Person::fullName | ( | ) | const |
Definition at line 56 of file person.cpp.
◆ isEmpty()
bool Person::isEmpty | ( | ) | const |
Definition at line 79 of file person.cpp.
◆ name()
◆ setEmail()
void Person::setEmail | ( | const TQString & | ) |
Definition at line 89 of file person.cpp.
◆ setName()
void Person::setName | ( | const TQString & | name | ) |
Definition at line 84 of file person.cpp.
The documentation for this class was generated from the following files: