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 );
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 );
QString fullName() const
Returns the full name of this person.
Represents a person, by name ane email address.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Tue Jul 28 2020 00:00:00 by
doxygen 1.8.18 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.