KCal Library
person.cpp
Go to the documentation of this file.
static Person fromFullName(const QString &fullName)
Constructs a person with name and email address taken from fullName.
Definition: person.cpp:68
This file is part of the API for handling calendar data and defines the Person class.
bool isEmpty() const
Returns true if the person name and email address are empty.
Definition: person.cpp:149
void setEmail(const QString &email)
Sets the email address for this person to email.
Definition: person.cpp:159
bool operator==(const Person &person)
Compares this with person for equality.
Definition: person.cpp:95
Person & operator=(const Person &person)
Sets this person equal to person.
Definition: person.cpp:103
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.