KCal Library
Go to the documentation of this file. 34 #include <QtCore/QString> 35 #include <QtCore/QHash> 37 #include "kcal_export.h" 62 static Person fromFullName(
const QString &fullName );
72 KCAL_DEPRECATED
explicit Person(
const QString &fullName );
80 Person(
const QString &name,
const QString &email );
87 Person(
const Person &person );
102 QString fullName( )
const;
111 void setName(
const QString &name );
118 QString name()
const;
127 void setEmail(
const QString &email );
134 QString email()
const;
142 #if defined(Q_CC_MSVC) 143 bool operator==(
const Person &person )
const;
145 bool operator==(
const Person &person );
152 Person &operator=(
const Person &person );
Represents a person, by name ane email address.
QString fullName() const
Returns the full name of this person.
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Mon Apr 18 2016 16:21:13 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.