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.
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
Definition: alarm.h:52
bool isEmpty() const
Returns true if the person name and email address are empty.
Definition: person.cpp:149
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Thu Jan 19 2017 05:10:54 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Thu Jan 19 2017 05:10:54 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.