libkcal

KCal::Person Class Reference

#include <person.h>

Inheritance diagram for KCal::Person:
KCal::Attendee

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.

Definition at line 34 of file person.h.

Constructor & Destructor Documentation

◆ Person() [1/3]

KCal::Person::Person ( )
inline

Definition at line 37 of file person.h.

◆ 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 &  email 
)

Definition at line 42 of file person.cpp.

Member Function Documentation

◆ email()

TQString KCal::Person::email ( ) const
inline

Definition at line 48 of file person.h.

◆ 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()

TQString KCal::Person::name ( ) const
inline

Definition at line 45 of file person.h.

◆ setEmail()

void Person::setEmail ( const TQString &  email)

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: