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 KDE_CONSTRUCTOR_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 );
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:29:16 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.