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 );
170 return qHash( key.fullName() );
Represents a person, by name ane email address.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.